
gocron
Cron-style task scheduler with YAML job definitions and Vue web UI
gocron is a lightweight task scheduler that executes recurring jobs defined in a YAML configuration. It combines a Go backend with a Vue.js frontend, supports cron expressions for timing, and exposes an API for job management.
Key Features
- YAML configuration file to define defaults, multiple jobs, cron schedules, environment variables, and sequential commands per job
- Cron expression support for precise scheduling and per-job overrides
- Per-job environment variables passed into executed commands
- Web UI built with Vue.js for viewing and managing jobs, plus API documentation and endpoints
- Docker and Docker Compose friendly deployment with a ready container image
- Ability to include and manage common backup tools via configuration (apprise, borgbackup, restic, rclone, rsync, kopia, etc.)
Use Cases
- Schedule regular system maintenance tasks, updates, and cleanup scripts on a single host
- Run automated backup jobs using configured backup tools at defined intervals
- Execute periodic data collection, reporting, or integration scripts in homelabs and small server environments
Limitations and Considerations
- Not designed as a distributed or highly-available scheduler; primarily single-node operation
- Job execution runs commands on the host where the service is deployed, so isolation and security depend on container/host configuration
- Lacks built-in enterprise features like clustering, advanced retry/backoff policies, and multi-tenant RBAC
gocron is suited for users who need a simple, file-driven scheduler with a web UI and Docker deployment. It is practical for homelabs, single-server automation, and scheduled backup workflows where lightweight configuration and local command execution are sufficient.
Categories:
Tags:
Tech Stack:
Similar Services

Apache Airflow
Platform to author, schedule, and monitor workflows as code
Apache Airflow is a workflow orchestration platform to define, schedule, and monitor data pipelines and other batch jobs using Python-defined DAGs.

Portainer
Web UI and API for managing Docker and Kubernetes environments
Lightweight web-based platform to manage Docker, Swarm and Kubernetes resources with a GUI and API, including access control and multi-environment operations.


Dokploy
Self-hosted PaaS to deploy and manage containerized apps and databases.
Open-source self-hostable PaaS for deploying containerized applications and managing databases with Docker Compose, Traefik, monitoring, and backups.

Kestra
Open-source, event-driven workflow orchestration and scheduling platform
Declarative, API-first orchestration platform for scheduled and event-driven workflows with a plugin ecosystem, UI editor, CI/CD and Terraform integration.

XPipe
Connection hub and remote file manager for managing server infrastructure
Desktop application that centralizes SSH, containers, VMs, Kubernetes and remote file management; integrates local CLI tools and syncs connection data via git.

Coder
Self-hosted cloud development environments for teams and agents
Open-source platform to provision secure, self-hosted developer workspaces (VMs, containers, Kubernetes) defined in Terraform, with IDE integrations and AI agent support.

Go
Docker
TypeScript
Node.js