crlf to lf + sort json

This commit is contained in:
Alexandre
2022-03-15 11:02:11 +01:00
parent c748fa4a23
commit 5a7e0f0569
96 changed files with 1060 additions and 870 deletions

View File

@@ -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",