From d7b81aab29cf5fa69ce42e34adbb95107eb13133 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Thu, 19 Jan 2023 00:14:10 +0100 Subject: [PATCH] update Readme --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 58a6d44..b60df13 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ All services below are running under Docker, except NSD and Borg. - KMS server using [vlmcsd](https://github.com/Wind4/vlmcsd) - Cloud file storage using [Seafile](https://www.seafile.com) - 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 @@ -29,7 +29,6 @@ All services below are running under Docker, except NSD and Borg. ## TODO - Forward to https not working correctly yet. -- Actually freshrss seems better than miniflux ### NSD @@ -45,12 +44,3 @@ But for idempotency I should probably only do it if the zone has changed or the ### Firewall 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.