From 303ab78fee014db694dcbf3acb6492e7d588b1d9 Mon Sep 17 00:00:00 2001 From: aceberg <1502200+aceberg@users.noreply.github.com> Date: Thu, 2 Feb 2023 12:14:06 +0700 Subject: [PATCH] README upd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab6d914..1ab5522 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Configuration can be done through config file or environment variables | GUIIP | Address for web GUI | localhost (127.0.0.1) | | GUIPORT | Port for web GUI | 8840 | | TIMEOUT | Time between scans (seconds) | 60 (1 minute) | -| SHOUTRRR_URL | Url to any notification service supported by [Shoutrrr](https://github.com/containrrr/shoutrrr) (gotify, email, telegram and others) | "" | +| SHOUTRRR_URL | Url to any notification service supported by [Shoutrrr](https://github.com/containrrr/shoutrrr) (gotify, email, telegram and others) or [Generic Webhook](https://github.com/containrrr/shoutrrr/blob/main/docs/services/generic.md) | "" | | THEME | Any theme name from https://bootswatch.com in lowcase | solar | | IGNOREIP | If you want to detect unknown hosts by MAC only, set this wariable to "yes" | no |