Hosting for Game Servers.
Go to file
Pratyush Desai 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
GameServerSupervisor Initial Commit 2025-01-20 05:02:25 +05:30
webpanel Fix sync_status & remove 'docker' references 2025-02-01 07:02:09 +05:30
.gitignore Initial Commit 2025-01-20 05:02:25 +05:30
manage.py Initial Commit 2025-01-20 05:02:25 +05:30
README.md Fix sync_status & remove 'docker' references 2025-02-01 07:02:09 +05:30
requirements.txt Switch from docker to podman 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 podman 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