Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-06-20 18:30:33 +00:00
parent c063165f70
commit 082940dafd
100 changed files with 398 additions and 18 deletions
+37
View File
@@ -0,0 +1,37 @@
additionalProperties:
formFields:
- default: "/home/sonarr"
edit: true
envKey: SONARR_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 8989
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
required: true
rule: paramPort
type: number
- default: ""
edit: true
envKey: CUSTOM_MOUNT_DIRECTORY_1
labelEn: Custom mount directory 1
labelZh: 自定义挂载目录 1
required: false
type: text
- default: ""
edit: true
envKey: CUSTOM_MOUNT_DIRECTORY_2
labelEn: Custom mount directory 2
labelZh: 自定义挂载目录 2
required: false
type: text
- default: ""
edit: true
envKey: CUSTOM_MOUNT_DIRECTORY_3
labelEn: Custom mount directory 3
labelZh: 自定义挂载目录 3
required: false
type: text