1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-24 06:39:40 +08:00
pooneyy 597d31a240
feat(apifox-runner): update to version 1.9.0 with enhanced documentation and support features
- Update version from 1.8.1 to 1.9.0 with new Docker image tag and latest version auto-update support
- Standardize parameter labels to "Parameter {ENV_KEY}" format with consistent description rules
- Update application description to focus on self-hosted universal runner and change category to tool
- Add multi-architecture support for amd64 and arm64 platforms
- Simplify README documentation by removing redundant content, focusing on installation steps, and emphasizing latest version recommendations
2025-11-16 02:18:54 +08:00

67 lines
1.7 KiB
YAML

additionalProperties:
formFields:
- default: "./data"
edit: true
envKey: APIFOX_RUNNER_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
label:
en: Data persistence path
zh: 数据持久化路径
required: true
type: text
- default: 4524
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
label:
en: WebUI port
zh: WebUI 端口
required: true
rule: paramPort
type: number
- default: "https://api.apifox.cn"
edit: true
envKey: SERVER_APP_BASE_URL
labelZh: 参数 SERVER_APP_BASE_URL
labelEn: Parameter SERVER_APP_BASE_URL
label:
en: Parameter SERVER_APP_BASE_URL
zh: 参数 SERVER_APP_BASE_URL
description:
en: Fill in the parameters provided by the website; all remaining parameters follow the same rule.
zh: 填入网站给出的参数,余下参数皆如此
required: true
type: text
- default: ""
edit: true
envKey: ACCESS_TOKEN
labelZh: 参数 ACCESS_TOKEN
labelEn: Parameter ACCESS_TOKEN
label:
en: Parameter ACCESS_TOKEN
zh: 参数 ACCESS_TOKEN
required: true
type: text
- default: 0
edit: true
envKey: TEAM_ID
labelZh: 参数 TEAM_ID
labelEn: Parameter TEAM_ID
label:
en: Parameter TEAM_ID
zh: 参数 TEAM_ID
required: true
type: number
- default: 0
edit: true
envKey: RUNNER_ID
labelZh: 参数 RUNNER_ID
labelEn: Parameter RUNNER_ID
label:
en: Parameter RUNNER_ID
zh: 参数 RUNNER_ID
required: true
type: number