feat SynologyChat

This commit is contained in:
jxxghp
2023-09-22 15:40:23 +08:00
parent ea160afd90
commit 7f6beb2a78
8 changed files with 309 additions and 4 deletions

View File

@ -106,6 +106,10 @@ class Settings(BaseSettings):
SLACK_APP_TOKEN: str = ""
# Slack 频道名称
SLACK_CHANNEL: str = ""
# SynologyChat Webhook
SYNOLOGYCHAT_WEBHOOK: str = ""
# SynologyChat Token
SYNOLOGYCHAT_TOKEN: str = ""
# 下载器 qbittorrent/transmission
DOWNLOADER: str = "qbittorrent"
# 下载器监控开关