This commit is contained in:
jokob-sk
2025-02-10 16:53:06 +11:00
parent ba27769fbd
commit cc5c4a6f06
28 changed files with 177 additions and 65 deletions

View File

@@ -4,7 +4,7 @@
If a Plugin supplies data to the main app it's doine either vie a SQL query or via a script that updates the `last_result.log` file in the plugin folder (`front/plugins/<plugin>`).
For a more in-depth overview on how plugins work check the [Plugins development docs](https://github.com/jokob-sk/NetAlertX/blob/main/front/plugins/README.md).
For a more in-depth overview on how plugins work check the [Plugins development docs](https://github.com/jokob-sk/NetAlertX/blob/main/docs/PLUGINS.md).
### Prerequisites