Files
hassio-addons/mealie/config.json
2023-04-16 00:22:12 +00:00

50 lines
1.1 KiB
JSON

{
"arch": [
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
"environment": {
"DB_ENGINE": "sqlite",
"WEB_GUNICORN": "true"
},
"image": "ghcr.io/alexbelgium/mealie-{arch}",
"map": [
"config:rw",
"share:rw",
"ssl:rw"
],
"name": "Mealie (Omni):",
"options": {
"ALLOW_SIGNUP": true,
"PGID": 0,
"PUID": 0,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"ssl": false
},
"panel_icon": "mdi:silverware-fork-knife",
"ports": {
"3000/tcp": 9090,
"9000/tcp": null
},
"ports_description": {
"3000/tcp": "Web interface",
"9000/tcp": "API port"
},
"schema": {
"ALLOW_SIGNUP": "bool",
"BASE_URL": "str?",
"PGID": "int",
"PUID": "int",
"certfile": "str",
"keyfile": "str",
"ssl": "bool"
},
"slug": "mealie",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "v1.0.0-beta-3",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
}