From 65aa788e4f61f70c7652433ee6378d5f2e0f5a98 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Thu, 4 Dec 2025 13:41:29 +0100 Subject: [PATCH] add gocron (#1787) --- software/gocron.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 software/gocron.yml diff --git a/software/gocron.yml b/software/gocron.yml new file mode 100644 index 0000000000..1efdc20b55 --- /dev/null +++ b/software/gocron.yml @@ -0,0 +1,10 @@ +name: "gocron" +website_url: "https://github.com/flohoss/gocron" +source_code_url: "https://github.com/flohoss/gocron" +description: "Task scheduler that allows users to specify recurring jobs via a simple YAML configuration file." +licenses: + - MIT +platforms: + - Docker +tags: + - Automation