added ntfy alerts and removed sudo

This commit is contained in:
2025-10-02 08:50:43 +02:00
parent 1c4c7f0c24
commit 00f7f43ebd
4 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
# Variables for ntfy alerts
ntfy_url: "https://ntfy.sh/YOUR_TOPIC_HERE"
ntfy_ssh_login_message: "SSH login on $(hostname) for user $USER from $(echo $SSH_CONNECTION | cut -d ' ' -f 1)"