caronc / apprise

Apprise - Push Notifications that work with just about every platform!
https://hub.docker.com/r/caronc/apprise
BSD 2-Clause "Simplified" License
11.71k stars 410 forks source link

ntfy: How to force apprise to send topicName via http request? #985

Closed ra1qcw closed 6 months ago

ra1qcw commented 11 months ago

:question: Question

If I sending message via ntfy client it arriving with sound. If I sending message via apprise it arriving without sound. The difference in ntfy log is only in http_path parameter of http request. ntfy cli: http_path=/topic_name apprise: http_path=/ Apprise sending topic_name via POST request parameter, but it's not enough for ntfy. So how can I force apprise to make request like hostname/topic_name? But not like hostname.

caronc commented 9 months ago

I'm not quite sure what the problem is here. I sent a notification to a ntfy server i just set up and i got sound.

Can you explain further?

caronc commented 6 months ago

Going to close this ticket off due to lack of response; feel free to reach out if you want me tore-open it.