feat: Implement notification system with Apprise integration and credential checks

This commit is contained in:
Christian Krakau-Louis
2025-04-11 01:55:10 +02:00
parent 0dad3cbb95
commit ce91dc8c79
16 changed files with 820 additions and 6 deletions
+4 -1
View File
@@ -27,4 +27,7 @@ msal>=1.20.0
boto3>=1.28.0
# SFTP
paramiko>=3.4.0 # SSH/SFTP implementation for Python
paramiko>=3.4.0 # SSH/SFTP implementation for Python
# Notification service
apprise>=1.4.0