mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
36 lines
886 B
JSON
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]"
|
|
}
|