Skip to content

Commit

Permalink
fix push_title
Browse files Browse the repository at this point in the history
  • Loading branch information
manduted committed Jun 4, 2024
1 parent 730351a commit 6c48e73
Show file tree
Hide file tree
Showing 3 changed files with 268 additions and 269 deletions.
64 changes: 32 additions & 32 deletions .config/notification_provider.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
---
pushdeer:
type: pushdeer_notification_provider
enable: false
host: https://api2.pushdeer.com
push_keys:
- your push keys
telegram:
type: telegram_notification_provider
enable: false
host: https://api.telegram.org
bot_token: your bot token
channel_name: your channel name
channel_chat_id:
qq:
type: qq_notification_provider
enable: false
host: http://127.0.0.1:5700
accessToken:
target_qq: 12345678
bark:
type: bark_notification_provider
enable: false
host: https://api.day.app
device_token: 12345678
slack:
type: slack_notification_provider
enable: false
host: https://hooks.slack.com/services/XXXXXXXXXX
channel: channel_name
username: bot_name
title_lan: en/zh
---
pushdeer:
type: pushdeer_notification_provider
enable: false
host: https://api2.pushdeer.com
push_keys:
- your push keys
telegram:
type: telegram_notification_provider
enable: false
host: https://api.telegram.org
bot_token: your bot token
channel_name: your channel name
channel_chat_id:
qq:
type: qq_notification_provider
enable: false
host: http://127.0.0.1:5700
accessToken:
target_qq: 12345678
bark:
type: bark_notification_provider
enable: false
host: https://api.day.app
device_token: 12345678
slack:
type: slack_notification_provider
enable: false
host: https://hooks.slack.com/services/XXXXXXXXXX
channel: channel_name
username: bot_name
title_emoji: none/emoji_name
Loading

0 comments on commit 6c48e73

Please sign in to comment.