1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-10-02 21:24:11 +02:00
ntfy/docs/subscribe/web.md

12 lines
576 B
Markdown
Raw Normal View History

2021-12-04 02:38:21 +01:00
# Subscribe from the Web UI
You can use the Web UI to subscribe to topics as well. If you do, and you keep the website open, **notifications will
pop up as desktop notifications**. Simply type in the topic name and click the *Subscribe* button. The browser will
keep a connection open and listen for incoming notifications.
<figure markdown>
![web subscribe](../static/img/screenshot-web.png){ width=300 }
<figcaption>Subscribe via Web UI</figcaption>
</figure>
Once subscribed, you can [publish messages](../publish.md) via `curl` or from without any of your scripts.