
Rate limiting with Dokku
Dokku uses NGINX by default, which supports rate limiting out-of-the box. This is how to customize the default nginx.conf.
Dokku uses NGINX by default, which supports rate limiting out-of-the box. This is how to customize the default nginx.conf.
Dokku makes it very easy to deploy and run simpler web apps.
Recently, I had to deploy a slightly more complex web app with multiple non-web worker services talking to each other. It’s surprisingly simple to get make this work.
This is the script I am using to deploy a dokkuzied app to Dokku.
Let’s assume we want to deploy an app called browsergame. You can us the following script to do the deployment for you.
Dokku with its Postgres plugin can be used to manage Postgres databases, this includes automated backups.