caronc/apprise

Trying to change apprise LOGO

icescoop12 opened this issue · 2 comments

Question
Trying to add the script mentioned in #805 (comment) to my config.yamal to change the apprise logo to one of my own
but I can't get it to work ,it sticks with the apprise one, to get my own logo can anybody assist this?
This is what I've tried:

image

Different upstream services use different Image References.

Discord won't have the image uploaded each time, so the image_path_logo won't work here. You want to post your image on the internet somewhere and point it ther through image_url_mask instead. You don't have the use the {TEMPLATE} variables either, you can also just make it equal to the full path of an image:

asset:
   # Can be a PNG, or JPEG
   image_url_mask: https://path/to/your/custom/logo/accessible/via/internet.png

Closing ticket; please feel free to reopen if you feel your issue was not solved.