summary refs log tree commit diff stats
path: root/pkgs (unfollow)
Commit message (Collapse)Author
26 hourschore(pkgs/back): Add missing license headers server2Benedikt Peetz
26 hoursfix(pkgs/back): Sort the issues by descending dateBenedikt Peetz
26 hoursfeat(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`.
34 hoursfix(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.
47 hoursfix(hosts/server2): Use correct path to `vhack.eu/nixos-server` repoBenedikt Peetz
47 hoursfix(modules/back): Remove the `gitPath` from the service nameBenedikt Peetz
With it, the service names become nearly illegible.
2 daysfeat(modules/nginx): Modularise the redirects and migrate them to server2Benedikt 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.
2 daysfix(modules/nix-sync/internal): Fix syntax errors in shell-scriptBenedikt Peetz