mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 21:34:06 +02:00
Update config.json
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
|
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
|
||||||
"environment": {
|
"environment": {
|
||||||
"APP_PORT": "9925",
|
|
||||||
"DB_ENGINE": "sqlite",
|
"DB_ENGINE": "sqlite",
|
||||||
"WEB_GUNICORN": "true"
|
"WEB_GUNICORN": "true"
|
||||||
},
|
},
|
||||||
@@ -26,10 +25,10 @@
|
|||||||
},
|
},
|
||||||
"panel_icon": "mdi:silverware-fork-knife",
|
"panel_icon": "mdi:silverware-fork-knife",
|
||||||
"ports": {
|
"ports": {
|
||||||
"9925/tcp": 9925
|
"9000": 9000
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"9925/tcp": "Web interface"
|
"9000/tcp": "Web interface"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"BASE_URL": "str?",
|
"BASE_URL": "str?",
|
||||||
@@ -42,5 +41,5 @@
|
|||||||
"slug": "mealie",
|
"slug": "mealie",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "Omni-test2",
|
"version": "Omni-test2",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9925]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:9000]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user