| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2024-08-13 | fix(nixos/git-server): Correctly enable the git config feature of gitolite | Benedikt Peetz | |
| The previously set variable is only used in the gitolite.conf file for the `config` specifications on each repo. We can't use that because we use "wild-repos". Thus we need to add the `user-configs` option to each repo, allow users to change the git settings specified there with a simple `ssh git@git.vhack.eu config <repo> --set cgit.owner <name>`. | |||
| 2024-08-13 | fix(nixos/git-server): Use correct regex syntax in allowed git config values | Benedikt Peetz | |
| 2024-08-13 | fix(nixos/git-server): Correctly specify cgit's css path | Benedikt Peetz | |
| 2024-08-13 | feat(nixos/git-server): Add nice gitolite features | Benedikt Peetz | |
| 2024-08-13 | fix(nixos/git-server): Tell gitolite to allow changing some `git` settings | Benedikt Peetz | |
| 2024-08-13 | feat(nixos/git-server): Add further cgit settings | Benedikt Peetz | |
| A lot of the added settings here have been tested. They will get get tests to ensure they stay working, in later commits. | |||
| 2024-08-02 | fix(nixos/git-server): Add the required configuration to support http-clone | Benedikt Peetz | |
| 2024-07-30 | fix(git-server): set git default-branch to main | Silas Schöffel | |
| 2024-06-13 | refactor(modules): Ensure strict coherence to patterns | Benedikt Peetz | |
