Commit message (Collapse) | Author | ||
---|---|---|---|
9 days | feat(miniflux): make secrets configurable | Silas Schöffel | |
9 days | feat(peertube): make secrets configurable | Silas Schöffel | |
9 days | feat(secrets.nix): remove server1 | Silas Schöffel | |
9 days | feat(system): remove | Silas Schöffel | |
This only contains unused and unwanted services | |||
9 days | feat(hosts)!: remove server1 | Silas Schöffel | |
This host is unused and therefore unneeded | |||
9 days | feat(etesync): migrate to server2 | Silas Schöffel | |
9 days | fix(modules/etebase): migrate to new vhack.persist option | Silas Schöffel | |
9 days | feat(redlib): move to server2 | Silas Schöffel | |
9 days | fix(module/peertube): update emailhost | Silas Schöffel | |
9 days | fix(modules/mastodon): update emailhost | Silas Schöffel | |
9 days | feat(modules/mail): init on server2 | Silas Schöffel | |
13 days | feat(modules/backup): init | Silas Schöffel | |
13 days | fix(modules/peertube): correct email setup | Silas Schöffel | |
13 days | fix(hosts/server1): remove migrated services | Silas Schöffel | |
13 days | feat(modules/matrix): init on server3 | Silas Schöffel | |
13 days | feat(modules/mastodon): init on server3 | Silas Schöffel | |
13 days | fix(peertube): migrate to server3 | Silas Schöffel | |
13 days | fix(envrc): remove git fetch | Silas Schöffel | |
14 days | feat(modules/murmur): init | Silas Schöffel | |
14 days | feat(modules/nixconfig): init | Silas Schöffel | |
14 days | feat(modules/invidious-router): init | Silas Schöffel | |
14 days | feat(modules/gallery): init | Silas Schöffel | |
14 days | feat(miniflux): init module, host on server2 | Silas Schöffel | |
14 days | feat(treewide): rekey secrets to allow multiple host setup | Silas Schöffel | |
2025-01-04 | feat(hosts/server3): init | Silas Schöffel | |
2024-12-31 | feat(pkgs/back): add comments to rss feed | Silas Schöffel | |
2024-12-31 | fix(pkgs/back/contrib/config.json): add root_url | Silas Schöffel | |
2024-12-28 | fix(modules/back): add root_url to back config | Benedikt Peetz | |
Co-authored-by: Silas Schöffel <sils@sils.li> | |||
2024-12-27 | fix(back): add correct links to rss feed | Benedikt Peetz | |
Co-authored-by: Silas Schöffel <sils@sils.li> | |||
2024-12-27 | feat(back): add rss feed | Benedikt Peetz | |
Co-authored-by: Silas Schöffel <sils@sils.li> | |||
2024-12-27 | feat(back/src/issues/issue): implement Display for Author | Benedikt Peetz | |
Co-authored-by: Silas Schöffel <sils@sils.li> | |||
2024-12-27 | fix(server2/networking): correct ipv6 address | Silas Schöffel | |
2024-12-26 | fix(modules/back): Update to the new config file input | Benedikt Peetz | |
2024-12-26 | fix(pkgs/back): Use the errors display trait not debug | Benedikt Peetz | |
Sadly, there seems to be no other way to change the error display, than wrapping main. | |||
2024-12-26 | chore(pkgs/back): Add missing license headers | Benedikt Peetz | |
2024-12-26 | fix(pkgs/back): Sort the issues by descending date | Benedikt Peetz | |
2024-12-26 | feat(pkgs/back): Rewrite the `git-bug` interface code | Benedikt 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-26 | fix(pkgs/back): Use rocket to manage the configuration values | Benedikt Peetz | |
This reduces the amount of needed `unwraps`/`expects` and allows us to streamline the parsing processes. | |||
2024-12-25 | fix(hosts/server2): Use correct path to `vhack.eu/nixos-server` repo | Benedikt Peetz | |
2024-12-25 | fix(modules/back): Remove the `gitPath` from the service na |