mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 06:41:51 +02:00
Modify environment settings and version in config.yaml
Updated environment variables and version number.
This commit is contained in:
@@ -3,10 +3,16 @@ arch:
|
|||||||
- amd64
|
- amd64
|
||||||
description: "\U0001F5A7\U0001F50D WIFI / LAN scanner, intruder, and presence detector"
|
description: "\U0001F5A7\U0001F50D WIFI / LAN scanner, intruder, and presence detector"
|
||||||
environment:
|
environment:
|
||||||
PGID: "102"
|
PGID: "20211"
|
||||||
PORT: "20211"
|
PORT: "20211"
|
||||||
PUID: "102"
|
PUID: "20211"
|
||||||
TZ: Europe/Berlin
|
TZ: Europe/Berlin
|
||||||
|
NETALERTX_DATA: /config
|
||||||
|
NETALERTX_CONFIG: /config/config
|
||||||
|
NETALERTX_DB: /config/db
|
||||||
|
TMP_DIR: /tmp/tmp
|
||||||
|
NETALERTX_CONFIG_FILE: /config/config/app.conf
|
||||||
|
NETALERTX_DB_FILE: /config/db/app.db
|
||||||
full_access: true
|
full_access: true
|
||||||
hassio_api: true
|
hassio_api: true
|
||||||
host_network: true
|
host_network: true
|
||||||
@@ -47,4 +53,4 @@ slug: netalertx_fa
|
|||||||
tmpfs: true
|
tmpfs: true
|
||||||
udev: true
|
udev: true
|
||||||
url: https://github.com/alexbelgium/hassio-addons
|
url: https://github.com/alexbelgium/hassio-addons
|
||||||
version: 25.10.1
|
version: 25.10.1-2
|
||||||
|
|||||||
Reference in New Issue
Block a user