Casvt / MIND

A simple self hosted reminder application that can send push notifications to your device. Set the reminder and forget about it!
https://casvt.github.io/MIND/
GNU General Public License v3.0
201 stars 10 forks source link

NTFY doesn't work #84

Open microSoftware opened 3 months ago

microSoftware commented 3 months ago

I think the ntfy request is not formatted correctly. I filled the host and port and the topic. And click test. But i don't receive anything in NTFY.

But when i do this : curl -d "Hi" dockers:8166/Reminder i received the "Hi" in the Reminder topic.

In the Mind app, I also tried to do a custom URL instead but it doesn't work.

The mind app format the url to this "ntfy://dockers:8166/Reminder?emojis=false" which seem correct but for some reason it doesn't work.

Casvt commented 1 month ago

What do the logs say?