ntfy notifications from unRAID using curl

#!/bin/bash OUTPUT=$(docker image prune -af | tail -1) topicurl=https://ntfy.example.com/topic curl --insecure \ -d "$OUTPUT" \ -H "Title: Dangling images cleaned on $(hostname)" \ $topicurl

October 28, 2024 · 1 min · Ismael Lamberty