forgejo: enable ssh
All checks were successful
/ check (push) Successful in 2m5s

This commit is contained in:
notohh 2023-10-06 23:28:31 -04:00
parent 67f7089c02
commit 566f22e61f
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -20,9 +20,14 @@
}; };
server = { server = {
HTTP_PORT = 3200; HTTP_PORT = 3200;
DOMAIN = "git.notohh.dev"; DOMAIN = "git.flake.sh";
ROOT_URL = "https://git.flake.sh"; ROOT_URL = "https://git.flake.sh";
LANDING_PAGE = "/explore/repos"; LANDING_PAGE = "/explore/repos";
START_SSH_SERVER = true;
SSH_DOMAIN = "git.flake.sh";
SSH_PORT = 2222;
SSH_LISTEN_PORT = 2222;
SSH_LISTEN_HOST = "100.121.201.47";
}; };
database = { database = {
DB_TYPE = lib.mkForce "postgres"; DB_TYPE = lib.mkForce "postgres";