Files
hassio-addons/mealie/config.json
2022-03-23 08:59:27 +01:00

38 lines
891 B
JSON

{
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
"environment": {
"APP_PORT": "9925",
"DB_ENGINE": "sqlite"
},
"ingress": false,
"ingress_port": 8099,
"map": ["share:rw", "ssl:rw"],
"name": "Mealie",
"options": {
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"ssl": false
},
"panel_icon": "mdi:silverware-fork-knife",
"ports": {
"9925/tcp": "9925"
},
"ports_description": {
"80/tcp": "Web interface"
},
"schema": {
"certfile": "str",
"keyfile": "str",
"ssl": "bool"
},
"slug": "mealie",
"startup": "services",
"upstream": "0.5.6",
"url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "0.5.6",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9925]"
}