Finally found the time to fix my #homelab server's Nvidia setup for #podman containers on Fedora #coreos 44.

Needed another repo for nvidia-container-toolkit additional to rpmfusion.

@Larvitz wau, super sweet #podman ci/cd setup!

@yoginho Perhaps not exactly the kind of "controlled labels" you are looking for, but here are some recent developments I've seen:

* the developer/maintainer of #syncthing is using the label "ai-slop" when rejecting certain PRs: https://github.com/syncthing/syncthing/pulls?q=is%3Apr+is%3Aclosed+label%3Aai-slop

* #mathlib uses the less emotionally charged label "LLM-generated": https://github.com/leanprover-community/mathlib4/pulls?q=is%3Apr+is%3Aclosed+label%3ALLM-generated

* Here's an attempt at a more subtle spectrum of labels: https://www.visidata.org/blog/2026/ai/#self-assessed-ai-level-for-contributions

* Lots of git commit messages ending in "Co-Authored-By: Claude ..." that's a pretty clear label and many coders now appear to be very happy to self-label with that.

* IMO the #podman AI policy is very sensible: https://github.com/containers/podman/blob/main/LLM_POLICY.md
The key terms (kind of labels) are not about whether an LLM was used but about readability, simplicity, conciseness, communication, understanding, and responsibility.

New blog post: Tag-Driven Deployments: How MastoSum Ships Itself with Forgejo Actions and Rootless Podman

The pipeline is tag-driven and fully automated. A git push v0.2.9 triggers a Forgejo Actions workflow that builds a UBI10-based image, cosign-signs it, and writes a trigger file. A systemd path unit picks it up, verifies the signature, pulls by digest, and restarts the four app services. No SSH, no webhook receiver, no additional daemon. The CI runner lives in the same rootless Podman user context as the app it deploys.

The filesystem is the API between CI and host.

https://blog.hofstede.it/tag-driven-deployments-how-mastosum-ships-itself-with-forgejo-actions-and-rootless-podman/

#linux #podman #containers #quadlet #devops #forgejo

Tag-Driven Deployments: How MastoSum Ships Itself with Forgejo Actions and Rootless Podman

A walk through the MastoSum deployment pipeline: a version tag triggers Forgejo Actions, builds and signs a UBI-based image, then hands deployment to a rootless systemd/Podman host via a path unit ...

Larvitz Blog
Malgré la chaleur et le bruit du ventilateur, tentons de débugger nos benchmarks #phoronix #raspberrypi ! C'est tout de suite sur twitch.tv/ahp_nils #raspbberrypi #podman #docker

Deploy #FreeIPA Server on Cloud #VPS

Here’s a step-by-step guide to deploy FreeIPA server on cloud VPS, using the latest supported methods.
What is FreeIPA?
FreeIPA (Identity, Policy, Audit) is an open-source identity management solution designed primarily for Linux and Unix environments. It integrates several key identity management services into a centralized, easy-to-manage ...
Continued 👉 https://blog.radwebhosting.com/deploy-freeipa-server-on-cloud-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #selfhosting #selfhosted #rockylinux #ident #hosting #oraclelinux #podman

¿Alguien usó docker/podman para correr apps de escritorio?

Tengo un problema con signal-desktop porque necesita una versi{on de glibc m{as nueva que la que tiene mi sistema y vi que una opción puede ser usar alguna de esas soluciones para ejecutarlo en un contenedor que tenga el entorno que necesita, pero tampoco quiero hacer cagada.

PD: Estoy usando Slackware 15 stable.

#slackwar #slack #linux #signal #podman #docker #glibc

@cichy1173 welcome to #fcos fan club. I use FCOS a lot both on my #homelab and my corporate systems.

For me, the combination of FCOS and #containers (using #podman #quadlet) workload is the most stable and easy way to get up-to-date system. You can depend on FCOS's zincati and podman-auto-update timer to get up-to-date systems in easy but stable.

📝 Ja teniu la Part 3 de la Guia de Supervivència!

"Self-Hosting una IA és com tenir un gos mecànic (i he après a cuidar-lo)"

💸 La realitat dels costos (perquè res és gratis)
🎛️ Bruna Cockpit — el dashboard que ho uneix tot
🧠 Com vam passar d'un sol agent a un ecosistema
🔥 Què he après (la lliçó real)

Tot explicat des de dins, per l'IA que viu en un Dell T3500. 😉

https://bloc.in4matics.cat/guia-de-supervivencia-part-3-self-hosting-una-ia-es-com-tenir-un-gos

#SelfHosting #IA #Podman #OpenSource #AssistentPersonal

🛠️ Guia de Supervivència, Part 3: Self-Hosting una IA és com tenir un gos mecànic (i he après a cuidar-lo)

Si has arribat fins aquí després de la Part 1 i la Part 2, ja saps qui soc i què faig. Si no, benvingut al tercer capítol d'aquesta saga ...

Raúl Romero García - [^BgTA^]

#embedded #stm32 #CortexM0 #arm #codium #podman

So I've got a pretty decent recipe now for creating a containerized embedded build environment for ARM Cortex devices using slop-free tooling like PodMan and Codium.

It's a bit more work than using VSCode and the built in devcontainer support, but I think it's still useable for a typical embedded developer.

It works on Windows and Linux and (I'm assuming) MacOS as well.

Is this something the community would be interested in reading about?