mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1189] [Question] Can we have both public and private groups after setting it with authentication #836
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#836
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Greatz08 on GitHub (Sep 25, 2024).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1189
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 on GitHub (Sep 25, 2024):
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