Update config.json

This commit is contained in:
Alexandre
2023-01-07 17:27:12 +01:00
committed by GitHub
parent 683254d65e
commit 1d11279a6e

View File

@@ -26,10 +26,12 @@
},
"panel_icon": "mdi:silverware-fork-knife",
"ports": {
"3000/tcp": 9091
"3000/tcp": 9090,
"9000/tcp": 9091
},
"ports_description": {
"3000/tcp": "Web interface"
"3000/tcp": "Web interface",
"9000/tcp": "API port"
},
"schema": {
"BASE_URL": "str?",
@@ -42,6 +44,6 @@
},
"slug": "mealie",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "test",
"version": "test2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
}