site update: cover art for the learn-site case studies; publish untrusted-in-a-vm (SECURITY #7)
build-and-deploy / build (push) Failing after 11m8s

This commit is contained in:
2026-08-25 17:24:51 +10:00
parent c5b1044d7a
commit b5e0b25667
8 changed files with 137 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ export const series: Record<string, { name: string; number: number }> = {
"authentik-sso-2fa": { name: "SECURITY SERIES", number: 4 },
"one-doorman-many-doors": { name: "SECURITY SERIES", number: 5 },
"clone-not-keys": { name: "SECURITY SERIES", number: 6 },
"untrusted-in-a-vm": { name: "SECURITY SERIES", number: 7 },
// NETWORKING SERIES - the eBPF datapath and the edge
"landing-on-cilium": { name: "NETWORKING SERIES", number: 1 },