From 5535dadd9cb259521744335d9f1560a56a193115 Mon Sep 17 00:00:00 2001 From: aceberg <1502200+aceberg@users.noreply.github.com> Date: Sun, 4 Jun 2023 23:04:11 +0700 Subject: [PATCH] Release v0.9.3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd7631d..ec9171a 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Configuration can be done through config file or environment variables | 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) 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 | +| COLOR | Background color: light or dark | light | | IGNOREIP | If you want to detect unknown hosts by MAC only, set this wariable to "yes" | no | | LOGLEVEL | How much log output you want to see ("short" or "verbose") | verbose |