Changed Forgejo ports due to Grafana port conflict.

This commit is contained in:
Root User 2026-02-15 14:00:26 +01:00
parent 7f3b5afbf6
commit a91e60eb70
Signed by: root
GPG key ID: 087F0A95E5766D72
2 changed files with 3 additions and 3 deletions

View file

@ -109,7 +109,7 @@ in {
server = { server = {
DOMAIN = "git.prg-radio.org"; DOMAIN = "git.prg-radio.org";
ROOT_URL = "https://git.prg-radio.org/"; ROOT_URL = "https://git.prg-radio.org/";
HTTP_PORT = 3000; HTTP_PORT = 30000;
# SSH integration # SSH integration
SSH_PORT = lib.head config.services.openssh.ports; SSH_PORT = lib.head config.services.openssh.ports;
}; };
@ -197,7 +197,7 @@ in {
}; };
# Open ports in the firewall. # Open ports in the firewall.
networking.firewall.allowedTCPPorts = [3000]; networking.firewall.allowedTCPPorts = [30000];
system.stateVersion = "25.11"; system.stateVersion = "25.11";
}; };

View file

@ -362,7 +362,7 @@ in {
forgejo.loadBalancer = { forgejo.loadBalancer = {
servers = [ servers = [
{url = "http://10.1.1.4:3000";} {url = "http://10.1.1.4:30000";}
]; ];
}; };
matrix.loadBalancer = { matrix.loadBalancer = {