March 12, 20242 yr My Ntfy server is docker container. Everything works fine except notification from Unraid, nothing is send when I use TEST button This is my config:
July 26, 20241 yr Did you find a solution to this? I have the same problem. I know my topic and token work because I tested them from the command line.
July 26, 20241 yr Author Solution Just now, Mercian said: Did you find a solution to this? I have the same problem. I know my topic and token work because I tested them from the command line. Yes I found what was the problem. You need to check this option in docker settings: “Host access to custom networks:” This will make ntfy container visible for Unraid host
July 26, 20241 yr Thanks for the quick reply! I probably should have explained more, I'm not running ntfy in docker or on unraid so I don't think it will be a network issue. My ntfy works great with other software like uptime Kuma but not unraid
July 26, 20241 yr Author Ok I understand. First try to ping ntfy server for Unraid in console and see if it is visible then try to post message from console (replace token and url) curl \ -H "Authorization: Bearer tk_AgQdq7mVBoFD37zQVN29RhuMzNIz2" \ -d "Look ma, with auth" \ https://ntfy.example.com/mysecrets https://docs.ntfy.sh/publish/#access-tokens Edited July 26, 20241 yr by Vitek
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.