caronc / apprise-api

A lightweight REST framework that wraps the Apprise Notification Library
https://hub.docker.com/r/caronc/apprise
MIT License
638 stars 56 forks source link

Telgram on apprise-api webui #43

Closed mariomare22 closed 3 years ago

mariomare22 commented 3 years ago

:question: Question I am trying to follow this https://github.com/caronc/apprise-api to setup a notification with telegram but I get the following error.

my construct is:

mytag = tgram://BOT:bot/chatid

what am I doing wrong?

image
mariomare22 commented 3 years ago

From the container this works fine apprise -vv -t "Test Message Title" -b "Test Message Body" tgram://BOT:bot/-chatid

mariomare22 commented 3 years ago

Issue is resolved but i guess i found a bug (maybe). It could not write on the folder i mounted because user www-data inside the container did not have write permission. can this be changed to the user which runs the container? right now i need 777 permission on the apprise folder.

caronc commented 3 years ago

See #31. I'm not keen on the 777 permission solution, but i'll document this better and keep you posted! :slightly_smiling_face: