Files
hassio-addons/mealie/config.json
2023-01-04 03:13:22 +01:00

46 lines
965 B
JSON

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