This commit is contained in:
death916 2026-04-10 01:13:38 -07:00
parent 6335bdf284
commit 72934e9a82

View file

@ -13,7 +13,7 @@
settings = {
server = {
DOMAIN = "git.death916.xyz";
HTTP_PORT = 3050;
HTTP_PORT = 3051;
ROOT_URL = "https://git.death916.xyz/";
PROTOCOL = "http";
};
@ -23,5 +23,5 @@
};
};
networking.firewall.allowedTCPPorts = [ 3050 ];
networking.firewall.allowedTCPPorts = [ 3051 ];
}