mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-15 11:59:11 +02:00
prettier
This commit is contained in:
@@ -1,19 +1,12 @@
|
|||||||
{
|
{
|
||||||
"arch": [
|
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||||
"aarch64",
|
|
||||||
"amd64",
|
|
||||||
"armv7",
|
|
||||||
"armhf"
|
|
||||||
],
|
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"description": "recipe manager",
|
"description": "recipe manager",
|
||||||
"environment": {
|
"environment": {
|
||||||
"DB_ENGINE": "django.db.backends.sqlite3",
|
"DB_ENGINE": "django.db.backends.sqlite3",
|
||||||
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db"
|
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db"
|
||||||
},
|
},
|
||||||
"map": [
|
"map": ["config:rw"],
|
||||||
"config:rw"
|
|
||||||
],
|
|
||||||
"name": "Tandoor recipes",
|
"name": "Tandoor recipes",
|
||||||
"options": {
|
"options": {
|
||||||
"SECRET_KEY": "YOUR_SECRET_KEY",
|
"SECRET_KEY": "YOUR_SECRET_KEY",
|
||||||
@@ -26,9 +19,7 @@
|
|||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8080/tcp": "Web interface"
|
"8080/tcp": "Web interface"
|
||||||
},
|
},
|
||||||
"services": [
|
"services": ["mysql:want"],
|
||||||
"mysql:want"
|
|
||||||
],
|
|
||||||
"schema": {
|
"schema": {
|
||||||
"SECRET_KEY": "str",
|
"SECRET_KEY": "str",
|
||||||
"DB_TYPE": "list(sqlite|postgresql_external|mariadb_addon)",
|
"DB_TYPE": "list(sqlite|postgresql_external|mariadb_addon)",
|
||||||
|
|||||||
Reference in New Issue
Block a user