8000 Release v0.3.0 · flohoss/gocron · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Mar 19:11
· 38 commits to main since this release
ae6ae96

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
0