-
|
I've setup apprise-api with my very useful configurations and have been using the Now I am trying to configure changedetection.io to use this but it does support apprise directly. My understanding from the docs is that I can get the specific configuration with the Maybe I'm tackling this the work way, my question could be more generic: Once I have some configurations in apprise-api, how can I use the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I would just use the AppriseAPI plugin ( So in your case:
If you need to trigger a tag specifically that you've setup:
If you password protected this:
|
Beta Was this translation helpful? Give feedback.
-
|
I just realised that the instructions were on the web UI itself: And I think the reason why my experiments failed was because I use a custom CA for my https certificate. I already made it work with the usual REQUESTS_CA_BUNDLE/SSL_CERT_FILE trick. However, now looking at the plugin suggestion, I think it's finer-grained and more like what I want to use. Thanks @caronc! |
Beta Was this translation helpful? Give feedback.
I would just use the AppriseAPI plugin (
apprise://) built into Apprise.So in your case:
apprise://your.apprise.server/tokenIf you need to trigger a tag specifically that you've setup:
apprise://your.apprise.server/token?tags=devopsIf you password protected this:
apprise://user:[email protected]/token?tags=devops