From 7e9cd7fddece8aee6dd3d4d1e97583fdfb3397e6 Mon Sep 17 00:00:00 2001 From: Julien Lutran Date: Fri, 28 Aug 2026 19:44:18 +0200 Subject: [PATCH] ks4/README: document the user.os inventory column Co-Authored-By: Claude Fable 5 --- ks4/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ks4/README.md b/ks4/README.md index e5169e6..8226aca 100644 --- a/ks4/README.md +++ b/ks4/README.md @@ -11,6 +11,10 @@ Incus host at OVH — public-facing self-hosted services. - Instances are on a NAT bridge `incusbr0` (192.168.1.0/24); public ingress via Incus proxy devices. `gateway` (nginx) is the sole HTTP/S entry point and fans out to the app containers. +- OS inventory: `incus list -c n,config:user.os,config:user.os-checked` + — refreshed by `incus-container-upgrade.sh` (`-o` for metadata only). + `image.description` shows the *creation* image (2019 for most), not + what the container runs today. - Services: gateway, mail, nextcloud, seafile, git, freshrss, bitwarden, outline, login (SSO), wireguard, + more — full table in [install.md](install.md).