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 ./homarr.nix
./dashdot.nix ./dashdot.nix
./miniflux.nix ./miniflux.nix
./minecraft.nix
]; ];
} }

View file

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

View file

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