Title here
Summary here
A Notifier that sends notifications via the UnifiedPush protocol to a UP server that then forwards the notification to the user’s device. This requires the user to have a client app like Ntfy or NextPush installed on their device and to have enabled listening on a certain URL for notifications.
The URL that the user’s UnifiedPush client is listening on for notifications and where the notification should be sent to.
Type | URL |
JSON key | url |
Default | https://ntfy.adminforge.de by AdminForge |
Exmaple | https://ntfy.sh |
Note
Javadoc has sadly not recognised the Lombok getter and setter for the url
field, but they do exist.