about summary refs log tree commit diff stats
path: root/CHANGELOG.md (unfollow)
Commit message (Collapse)Author
9 daysfeat(mastodon): make secrets configurableSilas Schöffel
9 daysfeat(miniflux): make secrets configurableSilas Schöffel
9 daysfeat(peertube): make secrets configurableSilas Schöffel
9 daysfeat(secrets.nix): remove server1Silas Schöffel
9 daysfeat(system): removeSilas Schöffel
This only contains unused and unwanted services
9 daysfeat(hosts)!: remove server1Silas Schöffel
This host is unused and therefore unneeded
9 daysfeat(etesync): migrate to server2Silas Schöffel
9 daysfix(modules/etebase): migrate to new vhack.persist optionSilas Schöffel
9 daysfeat(redlib): move to server2Silas Schöffel
9 daysfix(module/peertube): update emailhostSilas Schöffel
9 daysfix(modules/mastodon): update emailhostSilas Schöffel
9 daysfeat(modules/mail): init on server2Silas Schöffel
13 daysfeat(modules/backup): initSilas Schöffel
13 daysfix(modules/peertube): correct email setupSilas Schöffel
13 daysfix(hosts/server1): remove migrated servicesSilas Schöffel
13 daysfeat(modules/matrix): init on server3Silas Schöffel
13 daysfeat(modules/mastodon): init on server3Silas Schöffel
13 daysfix(peertube): migrate to server3Silas Schöffel
13 daysfix(envrc): remove git fetchSilas Schöffel
14 daysfeat(modules/murmur): initSilas Schöffel
2025-01-20feat(modules/nixconfig): initSilas Schöffel
2025-01-20feat(modules/invidious-router): initSilas Schöffel
2025-01-20feat(modules/gallery): initSilas Schöffel
2025-01-20feat(miniflux): init module, host on server2Silas Schöffel
2025-01-20feat(treewide): rekey secrets to allow multiple host setupSilas Schöffel
2025-01-04feat(hosts/server3): initSilas Schöffel
2024-12-31feat(pkgs/back): add comments to rss feedSilas Schöffel
2024-12-31fix(pkgs/back/contrib/config.json): add root_urlSilas Schöffel
2024-12-28fix(modules/back): add root_url to back configBenedikt Peetz
Co-authored-by: Silas Schöffel <sils@sils.li>
2024-12-27fix(back): add correct links to rss feedBenedikt Peetz
Co-authored-by: Silas Schöffel <sils@sils.li>
2024-12-27feat(back): add rss feedBenedikt Peetz
Co-authored-by: Silas Schöffel <sils@sils.li>
2024-12-27feat(back/src/issues/issue): implement Display for AuthorBenedikt Peetz
Co-authored-by: Silas Schöffel <sils@sils.li>
2024-12-27fix(server2/networking): correct ipv6 addressSilas Schöffel
2024-12-26fix(modules/back): Update to the new config file inputBenedikt Peetz
2024-12-26fix(pkgs/back): Use the errors display trait not debugBenedikt Peetz
Sadly, there seems to be no other way to change the error display, than wrapping main.
2024-12-26chore(pkgs/back): Add missing license headersBenedikt Peetz
2024-12-26fix(pkgs/back): Sort the issues by descending dateBenedikt Peetz
2024-12-26feat(pkgs/back): Rewrite the `git-bug` interface codeBenedikt Peetz
The previous code was more or less reverse engineered, whilst this code is based on the actually git-bug source code. This improves the whole issue and operation handling immensely and also makes the code better maintainable. Furthermore, it also adds support for the operations that had not already used in `vhack.eu/nixos-server.git`.
2024-12-26fix(pkgs/back): Use rocket to manage the configuration valuesBenedikt Peetz
This reduces the amount of needed `unwraps`/`expects` and allows us to streamline the parsing processes.
2024-12-25fix(hosts/server2): Use correct path to `vhack.eu/nixos-server` repoBenedikt Peetz