-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ntfy custom server not working #6488
Comments
I also have a self-hosted ntfy server and it works fine with meshcentral 1.1.32 |
I have my self-hosted nfty setup so only authenticated user can send notifications or with Token. |
Ntfy logs found one error:
|
@Raito00 have you verified you can send a message to your topic without meshcentral first? better docs - https://docs.ntfy.sh/publish/#authentication |
Yes! I`m using my ntfy few years.
or simple one:
|
@Raito00, have u ever had ntfy working with meshcentral, or is this the first time setting it up? U also didn't quite follow the bug template report correctly. What nodejs version are u using? Is the ssl on ur ntfy domain a valid ssl or self signed? |
This is first time i try use on Meshcentral. P.S. |
Sure, please email me details with link etc, I'll be stationary in 2 hours 🚗 |
Signed-off-by: si458 <simonsmith5521@gmail.com>
ok this is all fixed now! |
Steps to reprosduce:
Set up a self-hosted ntfy server (e.g. ntfy.example.com)
Configure MeshCentral messaging to use the self-hosted ntfy server:**
Attempt to send a test notification in MeshCentral
Expected Behavior
A verification code should be sent to the ntfy client to approve the MeshCentral server. Once approved, notifications should work properly.
Actual Behavior
The verification code is not sent from the MeshCentral server to the self-hosted ntfy server. Notifications do not work with the self-hosted ntfy server.
Workaround
Using the public ntfy.sh host works properly.
Additional Details
MeshCentral version: v1.1.32
ntfy server version: v2.8.0
Notifications to and from the self-hosted ntfy server works properly. Including SMTP to and from the self-hosted ntfy server.
NTFY Server Software (please complete the following information):
OS: Ubuntu 22.04
Virtualization: none
Network: LAN/WAN, reverse proxy.
Version: v2.8.0
MeshCentral Server Software (please complete the following information):
OS: Ubuntu 22.04
Virtualization: none
Network: LAN/WAN
Version: 1.1.32
** redacted snippet of messaging section from config.json file**
I also tested with:
The same problem ...
The text was updated successfully, but these errors were encountered: