* image updates
replaced basic debian with installers
Changed pterodactyl images to use parker images
* replace alpine images
update alpine* to use installer:alpine
Remove extra space <3
* Remove use of all quay.io images
* Update all eggs to PTDL_v2
* Add back features to generic dart
* move away from bullseye or buster
* Fix Muse install
---------
Co-authored-by: Quinten <67589015+QuintenQVD0@users.noreply.github.com>
* Update egg-t-modloader.json
Improving Terraria ModLoader's config for a little more customization.
- now Password field is not required anymore
- added all difficulties(as choosable)
* Cleanup
---------
Co-authored-by: Quinten <67589015+QuintenQVD0@users.noreply.github.com>
Added Password variable, so a password could be easily used
Added World Seed, so that creating a world with a specific world seed would be possible
added NPCStream , to manage bandwidth usage
The tshock egg currently uses `unzip` command in the installation script to extract the downloaded files.
If the user reinstalls the server, the extracted files already exist, and `unzip` prompts for whether to overwrite the files or not. This causes the installation script to get stuck.
This fixes the problem by adding the `-o` option to overwrite the files without prompting.