Skip to content

MeshCentral Does Not Send Notifications to NTFY with Basic Authorization #5571

Closed Answered by si458
Creogenesis asked this question in Issues
Discussion options

You must be logged in to vote

your config.json is incorrect, the should only be 1 ntfy option

so it should be

"messaging": {
  "ntfy": {
     "host": "https://myserverntfy.com",
     "authorization": "Basic ----------------"
  }
},
"_smtp": {

you only set "ntfy": true if you want to use the normal public ntfy server not your own!

edit: also the youtube video was made BEFORE i added the authorization section the other month!
also let me know which docs u followed and ill check if i may have made a BOOBOO with explaining it

EDIT2: also the host should be JUST THE DOMAIN NAME and NOT INCLUDE https://
const url = 'https://' + (((typeof parent.config.messaging.ntfy == 'object') && (typeof parent.config.messaging.ntfy.host…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
7 replies
@Creogenesis
Comment options

@si458
Comment options

si458 Nov 21, 2023
Collaborator

@Creogenesis
Comment options

@si458
Comment options

si458 Nov 21, 2023
Collaborator

@si458
Comment options

si458 Nov 21, 2023
Collaborator

Answer selected by si458
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Issues
Labels
None yet
3 participants