github flohoss/gocron v0.3.0

2 days ago

BREAKING CHANGES!

To support more notification services apprise is now included in the docker container. To send notifications use an apprise url of choice.

New ENV:

Removed ENV:

  • NTFY_URL
  • NTFY_TOPIC
  • NTFY_TOKEN
  • SEND_ON_SUCCESS

NEW api endpoint:

Send a test notification to the configured Apprise-URL:
curl http://localhost:8156/api/notify
--request POST

Changelog

  • bf58c22 Do not try to send if no url or topic provided
  • 52c02d4 Install apprise in docker
  • 0b76441 Merge pull request #11 from flohoss/10-feature-gotify-as-notification-service
  • 3fe2352 Run cleanup at midnight
  • ae6ae96 Update README.md
  • 26d0a92 Update README.md
  • 1af090d Use apprise for notifications

Don't miss a new gocron release

NewReleases is sending notifications on new releases.