Update config.json

This commit is contained in:
Alexandre
2022-12-26 08:14:30 +01:00
committed by GitHub
parent 71570ff755
commit 9d0fc6b921

View File

@@ -17,6 +17,7 @@
], ],
"name": "Do not use (Mealie frontend)", "name": "Do not use (Mealie frontend)",
"options": { "options": {
"API_URL": "http://homeassistant.local:9000",
"PGID": 1000, "PGID": 1000,
"PUID": 1000, "PUID": 1000,
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
@@ -25,12 +26,13 @@
}, },
"panel_icon": "mdi:silverware-fork-knife", "panel_icon": "mdi:silverware-fork-knife",
"ports": { "ports": {
"9000/tcp": 9000 "3000/tcp": 3000
}, },
"ports_description": { "ports_description": {
"9000/tcp": "frontend port" "3000/tcp": "Webui"
}, },
"schema": { "schema": {
"API_URL": "str",
"BASE_URL": "str?", "BASE_URL": "str?",
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",