diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-12 17:08:27 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-12 17:08:27 +0800 |
commit | 78ef3b19d40aa6f63412ba961ab5c8bf0939237e (patch) | |
tree | d7758dc2071a8cedf02eeba9d731af4ea8ad5c3b /forge.scfg | |
parent | router.go: Fix out-of-bounds read on /: (diff) | |
download | forge-78ef3b19d40aa6f63412ba961ab5c8bf0939237e.tar.gz forge-78ef3b19d40aa6f63412ba961ab5c8bf0939237e.tar.zst forge-78ef3b19d40aa6f63412ba961ab5c8bf0939237e.zip |
ssh.go: Add anonymous SSH cloning
Diffstat (limited to 'forge.scfg')
-rw-r--r-- | forge.scfg | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,12 @@ http { addr :8080 } +ssh { + net ssh + addr :2222 + key /etc/ssh/ssh_host_ed25519_key +} + db { type postgres conn postgresql:///lindenii-forge?host=/var/run/postgresql |