From 78ef3b19d40aa6f63412ba961ab5c8bf0939237e Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 12 Feb 2025 17:08:27 +0800 Subject: ssh.go: Add anonymous SSH cloning --- forge.scfg | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'forge.scfg') diff --git a/forge.scfg b/forge.scfg index b414410..194c046 100644 --- a/forge.scfg +++ b/forge.scfg @@ -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 -- cgit v1.2.3