This is a fork of treyyoder/quakejs fix some issues and host it on ghcr.io as well as add a docker-compose.yml
A fully local and Dockerized quakejs server. Independent, unadulterated, and free from the middleman.
The goal of this project was to create a fully independent quakejs server in Docker that does not require content to be served from the internet. Hence, once pulled, this does not need to connect to any external provider, ie. content.quakejs.com. Nor does this server need to be proxied/served/relayed from quakejs.com
- Clone the repo
- Run
docker compose up
Original Docker version by treyyoder. Thanks to begleysm with his fork of quakejs to which this was derived, aswell as his thorough documentation
