feat: proxy Grafana via nginx on hosea LAN hostnames #4

Merged
greg merged 2 commits from klaatu/nixos:feat/grafana-proxy into main 2026-03-25 22:26:06 +00:00
Showing only changes of commit fb5daa3be7 - Show all commits
+2
View File
@@ -52,6 +52,8 @@ in
proxies = {
"jellyfin.home".target = "http://localhost:8096/";
"jellyfin.thehellings.lan".target = "http://localhost:8096/";
"grafana.home".target = "http://localhost:3001/";
"grafana.thehellings.lan".target = "http://localhost:3001/";
};
tailscale = {
enable = true;