feat: Update Seafile configuration

This commit is contained in:
uttarayan21
2025-06-15 03:35:13 +05:30
parent 5d598b20d5
commit 3f6d0a421e
4 changed files with 25 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
{...}: {
# sops = {
# secrets."ryu/public" = {};
# };
services = {
fail2ban = {
enable = true;
@@ -10,6 +13,10 @@
maxtime = "168h"; # Do not ban for more than 1 week
overalljails = true; # Calculate the bantime based on all the violations
};
# I'm beind a CG-NAT
ignoreIP = [
"106.219.121.52"
];
};
};
}