From e320317d27e076ae732c1779152fc6035bf7a88d Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 30 Dec 2023 13:38:19 -0500 Subject: [PATCH] traefik: pass forgejo hostheader --- hosts/sora/services/traefik.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/sora/services/traefik.nix b/hosts/sora/services/traefik.nix index 3a41787..f9bce0e 100644 --- a/hosts/sora/services/traefik.nix +++ b/hosts/sora/services/traefik.nix @@ -135,12 +135,15 @@ }; }; services = { + forgejo.loadBalancer = { + passHostHeader = true; + servers = [{url = "http://100.121.201.47:3200";}]; + }; uptime-kuma.loadBalancer.servers = [{url = "http://100.104.42.96:4000";}]; gotify.loadBalancer.servers = [{url = "http://100.104.42.96:3000";}]; conduit.loadBalancer.servers = [{url = "http://100.121.201.47:6167";}]; authelia.loadBalancer.servers = [{url = "http://100.121.201.47:9091";}]; foundryvtt.loadBalancer.servers = [{url = "http://100.121.201.47:30000";}]; - forgejo.loadBalancer.servers = [{url = "http://100.121.201.47:3200";}]; rustypaste.loadBalancer.servers = [{url = "http://100.121.201.47:8000";}]; grafana.loadBalancer.servers = [{url = "http://100.121.201.47:3100";}]; hedgedoc.loadBalancer.servers = [{url = "http://100.121.201.47:3300";}];