Files
hassio-addons/tandoor_recipes/config.json
2022-05-12 01:58:41 +02:00

47 lines
1.0 KiB
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "recipe manager",
"environment": {
"DB_ENGINE": "django.db.backends.sqlite3",
"DEBUG": "0",
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db"
},
"map": [
"config:rw"
],
"name": "Tandoor recipes",
"options": {
"ALLOWED_HOSTS": "",
"DB_TYPE": "sqlite",
"SECRET_KEY": "YOUR_SECRET_KEY"
},
"ports": {
"8080/tcp": 9928
},
"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"
],
"slug": "tandoor_recipes",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.2.5",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}