Ntfy binwiederhier/ntfy https://hub.docker.com/r/binwiederhier/ntfy bridge sh false https://forums.unraid.net/topic/130941-support-kostecki-docker-templates https://ntfy.sh ntfy (pronounce: notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, entirely without signup, cost or setup. It's also open source if you want to run your own. Publishing a message to a topic is as simple as: curl -d "Backup successful 😀" ntfy.sh/mytopic By default, the ntfy server is open for everyone, meaning everyone can read and write to any topic (this is how ntfy.sh is configured). To restrict access to your own server, you can optionally configure authentication and authorization using NTFY_AUTH_FILE and NTFY_AUTH_DEFAULT_ACCESS. After that, simply create an admin user: ntfy user add --role=admin phil password: mypass confirm: mypass user phil added with role admin Once you've done that, you can publish and subscribe using Basic Auth with the given username/password. Tools: http://[IP]:[PORT:80]/ https://raw.githubusercontent.com/Kostecki/unraid-ca-templates/main/templates/ntfy.xml https://raw.githubusercontent.com/binwiederhier/ntfy/main/docs/static/img/ntfy.png --restart unless-stopped serve 8080 https://ntfy.israndom.win app https://ntfy.sh /config/cache.db 12h /config/user.db deny-all /config/attachments 5G 15M 3h info /mnt/user/appdata/ntfy