Added Meta Bridge; Exposed Grafana as widget

This commit is contained in:
2026-05-27 23:22:24 +02:00
parent d517e877f0
commit 1ba87bb462
4 changed files with 139 additions and 5 deletions
+4
View File
@@ -81,6 +81,10 @@ in
"/grafana" = {
proxyPass = "http://${upstream}:2342";
proxyWebsockets = true;
extraConfig = ''
add_header X-Frame-Options "";
add_header Content-Security-Policy "frame-ancestors *";
'';
};
};
};