aboutsummaryrefslogtreecommitdiff
path: root/modules/caddy.nix
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2026-07-31 21:27:22 +0200
committerKaran Jayachandra <mail@karanjayachandra.com>2026-07-31 21:27:22 +0200
commitb915129dcf6c0043df3c629fe938986da661340f (patch)
tree94478f46b4a37727a39c446e59d2fee245206ae3 /modules/caddy.nix
parentfc48270b7e8de9be41060dbd95a35ee359664424 (diff)
Added a memos instance
Diffstat (limited to 'modules/caddy.nix')
-rw-r--r--modules/caddy.nix7
1 files changed, 7 insertions, 0 deletions
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