mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 21:04:05 +02:00
@@ -89,12 +89,12 @@
|
|||||||
},
|
},
|
||||||
"panel_icon": "mdi:silverware-fork-knife",
|
"panel_icon": "mdi:silverware-fork-knife",
|
||||||
"ports": {
|
"ports": {
|
||||||
"3000/tcp": 9090,
|
"9000/tcp": 9090,
|
||||||
"9000/tcp": null
|
"9001/tcp": 9091
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"3000/tcp": "Web interface",
|
"9000/tcp": "Web interface",
|
||||||
"9000/tcp": "API port"
|
"9001/tcp": "Ssl web interface"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"ALLOW_SIGNUP": "bool",
|
"ALLOW_SIGNUP": "bool",
|
||||||
@@ -108,6 +108,6 @@
|
|||||||
"slug": "mealie",
|
"slug": "mealie",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "v1.0.0",
|
"version": "v1.0.0-2",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:9000]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user