mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-18 10:42:11 +01:00
Use /config for location to allow access
This commit is contained in:
@@ -25,10 +25,15 @@ privileged:
|
||||
environment:
|
||||
PUID: "20211"
|
||||
PGID: "20211"
|
||||
TZ: Atlantic/Reykjavik
|
||||
# Home assistant grants excessive priviliges and does not support application integrity
|
||||
TZ: Europe/Berlin
|
||||
NETALERTX_DATA: /config
|
||||
NETALERTX_CONFIG: /config/config
|
||||
NETALERTX_DB: /config/db
|
||||
SKIP_STARTUP_CHECKS: excessive capabilities.sh,appliance integrity.sh
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Za-z0-9_]+$)
|
||||
value: str?
|
||||
TZ: str?
|
||||
services:
|
||||
- mqtt:want
|
||||
@@ -36,4 +41,4 @@ slug: netalertx
|
||||
tmpfs: true
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "26.3.16-1"
|
||||
version: "26.3.16-2"
|
||||
|
||||
Reference in New Issue
Block a user