From 6fea2af7858e3e440fe834843402f358816470c3 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Tue, 18 Nov 2025 23:44:48 -0600 Subject: [PATCH] add beszel route --- hosts/h001/nginx.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/h001/nginx.nix b/hosts/h001/nginx.nix index 530fe305..4f61bffa 100644 --- a/hosts/h001/nginx.nix +++ b/hosts/h001/nginx.nix @@ -59,8 +59,8 @@ in }; "h001.net.joshuabell.xyz" = { locations = { - "/grafana/" = { - proxyPass = "http://localhost:3001"; + "/beszel/" = { + proxyPass = "http://100.64.0.13:8090"; proxyWebsockets = true; recommendedProxySettings = true; };