Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add push backend: telegram
  • Loading branch information
yurenchen000 authored Oct 21, 2024
1 parent 3590f1c commit 236d674
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ declare -A mount_thresholds=(
supported notify backends
- pushplus
- serverchan
- telegram bot

<br>

Expand All @@ -38,12 +39,18 @@ check frequency
- save_interval=3600 // 1 hour
- check_interval=300 // 5 min

<br>

## 🚀 Usage

// edit conf base on example
cp -pv _disk_notify_global.example _disk_notify_global
// Modify the configuration according to your needs

conf file
- ./_disk_notify_global
- ~/.config/_disk_notify

<br>

// run in background
Expand Down

0 comments on commit 236d674

Please sign in to comment.