aboutsummaryrefslogtreecommitdiffstats
path: root/system/services/libreddit (unfollow)
Commit message (Collapse)Author
2024-12-20refactor(system/services/libreddit): Migrate to `by-name`Benedikt Peetz
This also includes a rename into `redlib` because of upstream changes.
2024-11-16fix(system/services/libreddit): Use unstable `redlib` versionBenedikt Peetz
The current stable version has a bug with regard to parsing the current reddit json responses.
2024-06-11fix(libreddit): Remove manual module overrideBenedikt Peetz
The fixes have been up streamed into `nixpkgs` by now.
2024-03-28fix(system/services/libreddit): correct binary location in systemd serviceSilas Schöffel
This is a manual fix until we get this merged into nixpkgs Co-authored-by: Benedikt Peetz <benedikt.peetz@b-peetz.de>
2024-03-28feat(system/servics/libreddit): Use the continued redlib packageSoispha
Fixes: #87
2023-08-18Fix(system/services/libreddit): Don't open firewallSoispha
2023-08-18Fix(system/services/libreddit): Actually proxy services via nginxSoispha
2023-08-18Feat(system/services/libreddit): InitSoispha