Notes to self.
Latest
Understanding Kamal proxy roles
Kamal’s configuration comes with one primary proxy role to accept HTTP traffic. Here’s how to think about proxy roles and how to configure others.
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.