Single port for http and https

https://github.com/alexbelgium/hassio-addons/issues/1197#issuecomment-1905554907
This commit is contained in:
Alexandre
2024-01-23 10:16:45 +01:00
committed by GitHub
parent acd4c1534b
commit 1303dd5c03

View File

@@ -89,12 +89,10 @@
}, },
"panel_icon": "mdi:silverware-fork-knife", "panel_icon": "mdi:silverware-fork-knife",
"ports": { "ports": {
"9000/tcp": 9090, "9001/tcp": 9090
"9001/tcp": 9091
}, },
"ports_description": { "ports_description": {
"9000/tcp": "Web interface", "9001/tcp": "Web interface"
"9001/tcp": "Ssl web interface"
}, },
"schema": { "schema": {
"ALLOW_SIGNUP": "bool", "ALLOW_SIGNUP": "bool",
@@ -108,6 +106,6 @@
"slug": "mealie", "slug": "mealie",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "v1.0.0-3", "version": "v1.0.0-4",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9000]" "webui": "[PROTO:ssl]://[HOST]:[PORT:9001]"
} }