10 Commits

Author SHA1 Message Date
2725e6fb05
Home and Games V1 views
Added an Image for the Grid Thumbnail
There is plenty to fix but that's trivial shall polish it at the end of v1

Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
2025-02-07 11:13:17 +05:30
0f042f78ea Merge pull request 'Switch from docker to podman' (#5) from podman into master
Reviewed-on: #5
2025-02-01 02:51:22 +01:00
bb94040d33
fix dumb shit caused by dumb brain
smh

Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
2025-02-01 07:15:32 +05:30
81787bee84
Fix sync_status & remove 'docker' references
sync_status: fixing path to podman.sock
fix several strings and func names with 'docker' in them

Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
2025-02-01 07:02:09 +05:30
c944c58f22
Switch from docker to podman
while it works to launch, stop and remove containers,
fixing strings and func and var names is yet to be done

Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
2025-02-01 06:06:22 +05:30
3b5f836bab Merge pull request 'fix readme steps' (#2) from fix/setup_steps into master
Reviewed-on: #2
2025-01-24 21:40:48 +01:00
5247ee458d
fix readme steps
gotta migrate the auth model before one can attempt to create
a superuser.

Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
2025-01-25 01:57:07 +05:30
53a59f4f27
Add setup steps
Add setup steps in readme. and include stray changes from a template smh

Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
2025-01-21 03:21:05 +05:30
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
5da520bc9d
Initial Commit
Base Functionality added. Adding a Server with
the image port  ip and other params specified
will spawn a container and one can manage the
lifecycle in the admin panel and the game server
detail view updates based on container status.

Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
2025-01-20 05:02:25 +05:30