https://github.com/maxihafer/pretix-apprise-daemon
Daemon that builds apprise notifications from pretix webhook calls.
https://github.com/maxihafer/pretix-apprise-daemon
apprise notifications pretix
Last synced: 3 months ago
JSON representation
Daemon that builds apprise notifications from pretix webhook calls.
- Host: GitHub
- URL: https://github.com/maxihafer/pretix-apprise-daemon
- Owner: maxihafer
- Created: 2024-08-04T22:56:20.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T23:09:21.000Z (10 months ago)
- Last Synced: 2025-01-02T11:12:01.546Z (5 months ago)
- Topics: apprise, notifications, pretix
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pretix-apprise-daemon
This daemon aims to provide notification capabilities for pretix. It consumes pretix webhooks and sends out apprise notifications.## Currently WIP
The project is currently a work in progress, expect no working builds or complete features. Feel free to open your PR I am more than happy to integrate good changes## Future features
In the future, it should be possible to customize the notification body using go templates, currently this is only a POC and the templates are compiled in using embed.FS, so any changes to the templates mandate a recompilation of the binary. The cleanest solution would probably be to read in the templates at runtime ¯\\_(ツ)_/¯