Skip to content

Commit cd89443

Browse files
stackptrclaude
andcommitted
feat(spore): expose agentsview dashboard at agents.zx.dev
Reverse proxy to glyph:8095, protected behind shared SSO via oauth2-proxy/Pocket ID. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 50c6f0f commit cd89443

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hosts/spore/services/web/default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@
103103
'';
104104
};
105105
};
106+
"agents.zx.dev" = {
107+
forceSSL = true;
108+
useACMEHost = "zx.dev";
109+
requireAuth = true;
110+
locations."/".proxyPass = "http://glyph.rove-duck.ts.net:8095";
111+
};
106112
"jellyfin.zx.dev" = {
107113
forceSSL = true;
108114
useACMEHost = "zx.dev";

0 commit comments

Comments
 (0)