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