Interested in Linux, self-hosted services, and software development, with occasional posts about games. This blog documents problems I run into, solutions that work, and tools or projects worth sharing.
This article introduces how to elegantly solve the problem of containers being unable to access directories managed by group permissions on the host in Podman Rootless mode by using the --group-add keep-groups parameter when starting containers.
Containers managed by Podman and Quadlet may hang during startup with a 90-second timeout. The issue is usually related to systemd’s network-online.target not being activated. This article presents three solutions.
When mounting host directories to Podman containers, you may encounter Permission denied even as root. This article analyzes how SELinux security mechanisms affect container access and provides a fix.
This tutorial builds upon “Setting up Your Private Git Server with Caddy and Containers”. It integrates cgit into an existing Git server to provide a feature-rich web interface for browsing repositories.
This article explains how to configure Midnight Commander (mc) to open files with a custom editor (like $EDITOR) when double-clicking or pressing Enter, improving file management efficiency.