GameServerSupervisor/webpanel
Pratyush Desai 10592cb2d2
Configure and test Game Server Launch
Connected to hld2m-server successfully. Hardcoded `network_mode='host'`
Which isn't viable moving forwards.

Current Status:
Frontend : Active Servers show
Backend: Have configured admin.py utils.py and models.py
to grant us the ability to launch a docker image with a command
and tested client connection.
Server Online status works
launch, stop, remove (with force stop) works.

Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
2025-01-20 22:42:01 +05:30
..
migrations Configure and test Game Server Launch 2025-01-20 22:42:01 +05:30
templates/webpanel Initial Commit 2025-01-20 05:02:25 +05:30
__init__.py Initial Commit 2025-01-20 05:02:25 +05:30
admin.py Configure and test Game Server Launch 2025-01-20 22:42:01 +05:30
apps.py Initial Commit 2025-01-20 05:02:25 +05:30
models.py Configure and test Game Server Launch 2025-01-20 22:42:01 +05:30
tests.py Initial Commit 2025-01-20 05:02:25 +05:30
urls.py Initial Commit 2025-01-20 05:02:25 +05:30
utils.py Configure and test Game Server Launch 2025-01-20 22:42:01 +05:30
views.py Initial Commit 2025-01-20 05:02:25 +05:30