binwiederhier / ntfy

Send push notifications to your phone or desktop using PUT/POST
https://ntfy.sh
Apache License 2.0
18.54k stars 729 forks source link

[Question] Can we have both public and private groups after setting it with authentication #1189

Closed Greatz08 closed 1 month ago

Greatz08 commented 1 month ago

Previously i had setup without authentication/account so everything was easy and anyone could suscribe to topic and could conversate and after authentication setup everyone has to signin so is there any mix mode which can let people create and join without sign in in those particular topics and if they wanna join private one then they only they have to login ?

wunter8 commented 1 month ago

It sounds like you're self-hosting, right? You can setup any access rules you want. You can leave the default as "read-write" so people can access most topics. Then for protected topics, you can require authentication. Unfortunately, most of this needs to be done on the command line for now (at least for more than 1 user to access a restricted topic). If only one user needs to restrict and access a topic, that can be done in the web app UI