From cf25eb4f35e8db8a4f8d22b8f8a3c5ca38974331 Mon Sep 17 00:00:00 2001 From: mikl Date: Mon, 3 Aug 2026 00:55:36 +0300 Subject: [PATCH] heather: add hemo.iscg.dev alias for Kaneo --- hosts/heather/caddy.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/heather/caddy.nix b/hosts/heather/caddy.nix index d0bbb0d..17720df 100644 --- a/hosts/heather/caddy.nix +++ b/hosts/heather/caddy.nix @@ -109,6 +109,12 @@ Allow: /" 200 reverse_proxy 127.0.0.1:3003 ''; + # Kaneo alias: keep kaneo.iscg.dev as the canonical URL because the + # application generates links and auth origins from KANEO_CLIENT_URL. + "hemo.iscg.dev".extraConfig = '' + redir https://kaneo.iscg.dev{uri} permanent + ''; + # Silverbullet "note.iscg.dev".extraConfig = '' reverse_proxy 127.0.0.1:3001