Discord: Use a local file as the avatar #1633
Unanswered
HeyItsJono
asked this question in
Q&A
Replies: 1 comment
|
Unfortunately Apprise is restricted by what the Upstream service allows it to do/use. Discord only allows Apprise to change the avatar by providing it a full URL to an image to place. So you'd have to host your logo and point it that way. But you gave me a good idea; today you can over-ride the AppriseAsset object and provide your own company logos, URL Paths, etc.... Expanding the AppriseAsset to also be able to provide default values for things such as 'Discord' would be great. It doesn't solve your hosting problem; for Discord (and many other services such as Slack, MSTeams, etc) you need to point to an external location via URL, but to have the URL already provided for users as the 'new default' would be useful I think. Thoughts? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently with the Discord integration you can set the notification's avatar using the
avatar_urlfield. This means I have to rely on some third-party host to continue to have my service's logo available. Can I use a local image within the apprise docker container's filesystem instead?All reactions