{"id":50109792,"url":"https://github.com/usings/cron-pilot","last_synced_at":"2026-05-23T12:08:01.576Z","repository":{"id":333648290,"uuid":"1138119314","full_name":"usings/cron-pilot","owner":"usings","description":"A self-hosted cron task manager.","archived":false,"fork":false,"pushed_at":"2026-01-20T14:37:39.000Z","size":331,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-20T18:57:49.995Z","etag":null,"topics":["cronjob","docker","javascript","shell","task-manager","task-scheduler","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/usings.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-20T09:12:34.000Z","updated_at":"2026-01-20T14:41:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/usings/cron-pilot","commit_stats":null,"previous_names":["usings/cron-pilot"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/usings/cron-pilot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usings%2Fcron-pilot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usings%2Fcron-pilot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usings%2Fcron-pilot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usings%2Fcron-pilot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usings","download_url":"https://codeload.github.com/usings/cron-pilot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usings%2Fcron-pilot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33394770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cronjob","docker","javascript","shell","task-manager","task-scheduler","typescript"],"created_at":"2026-05-23T12:08:00.861Z","updated_at":"2026-05-23T12:08:01.567Z","avatar_url":"https://github.com/usings.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg width=\"100%\" height=\"100%\" alt=\"Image\" src=\"./.assets/images/screenshot.png\" /\u003e\n\nA self-hosted cron task manager that provides an API and a web dashboard. It allows you to schedule shell commands using cron expressions, manage task states centrally, and review execution history, runtime metrics, and performance statistics.\n\n## Features\n\n- Task lifecycle management: create, update, enable/disable, and delete tasks\n- Cron scheduling: powered by BullMQ workers\n- Execution history: status, duration, exit code, and stdout/stderr logs\n- Task metrics: total runs, failure count, and last/next run timestamps\n- Auto-install: automatic package installation for executing standalone scripts via [Bun](https://bun.com/docs/runtime/auto-install)\n\n## Deployment\n\nThis service can be deployed using Docker, either via the Docker CLI or Docker\nCompose.\n\n### Environment Variables\n\nThese environment variables configure dashboard authentication and security. Change defaults before production use.\n\n| Name            | Description                                | Required | Default     |\n|-----------------|--------------------------------------------|----------|-------------|\n| `AUTH_SECRET`   | JWT signing secret                         | Yes      | —           |\n| `AUTH_USERNAME` | Dashboard login username                   | No       | `root`      |\n| `AUTH_PASSWORD` | Dashboard login password                   | No       | `password`  |\n\n\u003e ⚠️ **Security note**: It is strongly recommended to set a strong `AUTH_SECRET` and change the default username and password before exposing the service.\n\n### Run with Docker CLI\n\n```bash\ndocker run -d \\\n  --name cronpilot \\\n  -p 3000:3000 \\\n  -e AUTH_SECRET=\"change-me\" \\\n  -e AUTH_USERNAME=\"root\" \\\n  -e AUTH_PASSWORD=\"password\" \\\n  -v cronpilot-data:/data \\\n  ghcr.io/usings/cron-pilot:latest\n```\n\n### Run with Docker Compose\n\n```yaml\nservices:\n  cronpilot:\n    image: ghcr.io/usings/cron-pilot:latest\n    container_name: cronpilot\n    ports:\n      - \"3000:3000\"\n    environment:\n      AUTH_SECRET: change-me\n      AUTH_USERNAME: root\n      AUTH_PASSWORD: password\n    volumes:\n      - cronpilot-data:/data\n    restart: unless-stopped\n\nvolumes:\n  cronpilot-data:\n```\n\nNext, execute the following command to start the services:\n\n```bash\ndocker compose up -d\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusings%2Fcron-pilot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusings%2Fcron-pilot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusings%2Fcron-pilot/lists"}