Enable komga

This commit is contained in:
2024-08-10 19:53:02 +02:00
parent 2a5c2c335f
commit 06398716fb
2 changed files with 18 additions and 0 deletions
+17
View File
@@ -105,6 +105,17 @@ in {
};
};
virtualHosts."komga.sdg.moe" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://localhost:4677";
proxyWebsockets = true;
extraConfig = "proxy_pass_header Authorization;";
};
};
virtualHosts."reader.sdg.moe" = {
enableACME = true;
forceSSL = true;
@@ -164,4 +175,10 @@ in {
Restart = "on-failure";
};
};
services.komga = {
enable = true;
port = 4677;
};
}