Commit graph

52 commits

Author SHA1 Message Date
3ba14fdb04
Add jvm to .gitignore 2024-07-10 12:50:35 +02:00
2f7b856c6d
Add Arch Linux dockerfile 2024-07-10 12:49:58 +02:00
df7b0fac4e
Add binary check 2024-07-10 12:41:53 +02:00
cf1386628e
Add custom JVM support 2024-07-10 12:35:59 +02:00
f12db20ac9
Add Java 21 support + fix Java 8 2024-07-10 12:35:48 +02:00
b0115943c8
Add missing dependency required for some plugins 2024-05-30 20:17:00 +02:00
b7f969f6a2
Remove /sbin/ 2024-05-30 19:54:30 +02:00
5a2d1fe718
Add bash for entrypoint script 2024-05-30 19:53:04 +02:00
072fc99908
Add 'apk upgrade' command 2024-05-30 19:48:37 +02:00
d125dd3bdc
Switch to alpine linux 2024-05-30 19:45:38 +02:00
7d7d5b777b
didn't work 2024-05-30 19:14:39 +02:00
9645d2b4ef
fix maybe 2024-05-30 19:14:13 +02:00
b2fc0f661c
Fix path cuz stupid 2024-05-30 19:12:55 +02:00
0c7ea1f566
Disable pgp checking (hopefully this works)
I've noticed that sometimes the verification does not pass during certain situations. Don't know why. And because it's only running a Minecraft server and not a database, imma disable that verification. We can trust the Arch Linux Leader & TUs (hopefully).
2024-05-30 19:12:21 +02:00
d217fe6969
Simply switch it around 2024-04-30 01:03:12 +02:00
13145578d7
Fix SIMD argument 2024-04-20 17:45:37 +02:00
5f8a9a026d
SIMD is always a good idea 2024-04-20 17:42:51 +02:00
27cf8077a7
Fix MCSD_CUSTOM_ARGS 2024-04-20 17:42:42 +02:00
89717991eb
Mark rcon.sh as executable 2024-04-20 17:17:29 +02:00
abac6b4616
Remove "" 2024-04-20 17:16:08 +02:00
38da08b9eb
Allow for custom arguments 2024-04-20 17:14:51 +02:00
166247c4bf
Update initialization and server startup code 2024-04-20 17:08:06 +02:00
643609aa43
AND 2024-04-20 17:06:52 +02:00
e56cfa21dc
very moldy 2024-04-20 17:03:47 +02:00
91b0615809
Improve image building performance 2024-04-20 17:02:31 +02:00
3920dfa262
Revert "This may or may not work" (did not work)
This reverts commit 6f481d441b.
2024-04-20 16:57:29 +02:00
6f481d441b
This may or may not work 2024-04-20 16:55:44 +02:00
bfe0ceabbf
Add RCON support 2024-04-20 16:53:15 +02:00
40d21732df
Remove version 2024-04-20 16:48:59 +02:00
b46300a32d
Fix shutdown behaviour 2024-04-20 16:46:20 +02:00
3a90e80b87 Rename main container 2024-03-07 23:12:29 +01:00
92decd97fa Add network to docker-compose.yml 2024-01-27 20:38:42 +01:00
5144e34c70 i am stupid i am stupid i am stupid i am stupid 2024-01-27 19:51:48 +01:00
80a4bc4f14 Fix issues and update config.example.env 2024-01-27 18:27:59 +01:00
b7e43cf437 Shutdown properly instead of restarting server 2024-01-27 18:07:12 +01:00
f376cce807 Update entrypoint.sh
- Add comments
- Move argument compiler from initialize() into compile_args()
- Add compile_flags() function
- Add internal_error() function
- Move several functions
- Move log cleaning into own function
- Support for Aikar's flags (better variant)
- Support for G1GC and ZGC garbage collectors
- Support for manipulating memory limits
2024-01-27 17:43:29 +01:00
58edf5d8e8 Update LICENSE and more 2024-01-27 17:13:25 +01:00
9001e9198c Add rcon-cli 2024-01-27 16:58:04 +01:00
bca6dd8673 Rename example conf, change Makefile & entrypoint 2024-01-27 16:32:41 +01:00
c18ec3d06f Add CTRL+C catching 2024-01-26 15:38:08 +01:00
30dd6d21ee Fix docker-compose.yml error 2024-01-26 14:49:52 +01:00
9033261280 Move environment variables into config.env 2024-01-26 14:47:58 +01:00
046167b211 Update restart and stop_grace_period values 2024-01-26 14:39:19 +01:00
a404cb9395 Add MCSD_CLEAN_LOGS option 2024-01-26 14:37:52 +01:00
6480a6036e Change cwd during run() 2024-01-26 01:52:54 +01:00
496f53bbf7 Remove user 2024-01-26 01:48:52 +01:00
f45adcc08c Not being stupid would be good 2024-01-26 01:29:22 +01:00
6fe9024282 Auto accept EULA 2024-01-26 01:12:24 +01:00
93a0efbabd Add setup instructions 2024-01-26 00:14:31 +01:00
80c50f557d Add environment variables to docker-compose.yml 2024-01-26 00:13:54 +01:00