5 lines
189 B
YAML
5 lines
189 B
YAML
---
|
|
# 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)"
|