add env_vars nobuild

This commit is contained in:
Alexandre
2025-11-06 11:51:25 +01:00
committed by GitHub
parent 0fe903874f
commit 752a5d2acd
98 changed files with 383 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ map:
- addon_config:rw
name: LibreSpeed
options:
env_vars: []
CUSTOM_RESULTS: false
IPINFO_APIKEY: ""
PGID: 1000
@@ -87,6 +88,9 @@ ports:
ports_description:
80/tcp: web interface (Not required for Ingress)
schema:
env_vars:
- name: match(^[A-Z0-9_]+$)
value: str?
CUSTOM_RESULTS: bool?
IPINFO_APIKEY: str?
PASSWORD: str?