feat: configure ingress support

This commit is contained in:
Tobias Glatthar
2024-11-30 17:22:57 +01:00
parent 2df3b21162
commit 8785b68101
6 changed files with 7 additions and 16 deletions

View File

@@ -11,16 +11,15 @@ arch:
- aarch64
- amd64
- armv7
webui: http://[HOST]:[PORT:8482]/
ingress: true
ingress_port: 0
map:
- addon_config:rw
options:
app_log_level: info
disable_log_colors: false
web_port: 8482
mdns_network_interface: ""
schema:
app_log_level: list(silly|debug|info|warn|error)
disable_log_colors: bool
web_port: int(1,)
mdns_network_interface: "str?"