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.
7 lines
114 B
YAML
7 lines
114 B
YAML
debug: false
|
|
listen_port: 8008
|
|
language: zh_CN
|
|
site_name: "nz_site_title"
|
|
install_host: 127.0.0.1:8008
|
|
tls: false
|