runitor
runitor copied to clipboard
A command runner with healthchecks.io integration
I am self-hosting my healthchecks instance and I have exposed it publically via Cloudflare tunnel. I want to secure it using Cloudflare Access. And verify requests using Cloudflare service token...
Sometimes apps and scripts fail early, but still return exit code 0. And legacy systems can be hard to fix. Perhaps there could be an optional feature where runitor measures...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.1 to 3.23.2. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...
I saw [mention](https://github.com/bdd/runitor/pull/117#issuecomment-1901769654) of wanting a man page so I took the one from rsync and replaced everything with some of the contents of the readme. I'm not sure what...
I'm first setting this up, and I'm doing it in a way that I can template things and dynamically create the slug. My scripting is perfect yet, but currently I...
When pinging by slug, Healthchecks can optionally auto-create a new check if a check with the specified slug does not exist. To enable this feature, the ping URL needs a...
Would it be possible to have an -update flag which either: 1. Checks latest version and if there is a new version, grabs from github automatically. 2. Failing 1, state...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.1 to 3.25.3. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.4. Release notes Sourced from actions/checkout's releases. v4.1.4 What's Changed Disable extensions.worktreeConfig when disabling sparse-checkout by @jww3 in actions/checkout#1692 Add dependabot config by @cory-miller in...
Include support for executing only one instance of a command to prevent executing the same command multiple times by mistake Inspiring run-one tool https://launchpad.net/run-one