garage and forgejo fixes

This commit is contained in:
waveringana 2025-07-07 08:36:13 -04:00
parent 0e5513da86
commit 5536af3b94
3 changed files with 12 additions and 11 deletions

View file

@ -37,8 +37,9 @@ in
SSH_LISTEN_PORT = 2222;
SSH_PORT = 2222;
START_SSH_SERVER = true;
SSH_DOMAIN = "sgit.nekomimi.pet";
};
# service.DISABLE_REGISTRATION = true;
service.DISABLE_REGISTRATION = true;
actions = {
ENABLED = true;
DEFAULT_ACTIONS_URL = "github";
@ -46,4 +47,4 @@ in
};
};
};
}
}