mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
50 lines
1.1 KiB
JSON
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-1",
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
|
|
}
|