On-Demand CS2 Server Provisioner
- 2 Devlogs
- 7 Total hours
A selfhosted platform that creates and destroys docker containers with cs2 matches. Programmed in python with docker and FastApi
A selfhosted platform that creates and destroys docker containers with cs2 matches. Programmed in python with docker and FastApi
Dev Log #2
Small log, made a better README, normalized all the important code to english and documented every function and API endpoint
DevLog #1
I’m making a selfhostable system that is able to generate custom matches of Counter Strike 2 in docker containers. The idea is to make a fully fledged web UI to interact with the servers, similar to XPlay. At the moment i’ve made a python file that is able to interact with the docker containers and FastAPI. Next time i should probably start with documenting the code and ReadMe’s, start the webUI and make the variable names more consistant.