1
0
Fork 0
1Panel-Appstore/apps/radarr/6.0.4/data.yml

74 lines
1.6 KiB
YAML

additionalProperties:
formFields:
- default: "40316"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
label:
en: Port
zh: 端口
required: true
rule: paramPort
type: number
- default: "1000"
edit: true
envKey: PUID
labelEn: User ID
labelZh: 用户 ID
label:
en: User ID
zh: 用户 ID
required: true
type: number
- default: "1000"
edit: true
envKey: PGID
labelEn: Group ID
labelZh: 组 ID
label:
en: Group ID
zh: 组 ID
required: true
type: number
- default: "Asia/Shanghai"
edit: true
envKey: TIME_ZONE
labelEn: Time Zone
labelZh: 时区
label:
en: Time Zone
zh: 时区
required: true
type: text
- default: "./data/data"
edit: true
envKey: RADARR_CONFIG_PATH
labelEn: Radarr Config Path
labelZh: Radarr 配置路径
label:
en: Radarr Config Path
zh: Radarr 配置路径
required: true
type: text
- default: "./data/movies"
edit: true
envKey: MOVIES_PATH
labelEn: Movies Path
labelZh: 电影路径
label:
en: Movies Path
zh: 电影路径
required: true
type: text
- default: "./data/downloads"
edit: true
envKey: DOWNLOADS_PATH
labelEn: Downloads Path
labelZh: 下载路径
label:
en: Downloads Path
zh: 下载路径
required: true
type: text