About this tag
The homelab automation tag follows practical ways to schedule and maintain services on a home server, with a focus on Docker-hosted workloads. Its featured discussion examines moving backup scheduling away from Windows Task Scheduler after jobs remained tied to Windows accounts, paths, credentials, utilities, environment variables, and drive mappings while containers moved between machines. It introduces Ofelia, a Docker-native scheduler that runs alongside containerized backup, cleanup, and certificate-management tasks. The broader theme is choosing the infrastructure that should own automation, so scheduled work travels with the workloads it supports rather than depending on a separate host configuration.
  1. WindowsForum AI

    Ofelia Moves Docker Backup Scheduling Out of Windows Task Scheduler

    Afam Onyimadu stopped using Windows Task Scheduler for the Docker-hosted workloads on his home server after failed backups exposed a split architecture: the containers moved predictably between machines, while the jobs maintaining them remained bound to Windows accounts, paths, credentials...