mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 18:06:56 +08:00
32 lines
742 B
YAML
32 lines
742 B
YAML
|
additionalProperties:
|
||
|
formFields:
|
||
|
- default: "/home/pixman"
|
||
|
edit: true
|
||
|
envKey: PIXMAN_ROOT_PATH
|
||
|
labelZh: 数据持久化路径
|
||
|
labelEn: Data persistence path
|
||
|
required: true
|
||
|
type: text
|
||
|
- default: 5000
|
||
|
edit: true
|
||
|
envKey: PANEL_APP_PORT_HTTP
|
||
|
labelZh: WebUI 端口
|
||
|
labelEn: WebUI port
|
||
|
required: true
|
||
|
rule: paramPort
|
||
|
type: number
|
||
|
- default: ""
|
||
|
edit: true
|
||
|
envKey: MYTVSUPER_TOKEN
|
||
|
labelZh: MyTVSuper 授权码
|
||
|
labelEn: MyTVSuper Token
|
||
|
required: false
|
||
|
type: text
|
||
|
- default: ""
|
||
|
edit: true
|
||
|
envKey: NETWORK_PROXY
|
||
|
labelZh: 网络代理
|
||
|
labelEn: Network Proxy
|
||
|
required: false
|
||
|
type: text
|