Files
hassio-addons/mealie_frontend/config.json
2022-12-27 19:59:13 +01:00

44 lines
958 B
JSON

{
"arch": [
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "A Self Hosted Recipe Manager (frontend)",
"image": "ghcr.io/alexbelgium/mealie_frontend-{arch}",
"map": [
"config:rw",
"share:rw",
"ssl:rw"
],
"name": "Mealie (frontend)",
"options": {
"API_URL": "http://homeassistant.local:9000",
"PGID": 1000,
"PUID": 1000,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"ssl": false
},
"panel_icon": "mdi:silverware-fork-knife",
"ports": {
"3000/tcp": 3012
},
"ports_description": {
"3000/tcp": "Webui"
},
"schema": {
"API_URL": "str",
"BASE_URL": "str?",
"PGID": "int",
"PUID": "int",
"certfile": "str",
"keyfile": "str",
"ssl": "bool"
},
"slug": "mealie_frontend",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "v1.0.0-beta-1b",
"webui": "[PROTO:ssl]://[HOST]:[PORT:3000]"
}