You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaproperty="og:description" content="ntfy is a simple HTTP-based pub-sub notification service. It allows you to send desktop notifications via scripts from any computer, entirely without signup or cost. Made with ❤ by Philipp C. Heckel, Apache License 2.0, source at https://heckel.io/ntfy." />
<b>ntfy</b> (pronounce: <i>notify</i>) is a simple HTTP-based pub-sub notification service and tool.
35
+
<b>ntfy</b> (pronounce: <i>notify</i>) is a simple HTTP-based <ahref="https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern">pub-sub</a> notification service.
36
36
It allows you to send <b>desktop notifications via scripts from any computer</b>, entirely <b>without signup or cost</b>.
37
37
It's also <ahref="https://github.com/binwiederhier/ntfy">open source</a> if you want to run your own.
38
38
</p>
@@ -55,20 +55,38 @@ <h3>Subscribe via web</h3>
55
55
</p>
56
56
<formid="subscribeForm">
57
57
<p>
58
-
<labelfor="topicField">Topic ID:</label>
58
+
<labelfor="topicField">Subscribe to topic:</label>
59
59
<inputtype="text" id="topicField" placeholder="Letters, numbers, _ and -" pattern="[-_A-Za-z]{1,64}" autofocus/>
0 commit comments