mirror of
https://forge.katzen.cafe/katzen-cafe/katzen-cafe.git
synced 2024-11-05 15:36:23 +01:00
use forgejo custom ssh server because default ssh integration broke???
This commit is contained in:
parent
4353c90e2b
commit
57a9d854ae
|
@ -22,7 +22,7 @@
|
|||
unmanaged = [ "interface-name:ve-phtanumb+" "interface-name:ve-katzenwiki" "interface-name:ve-nextcloud" ];
|
||||
};
|
||||
|
||||
firewall.allowedTCPPorts = [ 22 80 443 ];
|
||||
firewall.allowedTCPPorts = [ 22 80 443 2222];
|
||||
firewall.checkReversePath = false;
|
||||
# firewall.allowedUDPPorts = [ 25568 25569 ];
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue