Private
Public Access
1
0

8 Commits

Author SHA1 Message Date
Sebastian Unterschütz
2286c18432 fix game
Some checks failed
Dynamic Branch Deploy / build-and-deploy (push) Failing after 2m0s
2026-04-22 11:38:35 +02:00
Sebastian Unterschütz
66f72d7a83 fix game
Some checks failed
Dynamic Branch Deploy / build-and-deploy (push) Failing after 8m27s
2026-03-21 21:55:15 +01:00
Sebastian Unterschütz
291b6f5953 Adjust PNG compression level in Dockerfile from -o7 to -o3 for faster build times.
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 7m34s
2026-01-05 22:17:51 +01:00
Sebastian Unterschütz
c8c43a110a Improve image compression in Dockerfile by increasing PNG optimization level and enhancing JPEG compression settings with additional options.
Some checks failed
Dynamic Branch Deploy / build-and-deploy (push) Has been cancelled
2026-01-05 21:35:20 +01:00
Sebastian Unterschütz
9c96151d36 Add image compression to Dockerfile using optipng and jpegoptim for optimized asset handling; update build dependencies.
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 5m33s
2026-01-05 21:26:02 +01:00
Sebastian Unterschütz
24e21387d9 Add cache-busting for JS/WASM assets, WASM readiness signaling to JS, and robust fetch with cache control. Improve lobby updates and refine WebSocket logic.
Some checks failed
Dynamic Branch Deploy / build-and-deploy (push) Failing after 46s
2026-01-04 20:13:56 +01:00
Sebastian Unterschütz
f5b8809ef8 Generate assets in Docker build if missing, update asset embedding paths to web/assets/.
Some checks failed
Dynamic Branch Deploy / build-and-deploy (push) Failing after 1m38s
2026-01-04 15:25:08 +01:00
Sebastian Unterschütz
16f683a360 Add Docker, Kubernetes configurations, and CI workflows for deployment. Integrate Gin server for API, WebSocket support, and static file hosting. Refactor WebSocket gateway to use Gin router.
Some checks failed
Dynamic Branch Deploy / build-and-deploy (push) Has been cancelled
2026-01-04 15:14:55 +01:00