From b915129dcf6c0043df3c629fe938986da661340f Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Fri, 31 Jul 2026 21:27:22 +0200 Subject: Added a memos instance --- modules/caddy.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/caddy.nix') diff --git a/modules/caddy.nix b/modules/caddy.nix index f82c7f0..64418c3 100644 --- a/modules/caddy.nix +++ b/modules/caddy.nix @@ -37,6 +37,13 @@ ''; }; + # Memos - note-taking app + "notes.karanj.com" = { + extraConfig = '' + reverse_proxy 127.0.0.1:5230 + ''; + }; + # cgit - public read-only git viewer + smart HTTP for git clone/pull. # Both cgit browsing and git-http-backend (clone/pull) are served by # the same nginx vhost on 8086 - nginx itself routes between them by -- cgit v1.3.1