update readme

This commit is contained in:
Pim Kunis 2023-01-09 23:31:43 +01:00
parent 3eda19aef5
commit fe64dd1f82

View file

@ -26,6 +26,8 @@ All services below are running under Docker, except NSD because I couldn't figur
## TODO ## TODO
Name every docker container well
### NSD ### NSD
#### ZSK Rollover #### ZSK Rollover
@ -37,10 +39,15 @@ Could make automatic key rollovers with cron or some other tool.
Currently I always resign zones. Currently I always resign zones.
But for idempotency I should probably only do it if the zone has changed or the keys have changed. But for idempotency I should probably only do it if the zone has changed or the keys have changed.
### Backup ### Borg Backup
Borg backup? Ideal situation is to backup all of (and only) /data.
Issue with Mastodon: the cache is saved at /data as well. Should put this in a location that is not backed up.
After investigating, borg backup with borgmatic is excellent.
Instead of cron, I will use systemd timers to schedule borgmatic.
https://dev.to/bowmanjd/schedule-jobs-with-systemd-timers-a-cron-alternative-15l8
### Firewall ### Firewall
A little more difficult because of docker networking but probably doable. A little more difficult because of docker networking but probably doable.