feat: add studio.dannydannydanny.me vhost 🎨

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 <noreply@anthropic.com>
This commit is contained in:
dannydannydanny 2026-06-07 15:25:16 +02:00
parent 05896f6d3b
commit 09f191d10b

View file

@ -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
'';
};
};