From 09f191d10b9b48b31c4353a350747478ccf24abe Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Sun, 7 Jun 2026 15:25:16 +0200 Subject: [PATCH] feat: add studio.dannydannydanny.me vhost :art: Kyranna's private art-learning archive ("Studio"), served by the same notes service on phantom :8092 (routed by Host header, STUDIO_HOST). Mirrors the map/kf vhosts. Co-Authored-By: Claude Opus 4.8 --- nixos/hosts/vps-relay.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/hosts/vps-relay.nix b/nixos/hosts/vps-relay.nix index 9f8c3f5..3387aa5 100644 --- a/nixos/hosts/vps-relay.nix +++ b/nixos/hosts/vps-relay.nix @@ -160,6 +160,11 @@ "map.dannydannydanny.me".extraConfig = '' reverse_proxy http://[fdd5:53a2:de33:d269:6499:936c:48a:bbdc]:8092 ''; + # studio — Kyranna's private art-learning archive. Same notes + # service on phantom :8092, routed by Host header (STUDIO_HOST). + "studio.dannydannydanny.me".extraConfig = '' + reverse_proxy http://[fdd5:53a2:de33:d269:6499:936c:48a:bbdc]:8092 + ''; }; };