Releases: PassiveLemon/tmodloader1.4-docker
August 17, 2024
Fix the MOTD getting split by words in the config file.
May 18, 2024
Deprecate the 2022 and 2023 releases as those have no new versions developed.
Some touch-ups elsewhere.
Mar 2, 2024
Just adds an action to check for TML 2024 versions.
Nov 22, 2023
3.0.1 Update LICENSE
Aug 26, 2023
Breaking changes:
File structure change requires you to update the volume mount for the configurations. It should be changed to /opt/tmodloader/xxxxx
The internal server port is no longer changeable. This is to accommodate the new healthcheck.
Changes:
Healthcheck was added. See breaking changes above.
- Note: Due to the way the healthcheck works, you will see a constant line
127.0.0.1:xxxxx is connecting...
. There's not much I can do about this.
Notifier was removed. You can just subscribe to the update cycle of tModLoader directly.
VERSION, PRERELEASE, RELEASE variables are no longer configurable.
Note: Since I do not have an action for when a new release gets posted for tModLoader, I poll for updates every couple hours. If tModLoader updates are too close, a version may get skipped.
2.0.0
Semantic versioning.
Redone versioning system. Allows for more flexibility and fail safes.
Container update notifier. Can be disabled.
This shouldn't really affect older versions of the container but it may have some other effects that may or may not be wanted.
Note: 1.4.4+ downloads are supported but the server will not start. This currently appears to be a bug in TML as it also happens with the official container.
1.6
Change:
Safe shutdown! The container will automatically attempt to stop the server before killing it.
Command injection. This goes along with the safe shutdown.
1.5
Change:
You can now entirely run the server based on environment variables. You don't need to manually provide a serverconfig.txt, however you still need a modpack. You can still provide a serverconfig.txt and run with that if you set -e SERVERCONFIG
to 1.
1.4
Change:
Nothing major to server functionality. Just a slight change to file structure to be more consistent with my other repositories.
NOTE: You will need to update your server config to use 1.4+. Check the updated serverconfig.txt for reference. It's just adding a tmodloader/
before the config/
and server/
.
1.3
Change:
Nothing that will affect the user experience. It only allows me to more easily update. I won't need to manually upload zips as the change will grab the name of the latest release (which happens to be the tag :D) and use that to download the tarball for that version.