Blog
This is the blog section of this website. It is an heritage of the old wiki I maintained before switching to a static website generated with hugo, so articles before 2021 can be a little short and are more like notes than regular articles.
2024
- 2024-11-17 - Migrating privatebin from NixOS to Debian : How I deploy privatebin with ansible
- 2024-11-08 - Podman ansible role : The ansible role I use to manage my podman containers
- 2024-10-28 - Nginx ansible role : The ansible role I use to manage my nginx web servers
- 2024-10-12 - Shell script for gathering imdsv2 instance metadata on AWS ec2 : An ansible fact I wrote
- 2024-10-09 - PostgreSQL ansible role : The ansible role I use to manage my PostgreSQL databases
- 2024-10-07 - Borg ansible role (continued) : The ansible role I rewrote to manage my borg backups
- 2024-10-02 - How to increase /dev/shm size on kubernetes : the equivalent to docker's shm-size flag
- 2024-09-25 - How to self host a Factorio headless server : Automated with ansible
- 2024-09-19 - Fixing an encrypted Debian system boot : From booting in UEFI mode to legacy BIOS mode
- 2024-09-10 - Securing AWS default VPCs : With terraform/OpenTofu
- 2024-09-03 - Email DNS records for zones that do not send emails : Automated with terraform/OpenTofu
- 2024-08-24 - Generating a github access token for a github app in bash : A useful script
- 2024-08-13 - Managing AWS secrets : with the CLI and with terraform/OpenTofu
- 2024-07-16 - Importing cloudflare DNS records in terraform/OpenTofu : a way to get the records IDs
- 2024-05-27 - CAA DNS records with OpenTofu : How I manage which acme CA can issue certificates for me
- 2024-04-25 - Manage helm charts extras with OpenTofu : a use case for the http datasource
- 2024-04-13 - Deploying a Minecraft bedrock server on NixOS : How I made this work for my niece
- 2024-04-03 - A french scrabble web validator : a good use for a golang static binary deployed on nixos
- 2024-03-22 - Migrating eventline to nixos : How I migrated my eventline installation to nixos
- 2024-03-06 - Certificate management with OpenTofu and eventline : How I manage for my personal infrastructure
- 2024-02-06 - A difficult 23.11 nixos upgrade story : Debugging, diffing configurations, reading change logs
- 2024-01-31 - Testing OpenTofu : Little improvements and what it means for small providers like mine
- 2024-01-15 - How to resize the persistent volumes of a kubernetes statefulset : kubernetes is a convoluted beast
- 2024-01-07 - Migrating miniflux to nixos : How I migrated my miniflux installation to nixos
2023
- 2023-12-20 - Migrating vaultwarden to nixos : How I migrated my vaultwarden installation to nixos
- 2023-12-14 - Memory difficulties with nixos : Things to be aware of if you are on the fence about switching to nixos
- 2023-12-05 - Finishing advent of code 2022 in Haskell : Last year I stopped on day 22, I finally took it up again
- 2023-11-28 - Managing multiple nixos hosts, remotely : How I manage my nixos servers
- 2023-11-13 - Recovering a nixos installation from a Linux rescue image : How to chroot into a broken nixos system and fix it
- 2023-10-06 - Deploying a web application to nixos : A full example with my gotosocial instance
- 2023-10-04 - Installing nixos on a vps : A process that would also work for other operating systems
- 2023-09-30 - Getting started with nixos : How to setup an UEFI compatible virtual machine running nixos