mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-19 22:09:14 +02:00
Update config.json
This commit is contained in:
@@ -26,10 +26,12 @@
|
|||||||
},
|
},
|
||||||
"panel_icon": "mdi:silverware-fork-knife",
|
"panel_icon": "mdi:silverware-fork-knife",
|
||||||
"ports": {
|
"ports": {
|
||||||
"3000/tcp": 9091
|
"3000/tcp": 9090,
|
||||||
|
"9000/tcp": 9091
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"3000/tcp": "Web interface"
|
"3000/tcp": "Web interface",
|
||||||
|
"9000/tcp": "API port"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"BASE_URL": "str?",
|
"BASE_URL": "str?",
|
||||||
@@ -42,6 +44,6 @@
|
|||||||
},
|
},
|
||||||
"slug": "mealie",
|
"slug": "mealie",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "test",
|
"version": "test2",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user