From eeadf1ac823f683d89d6d82839e08c64941acb4c Mon Sep 17 00:00:00 2001 From: matt1432 Date: Fri, 17 Jan 2025 15:52:57 -0500 Subject: [PATCH] feat(obsidian): add reverse proxy --- configurations/cluster/modules/caddy/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configurations/cluster/modules/caddy/default.nix b/configurations/cluster/modules/caddy/default.nix index 73b0aecb..b7618109 100644 --- a/configurations/cluster/modules/caddy/default.nix +++ b/configurations/cluster/modules/caddy/default.nix @@ -87,6 +87,8 @@ in { "Immich" = mkPublicReverseProxy "photos" "${nosIP}:2283" {}; + "ObsidianLiveSync" = mkPublicReverseProxy "livesync" "${nosIP}:5984" {}; + "Binary Cache" = mkPublicReverseProxy "cache" "${serviviIP}:5000" {}; # Private