update Readme

This commit is contained in:
Pim Kunis 2023-01-19 00:14:10 +01:00
parent 4ea3c8dfb9
commit d7b81aab29

View file

@ -19,7 +19,7 @@ All services below are running under Docker, except NSD and Borg.
- KMS server using [vlmcsd](https://github.com/Wind4/vlmcsd) - KMS server using [vlmcsd](https://github.com/Wind4/vlmcsd)
- Cloud file storage using [Seafile](https://www.seafile.com) - Cloud file storage using [Seafile](https://www.seafile.com)
- Backups using [Borg](https://www.borgbackup.org/) and [Borgmatic](https://torsion.org/borgmatic/) - Backups using [Borg](https://www.borgbackup.org/) and [Borgmatic](https://torsion.org/borgmatic/)
- RSS feed reader using [Miniflux](https://miniflux.app/) - RSS feed reader using [FreshRSS](https://miniflux.app/)
## Possible future services ## Possible future services
@ -29,7 +29,6 @@ All services below are running under Docker, except NSD and Borg.
## TODO ## TODO
- Forward to https not working correctly yet. - Forward to https not working correctly yet.
- Actually freshrss seems better than miniflux
### NSD ### NSD
@ -45,12 +44,3 @@ But for idempotency I should probably only do it if the zone has changed or the
### Firewall ### Firewall
A little more difficult because of docker networking but probably doable. A little more difficult because of docker networking but probably doable.
### Backup server
Given that I am now backing up my data to another server using Borg, it makes sense to include that server into IaC as well.
Should be pretty straight forward:
- Install Borg and Borgmatic
- Initialize the Borg repository if it doesn't exist yet.
- Add the homeserver's public key to authorized keys.