Lindenii Project Forge
Login
Commit info
ID1d001bd51761f101c67cfcc7994b6818e8abb67e
AuthorRunxi Yu<me@runxiyu.org>
Author dateWed, 12 Feb 2025 19:27:49 +0800
CommitterRunxi Yu<me@runxiyu.org>
Committer dateWed, 12 Feb 2025 19:27:49 +0800
Actions
Get patch
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
}