added readme about file notifier

This commit is contained in:
BroodjeAap 2023-01-22 12:46:06 +00:00
parent 4f1f28a693
commit c929e5408b

View file

@ -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: