mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 19:26:56 +08:00
17 lines
526 B
YAML
17 lines
526 B
YAML
|
additionalProperties:
|
||
|
formFields:
|
||
|
- default: WATCHTOWER_NO_STARTUP_MESSAGE
|
||
|
edit: true
|
||
|
envKey: ENV1
|
||
|
labelEn: Environmental parameters (split by ;)
|
||
|
labelZh: 环境参数(以;分割)
|
||
|
required: true
|
||
|
type: text
|
||
|
- default: --interval 3600 --cleanup
|
||
|
edit: true
|
||
|
envKey: COMMAND1
|
||
|
labelEn: Command parameters (separated by spaces)
|
||
|
labelZh: 命令参数(以空格分割)
|
||
|
required: true
|
||
|
type: text
|