From 0f34d2508de2299794bada37ee7f195aabb61e0b Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Sun, 17 May 2026 12:55:58 +0200 Subject: [PATCH] feat: add kf.dannydannydanny.me portfolio vhost :sparkles: Routes the new subdomain to the existing notes service on phantom-ship :8092 (Host-header routed). Serves Kyranna Fardi's architecture portfolio. Co-Authored-By: Claude Opus 4.7 (1M context) --- 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 1914698..bd93b25 100644 --- a/nixos/hosts/vps-relay.nix +++ b/nixos/hosts/vps-relay.nix @@ -145,6 +145,11 @@ "dannydannydanny.me".extraConfig = '' reverse_proxy http://[fdd5:53a2:de33:d269:6499:936c:48a:bbdc]:8092 ''; + # kf — Kyranna Fardi architecture portfolio. Same notes service on + # phantom :8092, routed by Host header (PORTFOLIO_HOST). + "kf.dannydannydanny.me".extraConfig = '' + reverse_proxy http://[fdd5:53a2:de33:d269:6499:936c:48a:bbdc]:8092 + ''; }; };