Files
hassio-addons/tandoor_recipes/config.json
2022-01-12 17:08:37 +01:00

36 lines
886 B
JSON

{
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "recipe manager",
"environment": {},
"map": ["share:rw", "ssl:ro"],
"name": "Tandoor recipes",
"options": {
"SECRET_KEY": "YOUR_SECRET_KEY",
"DB_TYPE": "sqlite",
"ALLOWED_HOSTS": ""
},
"ports": {
"8080/tcp": "9928"
},
"ports_description": {
"8080/tcp": "Web interface"
},
"services": ["mysql:want"],
"schema": {
"SECRET_KEY": "str",
"DB_TYPE": "list(sqlite|postgresql_external|mariadb_addon)",
"ALLOWED_HOSTS": "str?",
"POSTGRES_HOST": "str?",
"POSTGRES_PORT": "str?",
"POSTGRES_USER": "str?",
"POSTGRES_PASSWORD": "str?",
"POSTGRES_DB": "str?"
},
"slug": "tandoor_recipes",
"upstream": "1.9",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.9",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}