mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-20 15:51:50 +02: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",
|
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user