mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-25 07:20:31 +02:00
Update config.json
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user