mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update config.json
This commit is contained in:
@@ -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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user