Files
hassio-addons/mealie/config.json
2021-07-07 18:03:15 +02:00

31 lines
698 B
JSON

{
"name": "Mealie",
"version": "0.5.1",
"upstream": "0.5.1",
"slug": "mealie",
"description": "Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family",
"url": "https://github.com/alexbelgium/hassio-addons",
"webui": "http://[HOST]:[PORT:9925]",
"startup": "services",
"boot": "auto",
"ports": {
"9925/tcp": 9925
},
"ports_description": {
"9925/tcp": "Web interface"
},
"map": [
],
"environment": {
"DB_ENGINE": "sqlite"
},
"options": {},
"schema": {},
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7"
]
}