This commit is contained in:
Alexandre
2022-06-29 15:42:09 +02:00
parent a5878944db
commit 40c3201507
13 changed files with 240 additions and 6 deletions

View File

@@ -11,6 +11,7 @@
"DEBUG": "0",
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db"
},
"ingress": true,
"map": [
"config:rw"
],
@@ -20,6 +21,7 @@
"DB_TYPE": "sqlite",
"SECRET_KEY": "YOUR_SECRET_KEY"
},
"panel_icon": "mdi:silverware-fork-knife",
"ports": {
"8080/tcp": 9928
},
@@ -41,6 +43,5 @@
],
"slug": "tandoor_recipes",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.2.7",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}
"version": "1.2.7-ingress"
}