Git server migration to new VM complete 


@tldrellie how do you deal with security maintenance..
I offload most of my app maintenance to Debian . With apt ..
I've always wondered how to do it in a docker environment
@kat The same, actually! All my VMs run Debian. Each VM also runs podman or docker, and just enough containers for one app. So my gitea VM has a gitea + mariadb container, etc.
If the containers themselves are vulnerable,,, well, hopefully the VM+Container barrier at least keeps the damage limited to one service