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",
|
||||
"options": {
|
||||
"ALLOWED_HOSTS": "",
|
||||
"ALLOWED_HOSTS": "*",
|
||||
"DB_TYPE": "sqlite",
|
||||
"DEBUG": "0",
|
||||
"SECRET_KEY": "YOUR_SECRET_KEY",
|
||||
@@ -119,6 +119,6 @@
|
||||
"slug": "tandoor_recipes",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "2.1.0-2",
|
||||
"version": "2.1.0-3",
|
||||
"webui": "http://[HOST]:[PORT:80]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user