renpyweb
renpyweb copied to clipboard
Feature Request: Docker Image For This
This appears to run it's own webserver for it's thing, it would be nice if there could be a docker container version of this for easy installation.
It would be best if it could run multiple games, maybe with some kind of menu.
The Renpy tools only generate static files that can be served from any webserver app/host, and everything runs from the browser.
There is a webserver in Renpy (which is just the Python http server module IIRC), but it's only for testing.