Update config.json

This commit is contained in:
Alexandre
2023-01-07 17:16:37 +01:00
committed by GitHub
parent 503fb92b4b
commit da4ee58a30

View File

@@ -7,8 +7,7 @@
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue", "description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
"environment": { "environment": {
"DB_ENGINE": "sqlite", "DB_ENGINE": "sqlite",
"WEB_GUNICORN": "true", "WEB_GUNICORN": "true"
"ALLOW_SIGNUP": "true"
}, },
"image": "ghcr.io/alexbelgium/mealie-{arch}", "image": "ghcr.io/alexbelgium/mealie-{arch}",
"map": [ "map": [
@@ -18,6 +17,7 @@
], ],
"name": "Obsolete : Mealie", "name": "Obsolete : Mealie",
"options": { "options": {
"ALLOW_SIGNUP": true,
"PGID": 0, "PGID": 0,
"PUID": 0, "PUID": 0,
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
@@ -37,7 +37,8 @@
"PUID": "int", "PUID": "int",
"certfile": "str", "certfile": "str",
"keyfile": "str", "keyfile": "str",
"ssl": "bool" "ssl": "bool",
"ALLOW_SIGNUP": "bool"
}, },
"slug": "mealie", "slug": "mealie",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",