Skip to content

Latest commit

 

History

History
86 lines (62 loc) · 1.85 KB

index.rst

File metadata and controls

86 lines (62 loc) · 1.85 KB

Dagu

Dagu is a powerful Cron alternative that comes with a Web UI. It allows you to define dependencies between commands as a Directed Acyclic Graph (DAG) in a declarative YAML Format. Additionally, Dagu natively supports running Docker containers, making HTTP requests, and executing commands over SSH. Dagu was designed to be easy to use, self-contained, and require no coding, making it ideal for small projects.

Quick Start

installation

How to install Dagu.

quickstart

A quick start guide to get you up and running.

cli

Command line interface reference.

YAML Format

Workflow language reference.

examples

Examples of workflows.

Configuration Options

Configuration options.

installation quickstart

cli web_interface rest api_token

yaml_format base_config examples

config scheduler auth email

docker docker-compose

faq contrib