Pratyush Desai 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
2025-01-20 05:02:25 +05:30
2025-02-01 06:06:22 +05:30
2025-01-20 05:02:25 +05:30
2025-01-20 05:02:25 +05:30
2025-01-25 01:57:07 +05:30
2025-02-01 06:06:22 +05:30

GibCasa GameServerSupervisor

Setup

  • clone the repo
  • create venv python3 -m venv venv
  • activate source venv/bin/activate
  • pip install -r requirements.txt
  • will need docker running
  • python manage.py migrate
  • Create admin user: python manage.py createsuperuser
  • python manage.py runserver
  • visit http://localhost:8000 for /public and http://localhost:8000/admin/ to login via the superuser credentials
Description
Hosting for Game Servers.
Readme 493 KiB
Languages
Python 81.5%
HTML 17.5%
Dockerfile 1%