feat: proxy Grafana via nginx on hosea LAN hostnames #4
@@ -52,6 +52,8 @@ in
|
|||||||
proxies = {
|
proxies = {
|
||||||
"jellyfin.home".target = "http://localhost:8096/";
|
"jellyfin.home".target = "http://localhost:8096/";
|
||||||
"jellyfin.thehellings.lan".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 = {
|
tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user