AutomationNetlify + HugoMigrating this blog from a self-hosted Ghost instance to a new CDN that also builds your site – for free.
AutomationMoving home: To AWS with EC2, Lambda, API Gateway and Cloudflare for freeIt was time for me to pack up my home stack and look for a free (even if temporary) - cloud hosting for it until we go through an actual home move as well.
GitGithooks: auto-install hooksGit hooks are a great way to execute custom actions triggered by various Git events on the local machine. In my opinion, they have some shortcomings around installation and reusability that I’m trying to address with the Githooks project.
PodlikePodlike templatesWe’ve seen now that we can run co-located and coupled services on Docker Swarm. This post shows you how to use templates to extend your services in a common way.
DockerSwarm secrets made easyA recent Docker update came with a small but important change for service secrets and configs, that enables a much easier way to manage and update them when deploying Swarm stacks.
AutomationAutomatic domain and SSL managementCreate and maintain DNS records on Cloudflare, secure the communication to the origin servers using certificates from Let’s Encrypt, and how to make this painless and fully automated.