more tools

This commit is contained in:
2025-08-29 09:40:20 +03:00
parent 4346b838ed
commit 4448764bca
15 changed files with 513 additions and 24 deletions

10
ssh-notify/example.conf Normal file
View File

@@ -0,0 +1,10 @@
# Email Notification Settings
EMAIL_RECIPIENT=""
EMAIL_API_ENDPOINT="https://mail-proxy.example.org/api/mail"
# Telegram Notification Settings
TELEGRAM_BOT_TOKEN=""
TELEGRAM_CHAT_ID=""
# Log file for the notifier script
LOG_FILE="/var/log/ssh-notify.log"