ntfy.sh:通过 PUT/POST 方法向手机或桌面发送推送通知
ntfy.sh 是一种用于通过 PUT 或 POST 方法发送推送通知的服务。
用户可以通过订阅或发布消息动态创建主题,在没有注册的情况下使用时,主题相当于密码。
ntfy.sh 提供免费试用计划,并有付费订阅计划(支持者、专业版、企业版),用户可以选择自托管开源版本。
该服务支持桌面通知,并在 GitHub、Discord/Matrix 等平台拥有活跃的开源社区。
查看原文开头(英文 · 仅前 3 段)
Send push notifications from your app or scriptPublishing messages can be done via PUT or POST. Topics are created on the fly by subscribing or publishing to them. If you use ntfy without sign-up, the topic is essentially a password, so pick something that's not easily guessable. If you purchase ntfy Pro, you can reserve topic names instead.curl \
-d "Backup successful 😀" \
ntfy.sh/mytopicOr get notified on your computerYou can use the web app to subscribe to topics as well. If you do, 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.Open appGetting startedPricingTry ntfy for free without sign-up, or check out our paid plans. Or, since it's open source, you can always self-host it.MonthlyAnnuallySupporter$5/ monthGet started with ntfy, while also supporting the open source project.SubscribePro$10/ monthThis is the best value plan. Lots of messages, and large attachments.SubscribeBusiness$20/ monthInsane amount of messages, lots of reserved topics, giant attachments.SubscribeNeed a bigger plan, or a dedicated server? Feel free to contact us.If you don't need a paid plan, but would still like to support us, please donate via GitHub Sponsors or Liberapay ❤️.“Hands down the best notification service I've ever used, and I have used them all.”– Joe HarrisonStill not convinced?Check out the countless blog posts and newspaper articles about ntfy, or read the all the reviews on Google Play, and the Apple StoreJoin our open source communityntfy is open source, and dual-licensed under the Apache 2.0 and GPLv2 license. Development happens out in the open, on GitHub and in our chats on Discord/Matrix. We love free software, and we're doing this because it's fun. Please join us, and let us know how you are using ntfy!
※ 出于版权考虑,仅引用前 3 段。完整内容请阅读原文。