mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-11 00:11:01 +02:00
crlf to lf + sort json
This commit is contained in:
@@ -8,17 +8,17 @@
|
||||
"description": "recipe manager",
|
||||
"environment": {
|
||||
"DB_ENGINE": "django.db.backends.sqlite3",
|
||||
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db",
|
||||
"DEBUG": "0"
|
||||
"DEBUG": "0",
|
||||
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db"
|
||||
},
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Tandoor recipes",
|
||||
"options": {
|
||||
"SECRET_KEY": "YOUR_SECRET_KEY",
|
||||
"ALLOWED_HOSTS": "",
|
||||
"DB_TYPE": "sqlite",
|
||||
"ALLOWED_HOSTS": ""
|
||||
"SECRET_KEY": "YOUR_SECRET_KEY"
|
||||
},
|
||||
"ports": {
|
||||
"8080/tcp": "9928"
|
||||
@@ -26,19 +26,19 @@
|
||||
"ports_description": {
|
||||
"8080/tcp": "Web interface"
|
||||
},
|
||||
"schema": {
|
||||
"ALLOWED_HOSTS": "str?",
|
||||
"DB_TYPE": "list(sqlite|postgresql_external)",
|
||||
"POSTGRES_DB": "str?",
|
||||
"POSTGRES_HOST": "str?",
|
||||
"POSTGRES_PASSWORD": "str?",
|
||||
"POSTGRES_PORT": "str?",
|
||||
"POSTGRES_USER": "str?",
|
||||
"SECRET_KEY": "str"
|
||||
},
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"schema": {
|
||||
"SECRET_KEY": "str",
|
||||
"DB_TYPE": "list(sqlite|postgresql_external)",
|
||||
"ALLOWED_HOSTS": "str?",
|
||||
"POSTGRES_HOST": "str?",
|
||||
"POSTGRES_PORT": "str?",
|
||||
"POSTGRES_USER": "str?",
|
||||
"POSTGRES_PASSWORD": "str?",
|
||||
"POSTGRES_DB": "str?"
|
||||
},
|
||||
"slug": "tandoor_recipes",
|
||||
"upstream": "1.1.2",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
|
||||
Reference in New Issue
Block a user