mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
fix: auto-fix linting issues
This commit is contained in:
committed by
github-actions[bot]
parent
2de05df210
commit
d38b278629
@@ -67,10 +67,10 @@ devices:
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
DB_ENGINE: django.db.backends.sqlite3
|
||||
DISABLE_INGRESS: 'true'
|
||||
MEDIA_ROOT: ''
|
||||
DISABLE_INGRESS: "true"
|
||||
MEDIA_ROOT: ""
|
||||
POSTGRES_DB: /config/addons_config/tandoor_recipes/recipes.db
|
||||
TRUSTED_PROXIES: '**'
|
||||
TRUSTED_PROXIES: "**"
|
||||
image: ghcr.io/alexbelgium/tandoor_recipes-{arch}
|
||||
map:
|
||||
- config:rw
|
||||
@@ -78,9 +78,9 @@ map:
|
||||
- media:rw
|
||||
name: Tandoor recipes
|
||||
options:
|
||||
ALLOWED_HOSTS: '*'
|
||||
ALLOWED_HOSTS: "*"
|
||||
DB_TYPE: sqlite
|
||||
DEBUG: '0'
|
||||
DEBUG: "0"
|
||||
SECRET_KEY: YOUR_SECRET_KEY
|
||||
externalfiles_folder: /config/addons_config/tandoor_recipes/externalfiles
|
||||
panel_admin: false
|
||||
|
||||
Reference in New Issue
Block a user