mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
144 lines
3.7 KiB
YAML
144 lines
3.7 KiB
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 40122
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: ./data
|
|
edit: true
|
|
envKey: DATA_PATH
|
|
labelEn: Data folder path
|
|
labelZh: 数据文件夹路径
|
|
required: true
|
|
type: text
|
|
- default: "false"
|
|
edit: true
|
|
envKey: REGISTER_SWITCH
|
|
labelEn: Enable register (true or false)
|
|
labelZh: 启用注册(true/false)
|
|
required: true
|
|
type: text
|
|
- default: http://ci.example.com
|
|
edit: true
|
|
envKey: WOODPECKER_HOST
|
|
labelEn: External URL
|
|
labelZh: 外部访问地址
|
|
required: true
|
|
type: text
|
|
- default: ''
|
|
edit: true
|
|
envKey: WOODPECKER_AGENT_SECRET
|
|
labelEn: Github Agent Secret Vaule
|
|
labelZh: Github Agent Secret 值
|
|
required: true
|
|
type: text
|
|
- default: "true"
|
|
edit: true
|
|
envKey: GITHUB_ENABLE_SWITCH
|
|
labelEn: Enable Github (true or false)
|
|
labelZh: 启用Github(true/false)
|
|
required: true
|
|
type: text
|
|
- default: https://github.com
|
|
edit: true
|
|
envKey: WOODPECKER_GITHUB_URL
|
|
labelEn: Github URL
|
|
labelZh: Github地址
|
|
required: false
|
|
type: text
|
|
- default: ''
|
|
edit: true
|
|
envKey: WOODPECKER_GITHUB_CLIENT
|
|
labelEn: Github CLIENT Vaule
|
|
labelZh: Github CLIENT 值
|
|
required: false
|
|
type: text
|
|
- default: ''
|
|
edit: true
|
|
envKey: WOODPECKER_GITHUB_SECRET
|
|
labelEn: Github SECRET Vaule
|
|
labelZh: Github SECRET 值
|
|
required: false
|
|
type: text
|
|
- default: "false"
|
|
edit: true
|
|
envKey: GITEA_ENABLE_SWITCH
|
|
labelEn: Enable Gitea (true or false)
|
|
labelZh: 启用Gitea(true/false)
|
|
required: true
|
|
type: text
|
|
- default: https://try.gitea.io
|
|
edit: true
|
|
envKey: WOODPECKER_GITEA_URL
|
|
labelEn: Gitea URL
|
|
labelZh: Gitea地址
|
|
required: false
|
|
type: text
|
|
- default: ''
|
|
edit: true
|
|
envKey: WOODPECKER_GITEA_CLIENT
|
|
labelEn: Gitea CLIENT Vaule
|
|
labelZh: Gitea CLIENT 值
|
|
required: false
|
|
type: text
|
|
- default: ''
|
|
edit: true
|
|
envKey: WOODPECKER_GITEA_SECRET
|
|
labelEn: Gitea SECRET Vaule
|
|
labelZh: Gitea SECRET 值
|
|
required: false
|
|
type: text
|
|
- default: "false"
|
|
edit: true
|
|
envKey: GITLAB_ENABLE_SWITCH
|
|
labelEn: Enable GitLab (true or false)
|
|
labelZh: 启用GitLab (true/false)
|
|
required: true
|
|
type: text
|
|
- default: https://gitlab.com
|
|
edit: true
|
|
envKey: WOODPECKER_GITLAB_URL
|
|
labelEn: GitLab URL
|
|
labelZh: GitLab 地址
|
|
required: false
|
|
type: text
|
|
- default: ''
|
|
edit: true
|
|
envKey: WOODPECKER_GITLAB_CLIENT
|
|
labelEn: GitLab CLIENT Vaule
|
|
labelZh: GitLab CLIENT 值
|
|
required: false
|
|
type: text
|
|
- default: ''
|
|
edit: true
|
|
envKey: WOODPECKER_GITLAB_SECRET
|
|
labelEn: GitLab SECRET Vaule
|
|
labelZh: GitLab SECRET 值
|
|
required: false
|
|
type: text
|
|
- default: "false"
|
|
edit: true
|
|
envKey: BITBUCKET_ENABLE_SWITCH
|
|
labelEn: Enable Bitbucket (true or false)
|
|
labelZh: 启用 Bitbucket (true/false)
|
|
required: true
|
|
type: text
|
|
- default: ''
|
|
edit: true
|
|
envKey: WOODPECKER_BITBUCKET_CLIENT
|
|
labelEn: Bitbucket CLIENT Value
|
|
labelZh: Bitbucket CLIENT 值
|
|
required: false
|
|
type: text
|
|
- default: ''
|
|
edit: true
|
|
envKey: WOODPECKER_BITBUCKET_SECRET
|
|
labelEn: Bitbucket SECRET Value
|
|
labelZh: Bitbucket SECRET 值
|
|
required: false
|
|
type: text
|