I decided to dedicate my weekend to server maintenance and documentation.

Yesterday, I managed to install Immich using Quadlets, following the instructions on this very insightful repository, then I tried to migrate a Nextcloud installation from YunoHost to my new homelab. I started a #tmux session so that @sirodoht could kindly join to help me. We tinkered for two hours, but there was too much to do 🤯

Today, I spent the whole day writing documentation for these and many other things I learned/did in the past couple of months, since I am terrible at taking notes of the technical experiments I do.

I am exhausted, but also quite discouraged. The more I write, the more I feel there is to write. I really think I don’t have the time and the energy, but when it’s done it’s very fulfilling, and it’s very useful to have a lot of references in the future.

I will edit this post once what I wrote gets published on tommi.space.

#Immich #Podman #Quadlet #Quadlets #systemd #Linux #containers #tmux #documentation

Immich

Self-hosted photo and video management solution. Easily back up, organize, and manage your photos on your own server. Immich helps you browse, search and organize your photos and videos with ease, without sacrificing your privacy.

Immich

some #newbrews:

- apfel: Apple Intelligence from the command-line, with OpenAi-compatible API server (!)
- cc-switch: Configuration manager for AI coding agents
- orchard: Native GUI for Apple Containers

#macOS #containers #appleintelligence #homebrew

docker compose in production — on 4grab.com health checks, zero-downtime deploys, secrets management, multi-service setups. beyond the tutorial. https://4grab.com/pay.php?id=ptag_69c43b9ddbd65 #prompt #docker #devops #containers
Docker Compose in Production: Multi-Service Stacks, Health Checks, Zero-Downtime — Purchase

Had a great time joining the Call For Testing channel's Jail/Zones Production User Call to talk about daemonless.io! We dove deep into the weeds of bringing native FreeBSD OCI container images to life, porting complex application stacks, and exploring the future of container ecosystems on FreeBSD.

Check out the full conversation here: https://youtu.be/1pKdEZ1DhYM

#FreeBSD #daemonless #OCI #Containers #OpenSource #SelfHosted

2026-04-07 Jail/Zones Production User Call

YouTube

"Your Container Is Not a Sandbox" — an entire article on container security that never mentions SELinux. Not once. That's not an oversight, it's an agenda.

I'm not anti-microVM. But containers *do* contain. I run OpenClaw --read-only with SELinux enforcing. Add seccomp, dropped caps, user namespaces — defense in depth works.

https://emirb.github.io/blog/microvm-2026/

#containers #SELinux #microVMs #Linux #security

Rootless containers are becoming the baseline for secure environments.

This deep dive explores how Podman enables rootless execution using user namespaces, what changes compared to traditional container setups, and where limitations still exist.

Because in many cases, giving containers full root access is simply a bigger slice than needed 🥧

Read the full blog here: https://atix.de/en/blog/containers-without-root-using-rootless-podman/

#containers #podman #devsecops #linux #cloudnative #security #platformengineering #blog #technology

Most teams focus on container runtimes, not the control plane. Daemon Orchestration at Container Scale digs into how the daemon actually keeps fleets in line.

Read More: https://zalt.me/blog/2026/04/daemon-orchestration-scale

#containers #orchestration #devops #infrastructure

📦 **O que São Containers e Qual o Impacto da Conteinerização na TI Moderna?** 🚀

Os containers revolucionaram a forma como desenvolvemos, distribuímos e gerenciamos aplicações. Quer entender o que são, como funcionam e por que estão transformando a TI? Descubra no nosso blog!

👉 Leia aqui: https://nova.escolalinux.com.br/blog/o-que-so-os-containers-e-o-impacto-da-conteinerizao-na-ti-moderna?utm_source=dlvr.it&utm_medium=mastodon

#Containers #DevOps #Tecnologia #Conteinerização #Inovação

O que são os Containers e o Impacto da Conteinerização na TI Moderna

Contêineres simplificam a vida dos desenvolvedores e equipes de TI, tornando o desenvolvimento e a implantação de aplicações mais flexíveis e eficientes.

Paulo Oliveira
PaperCall.io

Building and pushing container images on Codeberg CI

As part of moving my services to EU-based infrastructure, I've been migrating away from GitHub to @Codeberg One of the things I needed was a CI pipeline to build a container image and push it to the Codeberg container registry for my @catfires bot . It took a few tries to get right, so here's what works for me.

https://christof.damian.net/2026/04/building-containers-on-codeberg.html

#codeberg #ci #containers #linux #selfhosting #digitalsovereignty #buildah #forgejo

Building and pushing container images on Codeberg CI

Logo: Codeberg e.V. — CC BY-SA 4.0 As part of moving my services to EU-based infrastructure, I’ve been migrating away from GitHub to Codeberg, a non-profit code hosting platform based in Germany. One of the things I needed was a CI pipeline to build a container image and push it to the Codeberg container registry for my wildfires project (which also posts to @[email protected]). It took a few tries to get right, so here’s what works for me.

Christof Damian