From c929e5408bbf4cbaa280123f4fe8aa9aa2f2faf5 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Sun, 22 Jan 2023 12:46:06 +0000 Subject: [PATCH] added readme about file notifier --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5915aea..71bac69 100644 --- a/README.md +++ b/README.md @@ -494,6 +494,16 @@ database: prune: "@every 1h" ``` +## File + +GoWatch can also simply append your notification text to a file: +``` +notifiers: + File: + type: "file" + path: /config/notifications.log +``` + # Build/Development For local development, clone this repository: