alexandria: replace FreshRSS with Miniflux

- Add miniflux service listening on Unix socket at /run/miniflux/miniflux.sock
- Remove FreshRSS configuration and data directory
- Update nginx to reverse proxy to miniflux socket
- Update secrets to use miniflux-admincreds.age
This commit is contained in:
William 2026-04-09 11:14:49 -03:00
parent 9a6e0634e6
commit 5a1f04ff16
6 changed files with 49 additions and 36 deletions

View file

@ -34,7 +34,7 @@
host = "alexandria";
}
{
name = "freshrss";
name = "miniflux";
domain = "rss.baduhai.dev";
host = "alexandria";
}