From 237be8441e4facebed0fe085b48a3bbecf00cdc3 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Sat, 22 Jun 2024 11:34:47 -0400 Subject: [PATCH] Add Dagu to Automation (#734) --- software/dagu.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/dagu.yml diff --git a/software/dagu.yml b/software/dagu.yml new file mode 100644 index 0000000000..c8ceeb8386 --- /dev/null +++ b/software/dagu.yml @@ -0,0 +1,11 @@ +name: "Dagu" +website_url: "https://dagu.readthedocs.io/" +source_code_url: "https://github.com/dagu-dev/dagu" +description: "Powerful Cron alternative with a Web UI. It allows you to define dependencies between commands as a Directed Acyclic Graph (DAG) in a declarative YAML format." +licenses: + - GPL-3.0 +platforms: + - Go + - Docker +tags: + - Automation \ No newline at end of file