Compare commits

..

2 commits

Author SHA1 Message Date
76285ef21d
yuki: reenable minecraft, add more ram
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
2023-07-09 04:20:33 -04:00
02bf06eb2c
fail2ban: update 2023-07-09 04:20:20 -04:00
3 changed files with 7 additions and 4 deletions

View file

@ -8,5 +8,6 @@
./homarr.nix
./dashdot.nix
./miniflux.nix
./minecraft.nix
];
}

View file

@ -4,7 +4,7 @@
image = "marctv/minecraft-papermc-server:latest";
ports = ["25565:25565"];
environment = {
MEMORYSIZE = "6G";
MEMORYSIZE = "10G";
};
volumes = [
"/home/notoh/docker/mcserver:/data:rw"

View file

@ -57,9 +57,11 @@
"10.0.0.0/8"
"5.161.181.184"
];
extraSettings = {
findtime = 100000;
mode = "aggressive";
jails.DEFAULT = {
settings = {
findtime = 100000;
mode = "aggressive";
};
};
};
}