VPS: upgrade to Debian 13 #100
Labels
No labels
audit-work
bug
docs
general-admin
major-upgrade
needs-vps-sync
new-service
on-hold
outside-work
post-podman
renovate
upstream
vps
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
mysticalsoap/docker#100
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Debian 12 ships Podman 4.3.1, predating both Quadlet (4.4) and pasta. Without Quadlet the declarative story collapses into imperative
podman run. The VPS doubles as a testing ground for Quadlet ahead of the homelab migration.The gotcha that fails quietly: rootless Podman's default port handler masquerades source IPs. That destroys frps' view of client IPs, makes
ufw limiton 22/27341 meaningless, and reduces edge CrowdSec to banning your own gateway. Use pasta, rootful, or--network=host. Given everything is going into Podman, this is the single most dangerous item in the plan.