Files
2026-09-07 11:37:56 -04:00

398 B

NTFY

Running ntfy

podman run \
-v ntfy:/var/cache/ntfy \
-v ./active/container_ntfy/server.yml:/etc/ntfy/server.yml:z \
-p 8001:80 \
-it \
docker.io/binwiederhier/ntfy:latest \
serve \
--cache-file /var/cache/ntfy/cache.db

Testing with Curl

# Publish a topic
curl -d "Backup successful" localhost:8001/mytopic

# Listen on a topic
curl -s localhost:8001/mytopic