Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-10-28 03:41:32 +00:00
parent a59f0f6d23
commit 0e4e93a9bf
53 changed files with 448 additions and 20 deletions
+18
View File
@@ -0,0 +1,18 @@
# 数据持久化路径 [必填]
APIFOX_RUNNER_ROOT_PATH=/home/apifox-runner
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=4524
# 应用服务地址 [必填]
SERVER_APP_BASE_URL=https://api.apifox.cn
# 访问令牌 [必填]
ACCESS_TOKEN=
# 团队 ID [必填]
TEAM_ID=0
# Runner ID [必填]
RUNNER_ID=0
@@ -0,0 +1,21 @@
networks:
1panel-network:
external: true
services:
apifox-runner:
container_name: apifox-runner-team
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:4524
restart: always
volumes:
- ${APIFOX_RUNNER_ROOT_PATH}/runner:/opt/runner
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai
+18
View File
@@ -0,0 +1,18 @@
# 数据持久化路径 [必填]
APIFOX_RUNNER_ROOT_PATH=/home/apifox-runner
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=4524
# 应用服务地址 [必填]
SERVER_APP_BASE_URL=https://api.apifox.cn
# 访问令牌 [必填]
ACCESS_TOKEN=
# 团队 ID [必填]
TEAM_ID=0
# Runner ID [必填]
RUNNER_ID=0
@@ -0,0 +1,21 @@
networks:
1panel-network:
external: true
services:
apifox-runner:
container_name: apifox-runner-team
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner:slim
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:4524
restart: always
volumes:
- ${APIFOX_RUNNER_ROOT_PATH}/runner:/opt/runner
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai
+2 -2
View File
@@ -10,8 +10,8 @@ SERVER_APP_BASE_URL=https://api.apifox.cn
# 访问令牌 [必填]
ACCESS_TOKEN=
# 团队 ID [必填]
TEAM_ID=0
# 组织 ID [必填]
ORGANIZATION_ID=0
# Runner ID [必填]
RUNNER_ID=0
+2 -2
View File
@@ -10,8 +10,8 @@ SERVER_APP_BASE_URL=https://api.apifox.cn
# 访问令牌 [必填]
ACCESS_TOKEN=
# 团队 ID [必填]
TEAM_ID=0
# 组织 ID [必填]
ORGANIZATION_ID=0
# Runner ID [必填]
RUNNER_ID=0
+1 -1
View File
@@ -18,7 +18,7 @@ services:
- 53
- 53/udp
- ${PANEL_APP_PORT_HTTP}
image: pihole/pihole:2025.10.1
image: pihole/pihole:2025.10.2
labels:
createdBy: Apps
network_mode: host
+1 -1
View File
@@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: pihole/pihole:2025.10.1
image: pihole/pihole:2025.10.2
labels:
createdBy: Apps
networks: