nginx instead of caddy for stargate + fail2ban

This commit is contained in:
Aleksandr Lebedev 2025-09-27 00:30:33 +02:00
parent 6e84bda08f
commit c26057cb97
4 changed files with 130 additions and 58 deletions

View file

@ -21,6 +21,6 @@ with lib.custom; {
dbtype = "pgsql";
adminpassFile = config.sops.secrets."services/nextcloud".path;
};
hostName = "nextcloud.localhost";
hostName = "nextcloud.kylekrein.com";
};
}