prune readme

This commit is contained in:
BroodjeAap 2023-01-02 12:38:42 +00:00
parent d3f6bb2de0
commit a6a8fafcf5
2 changed files with 10 additions and 2 deletions

View file

@ -81,6 +81,15 @@ services:
retries: 5
```
#### Pruning
An automatic database prune job that removed repeating values can be scheduled by adding a cron schedule to the config:
```
database:
dsn: "/config/watch.db"
prune: "@every 1h"
```
### Proxy
GoWatch has some basic proxy support, using the config we can point GoWatch to a proxy server:

View file

@ -10,5 +10,4 @@
- add kube yaml example?
- organize docs?
- disable gin debug
- add favicon
- db prune readme
- add favicon