add start ssh server for forgejo

This commit is contained in:
Yisroel Baum 2026-04-09 19:28:45 +03:00
parent 71dec084b6
commit b336ef04b8
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -12,6 +12,7 @@
PROTOCOL = "http";
DOMAIN = "git.${domainName}";
SSH_PORT = 2222;
START_SSH_SERVER = true;
};
session.COOKIE_SECURE = true;
service.DISABLE_REGISTRATION = true;