feat: 续费提醒告警(Telegram/邮件多渠道+续费检查+每日定时+前端控制)

This commit is contained in:
gouki
2026-08-02 18:55:18 +00:00
parent 3ef84180b4
commit 99349875ae
10 changed files with 327 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
# 续费提醒每日检查定时器(每天早上 9 点)
# 部署位置:/etc/systemd/system/vps-renewal-check.timer
[Unit]
Description=Daily renewal check and notification
[Timer]
OnCalendar=*-*-* 09:00:00
Persistent=true
Unit=vps-renewal-check.service
[Install]
WantedBy=timers.target