Skip to content

Commit

Permalink
Update Ntfy.handlebars (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sk4lli authored Oct 31, 2024
1 parent e666f28 commit f613b55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jellyfin.Plugin.Webhook/Templates/Ntfy.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
##Correct: https://ntfy.sh[:PORT]
##Incorrect: https://ntfy.sh[:PORT]/jellyfin
##
##For use with enabled Access Controll (Authentification)
##Add Request Header acording to https://docs.ntfy.sh/publish/#authentication
##
##The topic ("jellyfin"), priorities (1-5) and of course titles & messages are specified within this JSON template. Modify them as you wish.
##<----- REMOVE THESE LINES!!!
{
Expand Down Expand Up @@ -107,4 +110,4 @@
"priority": 5,
"message": "---\n**- User:** {{{NotificationUsername}}}\n**- Device/Client:** {{{DeviceName}}} - {{{ClientName}}}\n**- IP Address:** {{{RemoteEndPoint}}}\n**- Issue:** User has been locked out!"
{{/if_equals}}
}
}

0 comments on commit f613b55

Please sign in to comment.