diff --git a/netalertx/CHANGELOG.md b/netalertx/CHANGELOG.md index ae88d20b1..db0d1bc89 100644 --- a/netalertx/CHANGELOG.md +++ b/netalertx/CHANGELOG.md @@ -1,6 +1,7 @@ - ## 25.7.4 (05-07-2025) + - Update to latest version from jokob-sk/NetAlertX (changelog : https://github.com/jokob-sk/NetAlertX/releases) + ## 25.6.7-2 (16-06-2025) - IPv6 Fix diff --git a/netalertx/config.json b/netalertx/config.json index 2e23e7de0..14553b029 100644 --- a/netalertx/config.json +++ b/netalertx/config.json @@ -1,9 +1,5 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "codenotary": "alexandrep.github@gmail.com", "description": "🖧🔍 WIFI / LAN scanner, intruder, and presence detector", "environment": { @@ -19,12 +15,7 @@ "ingress_port": 0, "ingress_stream": true, "init": false, - "map": [ - "addon_config:rw", - "media:rw", - "share:rw", - "ssl" - ], + "map": ["addon_config:rw", "media:rw", "share:rw", "ssl"], "name": "NetAlertX", "panel_icon": "mdi:wifi-check", "ports": { @@ -35,19 +26,12 @@ "20211/tcp": "WebUI port", "20212/tcp": "GraphQL port" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH", - "NET_ADMIN", - "NET_RAW" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN", "NET_RAW"], "schema": { "APP_CONF_OVERRIDE": "str?", "TZ": "str?" }, - "services": [ - "mqtt:want" - ], + "services": ["mqtt:want"], "slug": "netalertx", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons",