From bd75ac00166c496e03feb6a8bd654571d0bb4a25 Mon Sep 17 00:00:00 2001
From: matt1432 <matt@nelim.org>
Date: Fri, 21 Mar 2025 04:43:50 -0400
Subject: [PATCH] feat(caddy): expose komga

---
 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 110f0da2..d450596e 100644
--- a/configurations/cluster/modules/caddy/default.nix
+++ b/configurations/cluster/modules/caddy/default.nix
@@ -71,6 +71,8 @@ in {
 
       "Jellyseer" = mkPublicReverseProxy "seerr" "${nosIP}:5055" {};
 
+      "Komga" = mkPublicReverseProxy "komga" "${nosIP}:7080" {};
+
       "Gameyfin" = mkPublicReverseProxy "games" "${nosIP}:8074" {};
 
       "Forgejo" = mkPublicReverseProxy "git" "${nosIP}:3000" {};