diff --git a/appstore/apifox-runner/1.4.0/.env b/appstore/apifox-runner/latest/.env similarity index 86% rename from appstore/apifox-runner/1.4.0/.env rename to appstore/apifox-runner/latest/.env index fa0f90874..078754206 100644 --- a/appstore/apifox-runner/1.4.0/.env +++ b/appstore/apifox-runner/latest/.env @@ -5,7 +5,7 @@ APIFOX_RUNNER_ROOT_PATH=/home/apifox-runner PANEL_APP_PORT_HTTP=4524 # 应用服务地址 [必填] -SERVER_APP_BASE_URL=http://127.0.0.1:4524 +SERVER_APP_BASE_URL=https://api.apifox.cn # 访问令牌 [必填] ACCESS_TOKEN= diff --git a/appstore/apifox-runner/1.4.0/data.yml b/appstore/apifox-runner/latest/data.yml similarity index 96% rename from appstore/apifox-runner/1.4.0/data.yml rename to appstore/apifox-runner/latest/data.yml index 2a90784cd..82139f8c7 100644 --- a/appstore/apifox-runner/1.4.0/data.yml +++ b/appstore/apifox-runner/latest/data.yml @@ -15,7 +15,7 @@ additionalProperties: required: true rule: paramPort type: number - - default: "http://127.0.0.1:4524" + - default: "https://api.apifox.cn" edit: true envKey: SERVER_APP_BASE_URL labelZh: 应用服务地址 diff --git a/appstore/apifox-runner/1.4.0/docker-compose.yml b/appstore/apifox-runner/latest/docker-compose.yml similarity index 95% rename from appstore/apifox-runner/1.4.0/docker-compose.yml rename to appstore/apifox-runner/latest/docker-compose.yml index 1cca125f6..e1c1c862c 100644 --- a/appstore/apifox-runner/1.4.0/docker-compose.yml +++ b/appstore/apifox-runner/latest/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner:1.4.0 + image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner labels: createdBy: Apps networks: diff --git a/appstore/apifox-runner/1.4.0/envs/default.env b/appstore/apifox-runner/latest/envs/default.env similarity index 100% rename from appstore/apifox-runner/1.4.0/envs/default.env rename to appstore/apifox-runner/latest/envs/default.env diff --git a/appstore/apifox-runner/1.4.0/envs/global.env b/appstore/apifox-runner/latest/envs/global.env similarity index 100% rename from appstore/apifox-runner/1.4.0/envs/global.env rename to appstore/apifox-runner/latest/envs/global.env diff --git a/appstore/apifox-runner/1.4.0/scripts/init.sh b/appstore/apifox-runner/latest/scripts/init.sh similarity index 100% rename from appstore/apifox-runner/1.4.0/scripts/init.sh rename to appstore/apifox-runner/latest/scripts/init.sh diff --git a/appstore/apifox-runner/1.4.0/scripts/uninstall.sh b/appstore/apifox-runner/latest/scripts/uninstall.sh similarity index 100% rename from appstore/apifox-runner/1.4.0/scripts/uninstall.sh rename to appstore/apifox-runner/latest/scripts/uninstall.sh diff --git a/appstore/apifox-runner/1.4.0/scripts/upgrade.sh b/appstore/apifox-runner/latest/scripts/upgrade.sh similarity index 100% rename from appstore/apifox-runner/1.4.0/scripts/upgrade.sh rename to appstore/apifox-runner/latest/scripts/upgrade.sh diff --git a/dockge/apifox-runner/.env b/dockge/apifox-runner/.env index fa0f90874..078754206 100644 --- a/dockge/apifox-runner/.env +++ b/dockge/apifox-runner/.env @@ -5,7 +5,7 @@ APIFOX_RUNNER_ROOT_PATH=/home/apifox-runner PANEL_APP_PORT_HTTP=4524 # 应用服务地址 [必填] -SERVER_APP_BASE_URL=http://127.0.0.1:4524 +SERVER_APP_BASE_URL=https://api.apifox.cn # 访问令牌 [必填] ACCESS_TOKEN= diff --git a/dockge/apifox-runner/docker-compose.yml b/dockge/apifox-runner/docker-compose.yml index 1cca125f6..e1c1c862c 100644 --- a/dockge/apifox-runner/docker-compose.yml +++ b/dockge/apifox-runner/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner:1.4.0 + image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner labels: createdBy: Apps networks: