Skip to content

Update Workflow🔗

  1. Snapshots/Backups - Proxmox VM/LXC snapshots - TrueNAS snapshots/replication

  2. Apt updates

    sudo apt update && sudo apt upgrade -y
    

  3. Containers

    docker compose pull && docker compose up -d
    

  4. Redeploy Sites - Commit → push to GitHub - Verify Actions, then check timestamps on /srv/www/*

  5. Reload Caddy

    sudo systemctl reload caddy