mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-13 01:20:32 +02:00
initial build
This commit is contained in:
35
tandoor_recipes/config.json
Normal file
35
tandoor_recipes/config.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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]"
|
||||
}
|
||||
Reference in New Issue
Block a user