mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-23 13:06:28 +01:00
Update config.json
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
],
|
||||
"name": "Do not use (Mealie frontend)",
|
||||
"options": {
|
||||
"API_URL": "http://homeassistant.local:9000",
|
||||
"PGID": 1000,
|
||||
"PUID": 1000,
|
||||
"certfile": "fullchain.pem",
|
||||
@@ -25,12 +26,13 @@
|
||||
},
|
||||
"panel_icon": "mdi:silverware-fork-knife",
|
||||
"ports": {
|
||||
"9000/tcp": 9000
|
||||
"3000/tcp": 3000
|
||||
},
|
||||
"ports_description": {
|
||||
"9000/tcp": "frontend port"
|
||||
"3000/tcp": "Webui"
|
||||
},
|
||||
"schema": {
|
||||
"API_URL": "str",
|
||||
"BASE_URL": "str?",
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
|
||||
Reference in New Issue
Block a user