From 1f0f9b12e977dc12ea285cedbc5e9290afe63872 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 28 Jul 2025 10:03:10 -0500 Subject: [PATCH] try 443 --- system-config/services/containers/netbird/default.nix | 6 +++--- system-config/services/containers/traefik/default.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/system-config/services/containers/netbird/default.nix b/system-config/services/containers/netbird/default.nix index 2024434..8a2c116 100644 --- a/system-config/services/containers/netbird/default.nix +++ b/system-config/services/containers/netbird/default.nix @@ -244,7 +244,7 @@ listen = [ { addr = "0.0.0.0"; - port = 80; + port = 443; ssl = false; } ]; @@ -303,7 +303,7 @@ }; "HttpConfig" = { - #"Address" = "0.0.0.0:33073"; + "Address" = "0.0.0.0:443"; "AuthIssuer" = "https://auth.blunkall.us/realms/General"; "AuthAudience" = "https://auth.blunkall.us/realms/General/.well-known/openid-configuration"; "AuthKeysLocation" = "https://auth.blunkall.us/realms/General/protocol/openid-connect/certs"; @@ -368,7 +368,7 @@ }; - #port = 33073; + port = 443; }; coturn = { diff --git a/system-config/services/containers/traefik/default.nix b/system-config/services/containers/traefik/default.nix index bb02ca1..738c261 100644 --- a/system-config/services/containers/traefik/default.nix +++ b/system-config/services/containers/traefik/default.nix @@ -227,7 +227,7 @@ netbird.loadBalancer = { passHostHeader = true; - servers = [ { url = "http://192.168.100.23:80"; } ]; + servers = [ { url = "http://192.168.100.23:443"; } ]; }; #netbirdApi.loadBalancer.servers = [ { url = "http://192.168.100.23:33073"; } ]; #netbirdMgmt.loadBalancer.servers = [ { url = "h2c://192.168.100.23:33073"; } ];