lower case

This commit is contained in:
dgtlmoon 2023-10-28 19:08:14 +02:00
parent 27f8cc0e52
commit 03e7a3ea65

View file

@ -136,21 +136,20 @@ You can send a message during a workflow run with curl. Here is an example sendi
``` ```
## Changedetection.io ## Changedetection.io
NTFY is an excellent choice for getting notifications when a website has a change sent to your mobile (or desktop), ntfy is an excellent choice for getting notifications when a website has a change sent to your mobile (or desktop),
[changedetection.io](https://changedetection.io) or [https://github.com/dgtlmoon/changedetection.io](https://github.com/dgtlmoon/changedetection.io) [changedetection.io](https://changedetection.io) or [https://github.com/dgtlmoon/changedetection.io](https://github.com/dgtlmoon/changedetection.io)
uses [apprise](https://github.com/caronc/apprise) library for notification integrations. uses [apprise](https://github.com/caronc/apprise) library for notification integrations.
To add any NTFY(s) notification to a website change simply add the [NTFY style URL](https://github.com/caronc/apprise/wiki/Notify_ntfy) To add any ntfy(s) notification to a website change simply add the [NTFY style URL](https://github.com/caronc/apprise/wiki/Notify_ntfy)
to the notification list. to the notification list.
For example `ntfy://{topic}` or `ntfy://{user}:{password}@{host}:{port}/{topics}` For example `ntfy://{topic}` or `ntfy://{user}:{password}@{host}:{port}/{topics}`
In your changedetection.io installation, click `Edit` > `Notifications` on a single watch then add the special NTFY URL In your changedetection.io installation, click `Edit` > `Notifications` on a single website watch (or group) then add
to the Notification List. the special ntfy Apprise Notification URL to the Notification List.
![ntfy alerts on website change](static/img/cdio-setup.jpg) ![ntfy alerts on website change](static/img/cdio-setup.jpg)
## Watchtower (shoutrrr) ## Watchtower (shoutrrr)
You can use [shoutrrr](https://containrrr.dev/shoutrrr/latest/services/ntfy/) to send You can use [shoutrrr](https://containrrr.dev/shoutrrr/latest/services/ntfy/) to send
[Watchtower](https://github.com/containrrr/watchtower/) notifications to your ntfy topic. [Watchtower](https://github.com/containrrr/watchtower/) notifications to your ntfy topic.