mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-01-17 17:47:57 +08:00
ba8121f56f
This change addresses critical issues in app metadata schema, ensures deterministic process-apps.py outputs, and corrects Docker Compose config errors for select apps. - Ensures all apps' data.yml root and formFields schema required fields are present - Fixes illegal Docker Compose fields (e.g. restart: no → "no", removes obsolete version fields) - Removes illegal " = " in environment variable declarations - Adds missing ports to env templates (e.g. zerotier) - Resolves all validation, duplicate, tag, and basic resource consistency errors - process-apps.py output is now idempotent and repeatable Apps deploy and test through compose config without validation errors.
22 lines
359 B
Bash
22 lines
359 B
Bash
# 网络模式 [必填]
|
|
NETWORK_MODE=host
|
|
|
|
# 网页端口 [必填]
|
|
PANEL_APP_PORT_HTTP=8096
|
|
|
|
# 数据持久化路径 [必填]
|
|
EMBY_ROOT_PATH=/home/emby
|
|
|
|
# HTTP(s) 网络代理
|
|
HTTP_SSL_PROXY=
|
|
|
|
# 自定义挂载目录 1
|
|
CUSTOM_MOUNT_DIRECTORY_1=
|
|
|
|
# 自定义挂载目录 2
|
|
CUSTOM_MOUNT_DIRECTORY_2=
|
|
|
|
# 自定义挂载目录 3
|
|
CUSTOM_MOUNT_DIRECTORY_3=
|
|
|