Revert "trusted proxies"

This reverts commit a3ec318891.
This commit is contained in:
Alexandre
2024-07-27 09:54:48 +02:00
parent f0b28cf098
commit 72be30c25f
3 changed files with 10 additions and 50 deletions

View File

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