HACKER Q&A
📣 Sean-Der

How can I make my Open Source project easier to self host?


I have this[0] project. It allows people to have their own live streaming/broadcast servers. I provide docker images and some basic instructions. However it is still too hard for people to run. I get lots of questions on discord about how to run it.

Do any services exist that would allow a user to run something/handle DNS/LetsEncrypts easily?

[0] https://github.com/glimesh/broadcast-box


  👤 actionfromafar Accepted Answer ✓
The Caddy web server, which can be used as frontend for web services, handles Letsencrypt automatically.