Hi… I am well aware that this diff view is very suboptimal. It will be fixed when the refactored server comes along!
forge.scfg: Change default ssh root Since the default listen address is :2222, it'd make sense to add :2222 to the default root.
http {
net tcp
addr :8080
cookie_expiry 604800
}
ssh {
net tcp
addr :2222
key /etc/lindenii/ssh_host_ed25519_key
root ssh://forge.example.org
root ssh://forge.example.org:2222
}
general {
title "Test Forge"
}
db {
type postgres
conn postgresql:///lindenii-forge?host=/var/run/postgresql
}
git {
root /srv/git
}