Tiger's blog about Linux and DevOps.
How to use local Docker registry in Kamal

How to use local Docker registry in Kamal

Here's how to save costs and avoid DockerHub with a completely local Docker registry.

How to use Oh My Zsh to manage your Kamal server

How to use Oh My Zsh to manage your Kamal server

Oh My Zsh is a nice productivity addition to the Z shell for your Mac. If you are using Kamal, you can now use a Kamal plugin to make your deployments more fun.

Handling wildcard TLS for domain names using Kamal and Caddy

Handling wildcard TLS for domain names using Kamal and Caddy

People working on SaaS applications that serve content using customer domain names need a way to issue TLS certificates for the domains their customers provide. This means either updating the list of accepted domains or using a wildcard to issue them. Let's see how this could be solved using a Caddy reverse proxy.

A first look at Landrun

A first look at Landrun

Super simple application sandboxing.

Upgrading droplets in Digital Ocean

Upgrading droplets in Digital Ocean

One of the nice features of Digital Ocean is the ability to in-place upgrade their virtual machines.

How to use Kamal Proxy with accessories

How to use Kamal Proxy with accessories

Do you want to deploy an auxiliary service that comes with a dashboard? Then you might want to proxy it with Kamal Proxy.

How to run long running jobs with Kamal

How to run long running jobs with Kamal

Sometimes background jobs take a while to complete but you need to deploy new versions in the meantime, what now?

What's Kamal 2.6.0 maintenance mode

What's Kamal 2.6.0 maintenance mode

Kamal finally came with one its most awaited feature called maintenance mode. The new maintenance mode let's us open a downtime maintenance window for our apps to do any necessary updates and migrations.

How to use Kamal Proxy run command options in Kamal

How to use Kamal Proxy run command options in Kamal

Kamal now allows a bit more flexibility in the way the Proxy is being run.

Kamal new ssl_redirect option

Kamal new ssl_redirect option

Kamal's built-in SSL handling is pretty neat. Now it gets better by letting users disable the HTTP to HTTPS redirect which was happening automatically.


© Deploy Linux Blog