Merge remote-tracking branch 'origin/custom' into custom

This commit is contained in:
ms
2025-10-30 10:50:20 +08:00
249 changed files with 486 additions and 58 deletions

View File

@@ -4,7 +4,7 @@ networks:
services:
beszel-agent:
image: henrygd/beszel-agent:0.15.0
image: henrygd/beszel-agent:0.15.2
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

@@ -4,7 +4,7 @@ networks:
services:
beszel:
image: henrygd/beszel:0.15.0
image: henrygd/beszel:0.15.2
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

@@ -4,7 +4,7 @@ networks:
services:
casdoor:
image: casbin/casdoor:v2.106.0
image: casbin/casdoor:v2.109.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

@@ -4,7 +4,7 @@ networks:
services:
fider:
image: getfider/fider:v0.29.0
image: getfider/fider:v0.30.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

@@ -4,7 +4,7 @@ networks:
services:
flaresolverr:
image: flaresolverr/flaresolverr:v3.4.2
image: flaresolverr/flaresolverr:v3.4.3
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

@@ -4,7 +4,7 @@ networks:
services:
n8n:
image: n8nio/n8n:1.118.0
image: n8nio/n8n:1.118.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

@@ -4,7 +4,7 @@ networks:
services:
ollama:
image: ollama/ollama:0.12.6
image: ollama/ollama:0.12.7
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

@@ -4,7 +4,7 @@ networks:
services:
outline:
image: outlinewiki/outline:1.0.0
image: outlinewiki/outline:1.0.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

@@ -4,7 +4,7 @@ networks:
services:
pihole:
image: pihole/pihole:2025.10.1
image: pihole/pihole:2025.10.3
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

@@ -4,7 +4,7 @@ networks:
services:
pihole:
image: pihole/pihole:2025.10.1
image: pihole/pihole:2025.10.3
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

@@ -4,7 +4,7 @@ networks:
services:
siyuan:
image: b3log/siyuan:v3.3.5
image: b3log/siyuan:v3.3.6
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

@@ -4,7 +4,7 @@ networks:
services:
sun-panel:
image: hslr/sun-panel:1.7.0
image: hslr/sun-panel:1.8.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

@@ -4,7 +4,7 @@ networks:
services:
synapse-init:
image: matrixdotorg/synapse:v1.140.0
image: matrixdotorg/synapse:v1.141.0
container_name: init-${CONTAINER_NAME}
entrypoint:
- /start.py
@@ -22,7 +22,7 @@ services:
- SYNAPSE_NO_TLS=true
- SYNAPSE_HTTP_PORT=8008
synapse:
image: matrixdotorg/synapse:v1.140.0
image: matrixdotorg/synapse:v1.141.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

@@ -0,0 +1,64 @@
# Apifox Runner
自动化测试定时任务、接口导入、Mock 服务
![Apifox Runner](https://file.lifebus.top/imgs/apifox_runner_cover.png)
![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue)
## 简介
API 设计、开发、测试一体化协作平台
Apifox = Postman + Swagger + Mock + JMeter
一套系统、一份数据,解决多个 API 工具之间的数据同步问题
只要定义好 API 文档API 调试、API Mock、API 自动化测试即可直接使用,无需再次定义。
API 文档和 API 开发调试使用同一个工具API 调试完成后即可保证和 API 文档定义完全一致。高效、及时、准确!
## 特性
- [x] 可视化 API 设计
- [x] 比 Postman 更强大
- [x] 零门槛实现自动化测试
- [x] 分享&发布 API 文档
- [x] 零配置 Mock 数据
- [x] CI/CD 持续集成
- [x] 数据库操作
- [x] 团队协作
- [x] 支持 HTTP、TCP、RPC
- [x] 数据导入/导出
- [x] 自动生成代码
## 安装说明
### 版本说明
- `latest`:通用版
包含 Runner 所有功能及以下外部程序语言环境Nodejs 18,Java 21,Python 3,PHP 8
- `slim`:精简版
在精简版中,包含 Runner 所有功能及以下外部程序语言环境Nodejs 18
### 应用服务地址
默认值:`https://api.apifox.cn`
部署时推荐填写公网地址,以保证应用在团队中正常运行。
### 访问令牌 (Access Token)
请在ApiFox客户端前往主窗口 `团队资源` >> `通用 Runner` 获取访问令牌
### 团队 ID (Team ID)
请在ApiFox客户端前往主窗口 `团队设置` 获取团队 ID
### Runner ID
请在ApiFox客户端前往主窗口 `团队资源` >> `通用 Runner` 获取 Runner ID
---
![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png)

View File

@@ -0,0 +1,14 @@
additionalProperties:
key: apifox-runner-team
name: Apifox Runner (团队版)
tags:
- Runtime
- Local
shortDescZh: 自动化测试定时任务、接口导入、Mock 服务
shortDescEn: Automated testing, scheduled tasks, interface import, Mock service
type: runtime
crossVersionUpdate: true
limit: 0
website: https://apifox.com/
github: https://apifox.com/
document: https://apifox.com/help/

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

View File

@@ -0,0 +1,45 @@
additionalProperties:
formFields:
- default: "/home/apifox-runner"
edit: true
envKey: APIFOX_RUNNER_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 4524
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
required: true
rule: paramPort
type: number
- default: "https://api.apifox.cn"
edit: true
envKey: SERVER_APP_BASE_URL
labelZh: 应用服务地址
labelEn: App Server address
required: true
type: text
- default: ""
edit: true
envKey: ACCESS_TOKEN
labelZh: 访问令牌
labelEn: Access Token
required: true
type: text
- default: 0
edit: true
envKey: TEAM_ID
labelZh: 团队 ID
labelEn: Team ID
required: true
type: number
- default: 0
edit: true
envKey: RUNNER_ID
labelZh: Runner ID
labelEn: Runner ID
required: true
type: number

View File

@@ -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

Some files were not shown because too many files have changed in this diff Show More