mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
38 lines
901 B
JSON
38 lines
901 B
JSON
{
|
|
"arch": ["aarch64", "amd64", "armhf", "armv7"],
|
|
"boot": "auto",
|
|
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
|
|
"environment": {
|
|
"DB_ENGINE": "sqlite",
|
|
"APP_PORT": "9925"
|
|
},
|
|
"ingress": false,
|
|
"image": "ghcr.io/alexbelgium/mealie-{arch}",
|
|
"ingress_port": 8099,
|
|
"map": ["share:rw", "ssl:rw"],
|
|
"name": "Mealie",
|
|
"options": {
|
|
"ssl": false,
|
|
"certfile": "fullchain.pem",
|
|
"keyfile": "privkey.pem"
|
|
},
|
|
"panel_icon": "mdi:silverware-fork-knife",
|
|
"ports": {
|
|
"9925/tcp": "9925"
|
|
},
|
|
"ports_description": {
|
|
"80/tcp": "Web interface"
|
|
},
|
|
"schema": {
|
|
"ssl": "bool",
|
|
"certfile": "str",
|
|
"keyfile": "str"
|
|
},
|
|
"slug": "mealie",
|
|
"startup": "services",
|
|
"upstream": "0.5.4",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "0.5.4",
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:9925]"
|
|
}
|