Can you elaborate what you mean by "it is asking"? Are you using the Android app or iOS app? Which screen? Can you provide a step by step of what you're doing, or a screenshot?
ntfy
ntfy (pronounced notify) is a simple HTTP-based pub-sub notification service. You can use it to send push notifications to your phone via HTTP PUT/POST.
ntfy website • Documentation • GitHub • Google Play • F-Droid • Discord • App Store • Matrix
If you'd like to become a sponsor, I would be humbled to accept your donation via GitHub Sponsors or Liberapay 💸💰.
Sorry I should have been more specific, so I am using the Android App and here are the following steps I am taking:
- Open App
- Add Subscribed Topic
- Enter Topic Name (test), select "Use another server", enter url of my ntfy server, click subscribe
- Login Required screen pops up - "This topic requires you to login. Please type in a username and password"
I have also tried from the servers webapp and if I try to subscribe to a topic it instantly asks for login details.
OK, I may have found the answer :D
So in the unRAID docker config it has the setting NTFY_AUTH_DEFAULT_ACCESS set to "deny_all" as default, I changed this to "read-write" and it now allows me to subscribe to the topic :D.
So now I am off to try and setup some users!
Go to "http://ntfy.example.com/mytopic/json?poll=1"
With your selfhosted URL and your topic filled in. See what you get back. You can also enable debugging to see if there any clues in the logs, both Android or the server.