diff options
| author | Runxi Yu <me@runxiyu.org> | 2025-03-06 22:01:08 +0800 |
|---|---|---|
| committer | Runxi Yu <me@runxiyu.org> | 2025-03-06 22:01:31 +0800 |
| commit | fa62d8eae273d89937d65d6a294f028e1ce22d88 (patch) | |
| tree | 226d5fab65927ef977b664a35e6a2b2f30169440 /forge.scfg | |
| parent | group: Add description field to the create repo form (diff) | |
| download | forge-fa62d8eae273d89937d65d6a294f028e1ce22d88.tar.gz forge-fa62d8eae273d89937d65d6a294f028e1ce22d88.tar.zst forge-fa62d8eae273d89937d65d6a294f028e1ce22d88.zip | |
group/index: Allow repo creation via web
Diffstat (limited to '')
| -rw-r--r-- | forge.scfg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ http { root https://forge.example.org } +git { + repo_dir /var/lib/lindenii/forge/repos +} + ssh { # What network transport should we listen on? # This should be "tcp" in almost all cases. |
