mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-12 10:51:01 +01:00
Update config.json
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
|
||||
"environment": {
|
||||
"DB_ENGINE": "sqlite",
|
||||
"WEB_GUNICORN": "true",
|
||||
"ALLOW_SIGNUP": "true"
|
||||
"WEB_GUNICORN": "true"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/mealie-{arch}",
|
||||
"map": [
|
||||
@@ -18,6 +17,7 @@
|
||||
],
|
||||
"name": "Obsolete : Mealie",
|
||||
"options": {
|
||||
"ALLOW_SIGNUP": true,
|
||||
"PGID": 0,
|
||||
"PUID": 0,
|
||||
"certfile": "fullchain.pem",
|
||||
@@ -37,7 +37,8 @@
|
||||
"PUID": "int",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
"ssl": "bool"
|
||||
"ssl": "bool",
|
||||
"ALLOW_SIGNUP": "bool"
|
||||
},
|
||||
"slug": "mealie",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
|
||||
Reference in New Issue
Block a user