-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #451 from qiaoyun680/main
增加ntfy和gotify推送方式
- Loading branch information
Showing
16 changed files
with
324 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
import { Cards, Card } from 'nextra/components' | ||
import { Callout } from 'nextra/components' | ||
|
||
<Cards> | ||
<Card | ||
title="BARK" | ||
href="/settings/notify/bark" | ||
/> | ||
<Card | ||
title="CoolPush" | ||
href="/settings/notify/coolpush" | ||
/> | ||
<Card | ||
title="钉钉" | ||
href="/settings/notify/dingtalk" | ||
/> | ||
<Card | ||
title="飞书" | ||
href="/settings/notify/feishu" | ||
/> | ||
<Card | ||
title="PushPlus" | ||
href="/settings/notify/pushplus" | ||
/> | ||
<Card | ||
title="Qmsg 酱" | ||
href="/settings/notify/qmsg" | ||
/> | ||
<Card | ||
title="企业微信应用消息" | ||
href="/settings/notify/qywx" | ||
/> | ||
<Card | ||
title="企业微信群机器人" | ||
href="/settings/notify/qywxrobot" | ||
/> | ||
<Card | ||
title="Server 酱" | ||
href="/settings/notify/server" | ||
/> | ||
<Card | ||
title="Telegram" | ||
href="/settings/notify/telegram" | ||
/> | ||
<Card | ||
title="Server 酱 TURBO" | ||
href="/settings/notify/turbo" | ||
/> | ||
<Card | ||
title="Ntfy" | ||
href="/settings/notify/ntfy" | ||
/> | ||
<Card | ||
title="Gotify" | ||
href="/settings/notify/gotify" | ||
/> | ||
</Cards> | ||
|
||
# GOTIFY | ||
|
||
|
||
### 配置示例 | ||
|
||
```json filename="config.json" copy | ||
{ | ||
"GOTIFY_URL": "", | ||
"GOTIFY_TOKEN": "", | ||
"GOTIFY_PRIORITY": "", | ||
} | ||
``` | ||
|
||
| 参数 | 说明 | | ||
| :--------------: | :--------------------------------------------------------------------------------------------: | | ||
| _**GOTIFY_URL**_ | [GOTIFY] ,填写 `GOTIFY_URL` | | ||
| _**GOTIFY_TOKEN**_| 填写 `GOTIFY_TOKEN` | | ||
| _**GOTIFY_PRIORITY**_| 填写 `GOTIFY_PRIORITY` | | ||
| _**MERGE_PUSH**_ | **true**: 将推送消息合并;**false**: 分开推送 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
import { Cards, Card } from 'nextra/components' | ||
import { Callout } from 'nextra/components' | ||
|
||
<Cards> | ||
<Card | ||
title="BARK" | ||
href="/settings/notify/bark" | ||
/> | ||
<Card | ||
title="CoolPush" | ||
href="/settings/notify/coolpush" | ||
/> | ||
<Card | ||
title="钉钉" | ||
href="/settings/notify/dingtalk" | ||
/> | ||
<Card | ||
title="飞书" | ||
href="/settings/notify/feishu" | ||
/> | ||
<Card | ||
title="PushPlus" | ||
href="/settings/notify/pushplus" | ||
/> | ||
<Card | ||
title="Qmsg 酱" | ||
href="/settings/notify/qmsg" | ||
/> | ||
<Card | ||
title="企业微信应用消息" | ||
href="/settings/notify/qywx" | ||
/> | ||
<Card | ||
title="企业微信群机器人" | ||
href="/settings/notify/qywxrobot" | ||
/> | ||
<Card | ||
title="Server 酱" | ||
href="/settings/notify/server" | ||
/> | ||
<Card | ||
title="Telegram" | ||
href="/settings/notify/telegram" | ||
/> | ||
<Card | ||
title="Server 酱 TURBO" | ||
href="/settings/notify/turbo" | ||
/> | ||
<Card | ||
title="Ntfy" | ||
href="/settings/notify/ntfy" | ||
/> | ||
<Card | ||
title="Gotify" | ||
href="/settings/notify/gotify" | ||
/> | ||
</Cards> | ||
|
||
# NTFY | ||
|
||
|
||
### 配置示例 | ||
|
||
```json filename="config.json" copy | ||
{ | ||
"NTFY_URL": "", | ||
"NTFY_TOPIC": "", | ||
"NTFY_PRIORITY": "", | ||
} | ||
``` | ||
|
||
| 参数 | 说明 | | ||
| :--------------: | :--------------------------------------------------------------------------------------------: | | ||
| _**NTFY_URL**_ | [NTFY](https://ntfy.sh) ,填写 `NTFY_URL` 例: `https://ntfy.sh` 也可以自建服务端 | | ||
| _**NTFY_TOPIC**_| 填写 `NTFY_TOPIC` 例: `dailycheckin` | | ||
| _**NTFY_PRIORITY**_| 填写 `NTFY_PRIORITY` 例: `3`, 默认为3 | | ||
| _**MERGE_PUSH**_ | **true**: 将推送消息合并;**false**: 分开推送 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.