use forgejo custom ssh server because default ssh integration broke???

This commit is contained in:
Schrottkatze 2023-08-06 18:14:39 +02:00
parent 4353c90e2b
commit 57a9d854ae
2 changed files with 3 additions and 1 deletions

View file

@ -19,6 +19,8 @@
ROOT_URL = "https://forge.katzen.cafe/";
HTTP_PORT = 8082;
DOMAIN = "forge.katzen.cafe";
START_SSH_SERVER = true;
SSH_PORT = 2222;
};
service = {
REGISTER_MANUAL_CONFIRM = true;