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" {};