Posts for: #fedora-silverblue

Traefik

Setting up a local dev environment with Traefik as the proxy has some benefits:

  • highly configurable
  • only need to expose required ports on the Traefik container
  • simplifies configuring SSL certificates and redirects for each dev site.

Given the benefits, I found it worth while investing the time and effort in learning enough about Traefik to apply those benefits to new projects as it simplifies config for each new project.

Read more →

Podman

Podman is installed out of the box on Fedora Silverblue. When I need to start new projects, podman coupled with ansible are the tools I use to configure them. Podman is a drop in replacement for Docker but I encountered a couple of issues. Read on to find out more.

Read more →