From 995e4f91b553f8f1b4e3ae49f0f43a57cbb17ee3 Mon Sep 17 00:00:00 2001 From: Andrew Woodlee Date: Sat, 27 Dec 2025 00:59:57 -0600 Subject: [PATCH] update docs --- .woodpecker/{ => gitea}/gitea.yml | 0 .woodpecker/{ => gitea}/go-lint.yml | 0 .woodpecker/{ => gitea}/publish-docs.yml | 0 .woodpecker/{ => github}/github.yml | 0 docs/content/config/gocron.md | 4 ---- 5 files changed, 4 deletions(-) rename .woodpecker/{ => gitea}/gitea.yml (100%) rename .woodpecker/{ => gitea}/go-lint.yml (100%) rename .woodpecker/{ => gitea}/publish-docs.yml (100%) rename .woodpecker/{ => github}/github.yml (100%) diff --git a/.woodpecker/gitea.yml b/.woodpecker/gitea/gitea.yml similarity index 100% rename from .woodpecker/gitea.yml rename to .woodpecker/gitea/gitea.yml diff --git a/.woodpecker/go-lint.yml b/.woodpecker/gitea/go-lint.yml similarity index 100% rename from .woodpecker/go-lint.yml rename to .woodpecker/gitea/go-lint.yml diff --git a/.woodpecker/publish-docs.yml b/.woodpecker/gitea/publish-docs.yml similarity index 100% rename from .woodpecker/publish-docs.yml rename to .woodpecker/gitea/publish-docs.yml diff --git a/.woodpecker/github.yml b/.woodpecker/github/github.yml similarity index 100% rename from .woodpecker/github.yml rename to .woodpecker/github/github.yml diff --git a/docs/content/config/gocron.md b/docs/content/config/gocron.md index 6848d9c..3b650fc 100644 --- a/docs/content/config/gocron.md +++ b/docs/content/config/gocron.md @@ -9,10 +9,6 @@ Backy provides an easy-to-use way to execute commands at a specified time. Adding `cron: 0 0 1 * * *` to a `cmdLists` object will schedule the list at 1 in the morning. See [https://crontab.guru/](https://crontab.guru/) for reference. -{{% notice tip %}} -Note: Backy uses the second field of cron, so add anything except `*` to the beginning of a regular cron expression. -{{% /notice %}} - GoCron allows one to configure a server to view the jobs in the scheduler. See [GoCron UI GitHub](https://github.com/go-co-op/gocron-ui). GoCron can be configured or left alone for defaults.