This documentation page is a work in progress.
Overview
This guide will walk you through self-hosting Open Game Backend on a virtual machine. This is going to run everything on a single vm, suitable for hobby deployments.Prerequisites
This guide works with most Linux distributions, but is not tested. Reach out on Discord if you have questions.
Upload To Server
TODO: demonstrate using git clone of their own repoConfigure firewall
Open port 80Write Dockerfile
TODO: not using opengb dev for prodWrite Docker Compose
TODO: quickly explain how this worksdocker-compose.yaml
Up
Next Steps
- Set up SSL
- Secure Postgres database credentials
- Monitor with docker-compose logs