Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-08-15 03:52:42 +00:00
parent 3a175754b3
commit 0d6ac4700f
104 changed files with 70 additions and 13 deletions
+3
View File
@@ -1,3 +1,6 @@
# 网络模式 [必填]
NETWORK_MODE=host
# 数据持久化路径 [必填]
HOMARR_ROOT_PATH=/home/homarr
+16
View File
@@ -1,5 +1,21 @@
additionalProperties:
formFields:
- default: "host"
edit: true
envKey: NETWORK_MODE
labelEn: Drive path
labelZh: 网络模式
required: true
type: select
values:
- label: 主机网络模式
value: "host"
- label: 桥接网络模式
value: "bridge"
- label: 无网络模式
value: "none"
- label: 1panel-network
value: "1panel-network"
- default: "/home/homarr"
edit: true
envKey: HOMARR_ROOT_PATH