mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
@@ -1,6 +1,10 @@
|
||||
|
||||
## 25.1.8.9 (11-01-2025)
|
||||
- Docs, symlink test
|
||||
|
||||
## 25.1.8 (11-01-2025)
|
||||
- Update to latest version from jokob-sk/NetAlertX (changelog : https://github.com/jokob-sk/NetAlertX/releases)
|
||||
|
||||
## 0.0.8 (10-01-2025)
|
||||
- Minor bugs fixed
|
||||
## 0.0.7
|
||||
|
||||
@@ -22,7 +22,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
|
||||
@@ -43,6 +43,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 <http://homeassistant:20211>.
|
||||
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
|
||||
@@ -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 #
|
||||
##############
|
||||
|
||||
Reference in New Issue
Block a user