Docker support
Thanks for sharing your work. Would you be interested in deploying the server as a container? I can help out with a Dockerfile & test it, but there need to be some changes to the base code to follow the 12-factors guidelines, the most important one is the 3. Config
I can work one a solution for the current stage of the code base and later on adapt it when the config can be based via env vars.
Let me know if you would be interested in a PR
PS: I just see you removed the reference to secretstuff, but I only read the docs part. Therefore.... the server might actually be a good candidate for running in a container 😄
Thanks - very happy to have you help with that. Docker is something I know little about.
The config is now fully running through .env vars (but I hadn't updated the documentation until just now).