Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Randomly generate topic/password when publishing a message #1215

Open
tentme opened this issue Nov 3, 2024 · 0 comments
Open

Randomly generate topic/password when publishing a message #1215

tentme opened this issue Nov 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tentme
Copy link

tentme commented Nov 3, 2024

💡 Idea

This differs from randomly generating a topic name via the web UI; in this case, the topic name is generated during the publishing process. For example, when you curl -d "test" ntfy.sh/ (to the baseurl), the server will respond with something like:
{"id":"$random_id","time":$timestamp,"expires":$anothertimestamp,"event":"message","topic":"$randomly_generated_topic_name","message":"test"} So users don't have to pick the password themselves.

I'm new to ntfy, so I'm not sure if this already exists since the idea seems obvious. Please feel free to close this issue if it is already implemented or has been considered and confirmed not to be developed.

@tentme tentme added the enhancement New feature or request label Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant