Reapply "trusted proxies"

This reverts commit 72be30c25f.
This commit is contained in:
Alexandre
2024-07-27 09:56:16 +02:00
parent 72be30c25f
commit 32abce6b77
3 changed files with 50 additions and 10 deletions

View File

@@ -82,10 +82,12 @@
"silent": "true"
},
"ports": {
"8080/tcp": 3473
"8080/tcp": 3473,
"8443/tcp": null
},
"ports_description": {
"8080/tcp": "web interface"
"8080/tcp": "web interface",
"8443/tcp": "ssl web interface"
},
"schema": {
"APP_KEY": "str",
@@ -97,7 +99,10 @@
"DB_PORT": "str?",
"DB_USERNAME": "str?",
"Updates": "list(|hourly|daily|weekly)?",
"silent": "bool?"
"keyfile": "str",
"certfile": "str",
"silent": "bool?",
"ssl": "bool"
},
"services": [
"mysql:want"
@@ -106,6 +111,6 @@
"startup": "services",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "6.1.19",
"version": "6.1.18-2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}