mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-04-29 05:10:52 +08:00
32 lines
940 B
YAML
32 lines
940 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: http://1.2.3.4:567
|
|
edit: true
|
|
envKey: GITEA_INSTANCE_URL
|
|
labelEn: Gitea instance URL
|
|
labelZh: Gitea 实例 URL
|
|
required: true
|
|
rule: paramExtUrl
|
|
type: text
|
|
- default: ''
|
|
edit: true
|
|
envKey: RUNNER_REGISTRATION_TOKEN
|
|
labelEn: Gitea runner REGISTRATION TOKEN
|
|
labelZh: Gitea runner REGISTRATION TOKEN
|
|
required: true
|
|
type: text
|
|
- default: ''
|
|
edit: true
|
|
envKey: RUNNER_NAME
|
|
labelEn: Gitea runner name
|
|
labelZh: Gitea runner name
|
|
required: true
|
|
type: text
|
|
- default: ''
|
|
edit: true
|
|
envKey: RUNNER_LABELS
|
|
labelEn: Gitea runner labels
|
|
labelZh: Gitea runner labels
|
|
required: true
|
|
type: text
|