From a91e60eb701951a0beb078655462a5fc739fe125 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Sun, 15 Feb 2026 14:00:26 +0100 Subject: [PATCH] Changed Forgejo ports due to Grafana port conflict. --- nix-system-configs/modules/system/forgejo.nix | 4 ++-- nix-system-configs/modules/system/traefik.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nix-system-configs/modules/system/forgejo.nix b/nix-system-configs/modules/system/forgejo.nix index e836c3b..d58b5c6 100644 --- a/nix-system-configs/modules/system/forgejo.nix +++ b/nix-system-configs/modules/system/forgejo.nix @@ -109,7 +109,7 @@ in { server = { DOMAIN = "git.prg-radio.org"; ROOT_URL = "https://git.prg-radio.org/"; - HTTP_PORT = 3000; + HTTP_PORT = 30000; # SSH integration SSH_PORT = lib.head config.services.openssh.ports; }; @@ -197,7 +197,7 @@ in { }; # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [3000]; + networking.firewall.allowedTCPPorts = [30000]; system.stateVersion = "25.11"; }; diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index a458f3a..b0017a4 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -362,7 +362,7 @@ in { forgejo.loadBalancer = { servers = [ - {url = "http://10.1.1.4:3000";} + {url = "http://10.1.1.4:30000";} ]; }; matrix.loadBalancer = {