aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/gi (unfollow)
Commit message (Collapse)Author
2026-02-15modules/cgit: Stop exposing all repositories as http clonesBenedikt Peetz
This feature has recently been added to nixpkgs to fix the security vulnerability.
2025-12-18modules/anubis: Introduce and setupBenedikt Peetz
This should hopefully reduce the workload applied to our servers. Notably, `cgit` is not yet behind it, as it requires more, considering that it is a fgi application.
2025-06-07modules/git-back: Init with the out-of-tree backBenedikt Peetz
2024-12-25fix(modules/git-server): Use `vhack.persist` for data-directoriesBenedikt Peetz
This avoids having to create them manually on the server and is, overall just generally a better way to solve this problem.
2024-12-23style(treewide): FormatBenedikt Peetz
2024-12-20refactor({modules,test}): Migrate to a `by-name` structureBenedikt Peetz