📚Docs
33
README.md
@@ -15,6 +15,8 @@ Get visibility of what's going on on your WIFI/LAN network. Schedule scans for d
|
|||||||
| ![Main screen][main] | ![Screen 1][screen1] | ![Screen 5][screen5] |
|
| ![Main screen][main] | ![Screen 1][screen1] | ![Screen 5][screen5] |
|
||||||
|----------------------|----------------------| ----------------------|
|
|----------------------|----------------------| ----------------------|
|
||||||
|
|
||||||
|
![network_setup][network_setup]
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>📷 Click for more screenshots</summary>
|
<summary>📷 Click for more screenshots</summary>
|
||||||
|
|
||||||
@@ -132,19 +134,20 @@ Help out and suggest languages in the [online portal of Weblate](https://hosted.
|
|||||||
|
|
||||||
|
|
||||||
<!--- --------------------------------------------------------------------- --->
|
<!--- --------------------------------------------------------------------- --->
|
||||||
[main]: ./docs/img/devices_split.png "Main screen"
|
[main]: ./docs/img/devices_split.png "Main screen"
|
||||||
[screen1]: ./docs/img/device_details.png "Screen 1"
|
[screen1]: ./docs/img/device_details.png "Screen 1"
|
||||||
[screen2]: ./docs/img/events.png "Screen 2"
|
[screen2]: ./docs/img/events.png "Screen 2"
|
||||||
[screen3]: ./docs/img/presence.png "Screen 3"
|
[screen3]: ./docs/img/presence.png "Screen 3"
|
||||||
[screen4]: ./docs/img/maintenance.png "Screen 4"
|
[screen4]: ./docs/img/maintenance.png "Screen 4"
|
||||||
[screen5]: ./docs/img/network.png "Screen 5"
|
[screen5]: ./docs/img/network.png "Screen 5"
|
||||||
[screen6]: ./docs/img/settings.png "Screen 6"
|
[screen6]: ./docs/img/settings.png "Screen 6"
|
||||||
[screen7]: ./docs/img/help_faq.png "Screen 7"
|
[network_setup]: ./docs/img/network_setup.gif "Screen 6"
|
||||||
[screen8]: ./docs/img/plugins_rogue_dhcp.png "Screen 8"
|
[screen7]: ./docs/img/help_faq.png "Screen 7"
|
||||||
[screen9]: ./docs/img/device_nmap.png "Screen 9"
|
[screen8]: ./docs/img/sync_hub.png "Screen 8"
|
||||||
[report1]: ./docs/img/4_report_1.jpg "Report sample 1"
|
[screen9]: ./docs/img/device_nmap.png "Screen 9"
|
||||||
[report2]: ./docs/img/4_report_2.jpg "Report sample 2"
|
[report1]: ./docs/img/4_report_1.jpg "Report sample 1"
|
||||||
[main_dark]: /docs/img/1_devices_dark.jpg "Main screen dark"
|
[report2]: ./docs/img/4_report_2.jpg "Report sample 2"
|
||||||
[maintain_dark]: /docs/img/5_maintain.jpg "Maintain screen dark"
|
[main_dark]: /docs/img/1_devices_dark.jpg "Main screen dark"
|
||||||
[follow_star]: /docs/img/Follow_Releases_and_Star.gif "Follow and Star"
|
[maintain_dark]: /docs/img/5_maintain.jpg "Maintain screen dark"
|
||||||
|
[follow_star]: /docs/img/Follow_Releases_and_Star.gif "Follow and Star"
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 172 KiB |
|
Before Width: | Height: | Size: 198 KiB |
|
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 170 KiB |
|
Before Width: | Height: | Size: 157 KiB After Width: | Height: | Size: 173 KiB |
|
Before Width: | Height: | Size: 187 KiB After Width: | Height: | Size: 197 KiB |
|
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 189 KiB |
|
Before Width: | Height: | Size: 211 KiB After Width: | Height: | Size: 210 KiB |
|
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 240 KiB |
|
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 129 KiB |
|
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 146 KiB |
BIN
docs/img/multi_edit.png
Executable file
|
After Width: | Height: | Size: 148 KiB |
|
Before Width: | Height: | Size: 141 KiB After Width: | Height: | Size: 216 KiB |
BIN
docs/img/network_setup.gif
Executable file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
docs/img/notification_center.png
Executable file
|
After Width: | Height: | Size: 112 KiB |
|
Before Width: | Height: | Size: 218 KiB After Width: | Height: | Size: 168 KiB |
|
Before Width: | Height: | Size: 202 KiB After Width: | Height: | Size: 201 KiB |
|
Before Width: | Height: | Size: 116 KiB |
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 134 KiB |
|
Before Width: | Height: | Size: 146 KiB After Width: | Height: | Size: 180 KiB |
BIN
docs/img/sent_reports_text.png
Executable file
|
After Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 167 KiB |
BIN
docs/img/sync_hub.png
Executable file
|
After Width: | Height: | Size: 84 KiB |
@@ -1,10 +1,15 @@
|
|||||||
# 🔌 Plugins
|
# 🔌 Plugins
|
||||||
|
|
||||||
|
NetAlertX supports additional plugins to extend its functionality, each with its own settings and options. Plugins can be loaded via the General -> `LOADED_PLUGINS` setting by using Ctrl + Click. For custom plugin development, refer to the [Plugin development guide](/docs/PLUGINS_DEV.md).
|
||||||
|
|
||||||
>[!NOTE]
|
>[!NOTE]
|
||||||
> Please check this [Plugins debugging guide](https://github.com/jokob-sk/NetAlertX/blob/main/docs/DEBUG_PLUGINS.md) and the corresponding Plugin documentation in the below table if you are facing issues.
|
> Please check this [Plugins debugging guide](https://github.com/jokob-sk/NetAlertX/blob/main/docs/DEBUG_PLUGINS.md) and the corresponding Plugin documentation in the below table if you are facing issues.
|
||||||
|
|
||||||
## ⚡ Quick start
|
## ⚡ Quick start
|
||||||
|
|
||||||
|
> [!TIP]
|
||||||
|
> You can load additional Plugins via the General -> `LOADED_PLUGINS` setting. Use `Ctrl + Click` to select/deselect.
|
||||||
|
|
||||||
1. Pick your `🔍 dev scanner` plugin (e.g. `ARPSCAN` or `NMAPDEV`), or import devices into the application with an `📥 importer` plugin. (See **✅Enabling plugins** below)
|
1. Pick your `🔍 dev scanner` plugin (e.g. `ARPSCAN` or `NMAPDEV`), or import devices into the application with an `📥 importer` plugin. (See **✅Enabling plugins** below)
|
||||||
1. Pick a `▶️ publisher` plugin, if you want to send notifications. If you don't see a publisher you'd like to use, look at the [📚_publisher_apprise](/front/plugins/_publisher_apprise/) plugin which is a proxy for over 80 notification services.
|
1. Pick a `▶️ publisher` plugin, if you want to send notifications. If you don't see a publisher you'd like to use, look at the [📚_publisher_apprise](/front/plugins/_publisher_apprise/) plugin which is a proxy for over 80 notification services.
|
||||||
1. Setup your [Network topology diagram](/docs/NETWORK_TREE.md)
|
1. Setup your [Network topology diagram](/docs/NETWORK_TREE.md)
|
||||||
|
|||||||