From eba4ce8b04ff791f0996ed8ff2b3a94a58e4d962 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Mon, 20 Oct 2025 09:25:30 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/apifox-runner/{1.4.0 => latest}/.env | 2 +- appstore/apifox-runner/{1.4.0 => latest}/data.yml | 2 +- appstore/apifox-runner/{1.4.0 => latest}/docker-compose.yml | 2 +- appstore/apifox-runner/{1.4.0 => latest}/envs/default.env | 0 appstore/apifox-runner/{1.4.0 => latest}/envs/global.env | 0 appstore/apifox-runner/{1.4.0 => latest}/scripts/init.sh | 0 appstore/apifox-runner/{1.4.0 => latest}/scripts/uninstall.sh | 0 appstore/apifox-runner/{1.4.0 => latest}/scripts/upgrade.sh | 0 dockge/apifox-runner/.env | 2 +- dockge/apifox-runner/docker-compose.yml | 2 +- 10 files changed, 5 insertions(+), 5 deletions(-) rename appstore/apifox-runner/{1.4.0 => latest}/.env (86%) rename appstore/apifox-runner/{1.4.0 => latest}/data.yml (96%) rename appstore/apifox-runner/{1.4.0 => latest}/docker-compose.yml (95%) rename appstore/apifox-runner/{1.4.0 => latest}/envs/default.env (100%) rename appstore/apifox-runner/{1.4.0 => latest}/envs/global.env (100%) rename appstore/apifox-runner/{1.4.0 => latest}/scripts/init.sh (100%) rename appstore/apifox-runner/{1.4.0 => latest}/scripts/uninstall.sh (100%) rename appstore/apifox-runner/{1.4.0 => latest}/scripts/upgrade.sh (100%) 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: