1
0
Fork 0
1Panel-Appstore/apps/emby-amilys/latest/data.yml

46 lines
1.2 KiB
YAML
Raw Normal View History

2024-06-03 13:53:21 +08:00
additionalProperties:
formFields:
2024-06-05 22:44:54 +08:00
- default: 40258
2024-06-03 13:53:21 +08:00
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
2024-06-05 22:44:54 +08:00
labelZh: HTTP 端口
2024-06-03 13:53:21 +08:00
required: true
rule: paramPort
type: number
2024-06-05 22:44:54 +08:00
- default: 40259
2024-06-03 13:53:21 +08:00
edit: true
envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS Port
2024-06-05 22:44:54 +08:00
labelZh: HTTPS 端口
2024-06-03 13:53:21 +08:00
required: true
rule: paramPort
type: number
- default: ./data/config
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
required: true
type: text
2024-06-05 22:44:54 +08:00
- default: ./data/mnt1
2024-06-03 13:53:21 +08:00
edit: true
envKey: MOUNT_PATH
labelEn: Mount folder path
labelZh: 挂载文件夹路径
required: true
2024-06-05 22:44:54 +08:00
type: text
- default: ./data/mnt2
edit: true
envKey: MOUNT_PATH2
labelEn: Mount folder path 2
labelZh: 挂载文件夹路径2
required: true
type: text
- default: Asia/Shanghai
edit: true
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
required: true
2024-06-03 13:53:21 +08:00
type: text