v0.7.0-alpha
Pre-release
Pre-release
·
17 commits
to main
since this release
Full Changelog: v0.6.0-alpha...v0.7.0-alpha
Changed
- Images now only stream in once and are downloaded to the docker container.
- Game html pages use the same downloaded image.
- Game html pages template format updated to use downloaded images.
- Games that were cleaned up, images sorted, and retuned to a state they can load the HTML page
- Minecraft
- Amra3
- Eco
- CS2
- Don't Starve Together
- Factorio
These games do not yet do anything past the HTML page, but my next task is to implement buttons in WebGSM that install those docker containers to get them up and working. This will take a bit as I am struggling to get mount points set up. I can set up a mount point in docker-compose, but I am not currently able to make it work. But this is my next step as I want use https://github.com/GameServerManagers/docker-gameserver/tree/main/docker-compose already made docker-compose files to speed up progress.
Next Steps
- v0.8.0-alpha -> Install button -> starts a docker compose file and runs a new docker container
- v0.9.0-alpha -> Start Button -> Starts that container
- v0.10.0-alpha -> Stop Button -> Stops that container
- v0.11.0-alpha -> take v0.8-alpha - v0.10-alpha and make them less manual