mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Use root as nginx user
https://github.com/alexbelgium/hassio-addons/issues/1998
This commit is contained in:
@@ -83,7 +83,7 @@
|
|||||||
],
|
],
|
||||||
"name": "Tandoor recipes",
|
"name": "Tandoor recipes",
|
||||||
"options": {
|
"options": {
|
||||||
"ALLOWED_HOSTS": "",
|
"ALLOWED_HOSTS": "*",
|
||||||
"DB_TYPE": "sqlite",
|
"DB_TYPE": "sqlite",
|
||||||
"DEBUG": "0",
|
"DEBUG": "0",
|
||||||
"SECRET_KEY": "YOUR_SECRET_KEY",
|
"SECRET_KEY": "YOUR_SECRET_KEY",
|
||||||
@@ -119,6 +119,6 @@
|
|||||||
"slug": "tandoor_recipes",
|
"slug": "tandoor_recipes",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "2.1.0-2",
|
"version": "2.1.0-3",
|
||||||
"webui": "http://[HOST]:[PORT:80]"
|
"webui": "http://[HOST]:[PORT:80]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user