-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding support for Cronitor? #1119
Comments
Forks and modifications are absolutely welcome. I would like some kind of way to integrate apps to notify after a run has executed. Cronitor seems a bit cron-specific which is outside of the scope of ytdl-sub's main library |
Fair, currently I'm using the CURL API method they offer in the following flow: GUI container runs continually -> Unraid User Script to exec into the container -> run the Cronitor API that it's beginning -> run download command -> use API to tell it's done or error. I think most services offer API methods so maybe that could be a way to do it more universally? I'll play with it a bit to see if I can make it configurable in that way and you can decide if you want to pull it into main. |
#746 kind of covers that, to support external apps/uses better |
Have you used ntfy.sh? |
Hey there,
Just curious if you've thought of installing Cronitor or similar into the Docker image for those of use who like using it? I find it to be a good tool to keep an eye on if my CRON jobs are running correctly as I expect them to.
If there's no interest in this, do you have any issue if I create a fork of your image with it built in?
The text was updated successfully, but these errors were encountered: