Hello Before trying to code something myself with the AI help, I want to know the community opinions and solutions. I have a fairly simple homelab with just one Proxmox VE host, but inside this there are 6 VMs, 22 LXC and one VM with 35 Docker containers running. I already settet up to have all the security patches applied automatically on each of them, but my issue is with the regular updates. Every single week most of the systems need some update, my issue is that some of them just need "apt upgrade && apt update", but some needs other ways like "update" for the LXC managed by proxmox helper scripts, some of them needs "docker compose" update stuff, some need a "wget" of the github repo and in a couple of cases, like the Cloudflared LXC, I need also to execute a post-update command to update then IPTABLES config. At this stage it took me from 1 to 2 hours every Sunday to update everything.…