diff --git a/README.md b/README.md index ae3fca74..e0b43920 100755 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Get visibility of what's going on on your WIFI/LAN network. Schedule scans for d | Features | Details | |-------------|-------------| -| 🔍 | The app scans your network for, **New devices**, **New connections** (re-connections), **Disconnections**, **"Always Connected" devices down**, Devices **IP changes** and **Internet IP address changes**. Discovery & scan methods include: **arp-scan**. **Pi-hole - DB import**, **Pi-hole - DHCP leases import**, **Generic DHCP leases import**. **UNIFI controller import**, **SNMP-enabled router import**. Check the [Plugins](https://github.com/jokob-sk/NetAlertX/tree/main/front/plugins#readme) docs for more info on individual scans. | +| 🔍 | The app scans your network for, **New devices**, **New connections** (re-connections), **Disconnections**, **"Always Connected" devices down**, Devices **IP changes** and **Internet IP address changes**. Discovery & scan methods include: **arp-scan**, **Pi-hole - DB import**, **Pi-hole - DHCP leases import**, **Generic DHCP leases import**. **UNIFI controller import**, **SNMP-enabled router import**. Check the [Plugins](https://github.com/jokob-sk/NetAlertX/tree/main/front/plugins#readme) docs for more info on individual scans. | |📧 | Send notifications to more than 80+ services, including Telegram via [Apprise](https://hub.docker.com/r/caronc/apprise), or use [Pushsafer](https://www.pushsafer.com/), [Pushover](https://www.pushover.net/), or [NTFY](https://ntfy.sh/). | |🧩 | Feed your data and device changes into [Home Assistant](https://github.com/jokob-sk/NetAlertX/blob/main/docs/HOME_ASSISTANT.md), read [API endpoints](https://github.com/jokob-sk/NetAlertX/blob/main/docs/API.md), or use [Webhooks](https://github.com/jokob-sk/NetAlertX/blob/main/docs/WEBHOOK_N8N.md) to setup custom automation flows. | |➕ | Build your own scanners with the [Plugin system](https://github.com/jokob-sk/NetAlertX/tree/main/front/plugins#readme) | diff --git a/docs/MIGRATION.md b/docs/MIGRATION.md index e5152505..d905b4ab 100755 --- a/docs/MIGRATION.md +++ b/docs/MIGRATION.md @@ -1,5 +1,8 @@ # Migration form PiAlert to NetAlertX +> [!WARNING] +> Follow this guide only after you you downloaded and started NetAlert X at least once after previously using the PiAlert image. + > [!TIP] > In short: The application will auto-migrate the database, config, and all device information. A ticker message on top will be displayed until you update your docker mount points. Even so, it's always good to have a [backup strategy](https://github.com/jokob-sk/NetAlertX/blob/main/docs/BACKUPS.md) in place. diff --git a/docs/img/GENERAL/github_social_image.jpg b/docs/img/GENERAL/github_social_image.jpg new file mode 100755 index 00000000..5fda6b2d Binary files /dev/null and b/docs/img/GENERAL/github_social_image.jpg differ