Hi… I am well aware that this diff view is very suboptimal. It will be fixed when the refactored server comes along!
forge.scfg: Fix ssh net
http {
	net tcp
	addr :8080
}
ssh {
net ssh
net tcp
	addr :2222
	key /etc/ssh/ssh_host_ed25519_key
}
db {
	type postgres
	conn postgresql:///lindenii-forge?host=/var/run/postgresql
}
git {
	root /srv/git
}