mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-22 10:57:39 +08:00
28 lines
2.5 KiB
Markdown
28 lines
2.5 KiB
Markdown

|
||
|
||
# ntfy.sh
|
||
## 通过 PUT/POST 发送推送通知到你的手机或桌面
|
||
[](https://github.com/binwiederhier/ntfy/releases/latest)
|
||
[](https://pkg.go.dev/heckel.io/ntfy/v2)
|
||
[](https://github.com/binwiederhier/ntfy/actions)
|
||
[](https://goreportcard.com/report/github.com/binwiederhier/ntfy)
|
||
[](https://codecov.io/gh/binwiederhier/ntfy)
|
||
[](https://discord.gg/cT7ECsZj9w)
|
||
[](https://matrix.to/#/#ntfy:matrix.org)
|
||
[](https://matrix.to/#/#ntfy-space:matrix.org)
|
||
[](https://ntfy.statuspage.io/)
|
||
[](https://gitpod.io/#https://github.com/binwiederhier/ntfy)
|
||
|
||
**ntfy**(发音为 "*notify*")是一个简单的基于 HTTP 的[发布-订阅](https://en.wikipedia.org/wiki/Publish%E2%80%93subscribe_pattern)通知服务。通过 ntfy,你可以**通过脚本从任何计算机发送通知到你的手机或桌面**,**无需注册或支付任何费用**。如果你想运行自己的服务实例,你可以很容易地做到,因为 ntfy 是开源的。
|
||
|
||
你可以通过 **[ntfy.sh](https://ntfy.sh)** 访问免费的 ntfy 服务。这里还有一个[开源的 Android 应用](https://github.com/binwiederhier/ntfy-android),可以在[Google Play](https://play.google.com/store/apps/details?id=io.heckel.ntfy) 或 [F-Droid](https://f-droid.org/en/packages/io.heckel.ntfy/) 上找到,还有一个[开源的 iOS 应用](https://github.com/binwiederhier/ntfy-ios),可以在[App Store](https://apps.apple.com/us/app/ntfy/id1625396347) 上找到。
|
||
|
||
## 使用说明
|
||
|
||
可以通过修改配置文件来自定义设置,文件路径如下,按需修改,将`server.yml.sample`修改为`server.yml`,
|
||
|
||
然后自定义修改内容即可。
|
||
|
||
```
|
||
/opt/1panel/apps/local/ntfy/ntfy/data/ntfy/server.yml.sample
|
||
``` |