From 680c20483ca4b68e1893a297fe632d60e9e80479 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Sun, 7 Jun 2026 13:05:55 +0200 Subject: [PATCH] feat: add map.dannydannydanny.me vhost :world_map: Curated-architecture world map by Kyranna, served by the same notes service on phantom :8092 (routed by Host header, MAP_HOST). Mirrors the kf vhost. 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 85ed329..9f8c3f5 100644 --- a/nixos/hosts/vps-relay.nix +++ b/nixos/hosts/vps-relay.nix @@ -155,6 +155,11 @@ "kf.dannydannydanny.me".extraConfig = '' reverse_proxy http://[fdd5:53a2:de33:d269:6499:936c:48a:bbdc]:8092 ''; + # map — curated-architecture world map by Kyranna. Same notes + # service on phantom :8092, routed by Host header (MAP_HOST). + "map.dannydannydanny.me".extraConfig = '' + reverse_proxy http://[fdd5:53a2:de33:d269:6499:936c:48a:bbdc]:8092 + ''; }; };