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

8 lines
654 B
Markdown
Raw Normal View History

2017-05-06 19:02:49 +01:00
---
title: Public web server
---
2017-11-12 21:20:15 +00:00
My public server one of the VMs on my dedicated server, running [Dokku](http://dokku.viewdocs.io/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!
2017-05-06 19:02:49 +01:00
2017-11-12 21:20:15 +00:00
The best feature of Dokku is the easy integration with [LetsEncrypt](https://letsencrypt.org/), so I can easily add `HTTPS` connection to applications, even if they don't natively support it!