Commit message (Collapse) | Author | ||
---|---|---|---|
5 days | feat(hosts/server3): init HEAD main | Silas Schöffel | |
9 days | feat(pkgs/back): add comments to rss feed rssback | Silas Schöffel | |
9 days | fix(pkgs/back/contrib/config.json): add root_url | Silas Schöffel | |
13 days | fix(modules/back): add root_url to back config | Benedikt Peetz | |
Co-authored-by: Silas Schöffel <sils@sils.li> | |||
13 days | fix(back): add correct links to rss feed | Benedikt Peetz | |
Co-authored-by: Silas Schöffel <sils@sils.li> | |||
13 days | feat(back): add rss feed | Benedikt Peetz | |
Co-authored-by: Silas Schöffel <sils@sils.li> | |||
13 days | feat(back/src/issues/issue): implement Display for Author | Benedikt Peetz | |
Co-authored-by: Silas Schöffel <sils@sils.li> | |||
13 days | fix(server2/networking): correct ipv6 address | Silas Schöffel | |
14 days | fix(modules/back): Update to the new config file input | Benedikt Peetz | |
14 days | 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. | |||
14 days | chore(pkgs/back): Add missing license headers | Benedikt Peetz | |
14 days | fix(pkgs/back): Sort the issues by descending date | Benedikt Peetz | |
14 days | 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 name | Benedikt Peetz | |
With it, the service names become nearly illegible. | |||
2024-12-25 | feat(modules/nginx): Modularise the redirects and migrate them to server2 | Benedikt Peetz | |
The redirects always have an implicit dependency on the DNS config of the running host. As such, simply stating them for all host is never a possibility and setting them per host the only viable option. | |||
2024-12-25 | fix(modules/nix-sync/internal |