issues
search
Sitoi
/
dailycheckin
基于「Docker」/「青龙面板」/「群晖」的每日签到脚本(支持多账号)签到列表: |爱奇艺|全民K歌|有道云笔记|百度贴吧|Bilibili|V2EX|AcFun|什么值得买|阿里云盘|i茅台申购|小米运动|百度搜索资源平台|恩山论坛|奥拉星|
https://sitoi.github.io/dailycheckin/
MIT License
6.79k
stars
1.22k
forks
source link
增加ntfy和gotify推送方式
#451
Open
qiaoyun680
opened
1 month ago
qiaoyun680
commented
1 month ago
448
增添两条通知渠道
在源代码基础上添加两条通知渠道;
Ntfy
Gotify
新增文档
新增参数
GOTIFY_URL # gotify地址,如https://push.example.de:8080
GOTIFY_TOKEN # gotify的消息应用token
GOTIFY_PRIORITY # 推送消息优先级,默认为0
NTFY_URL # ntfy地址,如https://ntfy.sh
NTFY_TOPIC # ntfy的消息应用topic
NTFY_PRIORITY # 推送消息优先级,默认为3
448
增添两条通知渠道
在源代码基础上添加两条通知渠道;
新增文档
新增参数