Browsing...
A closer look at Rails force_ssl and assume_ssl
Rails comes with a built-in support for SSL in form of config.force_ssl
. But what does it exactly do?
Deploying a Next.js application with Kamal 2
Here’s the simplest example to deploy a containerized Next application with Kamal.
Running multiple apps on a single server with Kamal 2
Kamal 2 finally brings the most requested feature to reality and allows people to run multiple applications simultaneously on a single server. Here’s how.
Upgrading from Kamal 1 to Kamal 2
Here’s some possible steps to take and notes from upgrading a single server Kamal setup to the new Kamal 2.
A brief look at the new Kamal Proxy replacing Traefik
Kamal 2 is coming with a brand new custom proxy that’s replacing Traefik. Let’s have a look at why is that and what it means.