scripts/notify-ntfy.sh aktualisiert

This commit is contained in:
2025-11-02 09:49:54 +01:00
parent 28d0de3e4a
commit 25b9dff55c

View File

@@ -1,4 +1,9 @@
#!/usr/bin/env bash
# Auto-load /etc/default/ntfy-env if present
if [ -r /etc/default/ntfy-env ]; then
set -a; . /etc/default/ntfy-env; set +a
fi
# Lightweight ntfy notifier: usable as library (source) or CLI.
# Usage (CLI):
# notify-ntfy.sh "topic" "Title" "Body" [priority] [tags]