Lindenii Project Forge
Commit info | |
---|---|
ID | 43a166c6f8b887a40b6f0197c613de22c91c7f00 |
Author | Runxi Yu<me@runxiyu.org> |
Author date | Fri, 14 Feb 2025 23:28:33 +0800 |
Committer | Runxi Yu<me@runxiyu.org> |
Committer date | Fri, 14 Feb 2025 23:28:33 +0800 |
Actions | Get patch |
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 }