1
Fork 0
theorangeone.net-legacy/content/setup/public.md

654 B

title
Public web server

My public server one of the VMs on my dedicated server, running Dokku, allowing me to easily deploy applications no matter what they're written in! Many people have tried to convert me to other methods, such as just using nginx + systemd, or docker-compose, but Dokku is just so simple and easy. Yes the domain routing has some issues, but it's still much nicer than doing it all manually!

The best feature of Dokku is the easy integration with LetsEncrypt, so I can easily add HTTPS connection to applications, even if they don't natively support it!