From 6d746b7118073ccbcf6f6ffa75c36ee8b9a833ae Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Sat, 11 Jan 2025 19:42:16 +1100 Subject: [PATCH 1/3] Docs, symlink test --- netalertx/CHANGELOG.md | 3 +++ netalertx/README.md | 3 ++- .../rootfs/etc/s6-overlay/s6-rc.d/init-alexbelgium/99-run.sh | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/netalertx/CHANGELOG.md b/netalertx/CHANGELOG.md index c9a64bc19..9a2e40d2a 100644 --- a/netalertx/CHANGELOG.md +++ b/netalertx/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.0.8 (11-01-2025) +- Docs, symlink test + ## 0.0.8 (10-01-2025) - Minor bugs fixed ## 0.0.7 diff --git a/netalertx/README.md b/netalertx/README.md index aadd251e5..d5422c396 100644 --- a/netalertx/README.md +++ b/netalertx/README.md @@ -23,7 +23,7 @@ _Thanks to everyone having starred my repo! To star it click on the image below, ## About -🖧🔍 WIFI / LAN intruder detector. Scans for devices connected to your network and alerts you if new and unknown devices are found. +Network presence and intruder detector. Scans for devices connected to your network and alerts you if new and unknown devices are found. This addon is based on the [docker image](https://github.com/jokob-sk/NetAlertX/tree/main/dockerfiles) from jokob-sk. ## Installation @@ -44,6 +44,7 @@ comparison to installing any other Hass.io add-on. 1. The preferred way is to manage the configuration via the Settings section in the UI, if UI is inaccessible you can modify `app.conf` in the `/app/config/` folder directly. 1. You have to specify which network(s) should be scanned. This is done by entering subnets that are accessible from the host. If you use the default `ARPSCAN` plugin, you have to specify at least one valid subnet and interface in the `SCAN_SUBNETS` setting. See the [documentation on How to set up multiple SUBNETS, VLANs and what are limitations](https://github.com/jokob-sk/NetAlertX/blob/main/docs/SUBNETS.md) and for troubleshooting and more advanced scenarios. 1. Read how to get devices into your [Home Assistant instance via the MQTT plugin](https://github.com/jokob-sk/NetAlertX/blob/main/docs/HOME_ASSISTANT.md) +1. Back everything up by following the[ Backups documentation](https://github.com/jokob-sk/NetAlertX/blob/main/docs/BACKUPS.md). Webui can be found at . diff --git a/netalertx/rootfs/etc/s6-overlay/s6-rc.d/init-alexbelgium/99-run.sh b/netalertx/rootfs/etc/s6-overlay/s6-rc.d/init-alexbelgium/99-run.sh index b70636f87..7d11a45c3 100755 --- a/netalertx/rootfs/etc/s6-overlay/s6-rc.d/init-alexbelgium/99-run.sh +++ b/netalertx/rootfs/etc/s6-overlay/s6-rc.d/init-alexbelgium/99-run.sh @@ -20,6 +20,10 @@ for folder in config db; do done +chmod a+rwx /config/db/app.db +sudo chown -R nginx:www-data /config/db/ +sudo chown -R nginx:www-data /config/config/ + ############## # LAUNCH APP # ############## From 05e294d42294b3d15621543524620b24f9fcaaac Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Sat, 11 Jan 2025 19:47:31 +1100 Subject: [PATCH 2/3] docs fix --- netalertx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netalertx/README.md b/netalertx/README.md index d5422c396..a0e5c29dc 100644 --- a/netalertx/README.md +++ b/netalertx/README.md @@ -44,7 +44,7 @@ comparison to installing any other Hass.io add-on. 1. The preferred way is to manage the configuration via the Settings section in the UI, if UI is inaccessible you can modify `app.conf` in the `/app/config/` folder directly. 1. You have to specify which network(s) should be scanned. This is done by entering subnets that are accessible from the host. If you use the default `ARPSCAN` plugin, you have to specify at least one valid subnet and interface in the `SCAN_SUBNETS` setting. See the [documentation on How to set up multiple SUBNETS, VLANs and what are limitations](https://github.com/jokob-sk/NetAlertX/blob/main/docs/SUBNETS.md) and for troubleshooting and more advanced scenarios. 1. Read how to get devices into your [Home Assistant instance via the MQTT plugin](https://github.com/jokob-sk/NetAlertX/blob/main/docs/HOME_ASSISTANT.md) -1. Back everything up by following the[ Backups documentation](https://github.com/jokob-sk/NetAlertX/blob/main/docs/BACKUPS.md). +1. Back everything up by following the [Backups documentation](https://github.com/jokob-sk/NetAlertX/blob/main/docs/BACKUPS.md). Webui can be found at . From ad207c58aa6629a7a2f766729cbe3c2d3fb35fb3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 11 Jan 2025 11:55:47 +0100 Subject: [PATCH 3/3] Update config.json --- netalertx/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netalertx/config.json b/netalertx/config.json index 7b0f635f2..3fe32e89d 100644 --- a/netalertx/config.json +++ b/netalertx/config.json @@ -101,6 +101,6 @@ "slug": "netalertx", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "25.1.8", + "version": "25.1.9", "webui": "[PROTO:ssl]://[HOST]:[PORT:20211]" }