server: nextcloud: enable fail2ban

This commit is contained in:
2023-06-04 15:03:12 +02:00
parent 6059c3c0ba
commit c17489376e
3 changed files with 18 additions and 0 deletions

View File

@@ -8,11 +8,13 @@
package = pkgs.nextcloud26;
enableBrokenCiphersForSSE = false;
database.createLocally = false;
logType = "file";
caching = {
redis = true;
apcu = false;
};
extraOptions = {
logfile = "nextcloud.log";
redis = {
host = "/run/redis-nextcloud/redis.sock";
port = 0;