Adding komga

This commit is contained in:
Lyes Saadi 2025-10-21 01:06:18 +02:00
parent c59525664c
commit 4758e884b9
Signed by: lyes
GPG key ID: 55A1D803917CF39A
2 changed files with 24 additions and 0 deletions

View file

@ -20,6 +20,7 @@
root = "/var/data/www/lyes.eu/";
};
};
# 44300
"auth.lyes.eu" = {
forceSSL = true;
enableACME = true;
@ -27,6 +28,7 @@
proxyPass = "https://${config.services.kanidm.serverSettings.bindaddress}";
};
};
# 44301
"vault.lyes.eu" = {
forceSSL = true;
enableACME = true;
@ -35,6 +37,15 @@
proxyWebsockets = true;
};
};
# 44302
"manga.lyes.eu" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://localhost:${toString config.services.komga.settings.server.port}";
proxyWebsockets = true;
};
};
};
};
}