You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Jellyfin.Plugin.Webhook/Templates/Ntfy.handlebars
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@
7
7
##Correct: https://ntfy.sh[:PORT]
8
8
##Incorrect: https://ntfy.sh[:PORT]/jellyfin
9
9
##
10
+
##For use with enabled Access Controll (Authentification)
11
+
##Add Request Header acording to https://docs.ntfy.sh/publish/#authentication
12
+
##
10
13
##The topic ("jellyfin"), priorities (1-5) and of course titles & messages are specified within this JSON template. Modify them as you wish.
11
14
##<----- REMOVE THESE LINES!!!
12
15
{
@@ -107,4 +110,4 @@
107
110
"priority": 5,
108
111
"message": "---\n**- User:** {{{NotificationUsername}}}\n**- Device/Client:** {{{DeviceName}}} - {{{ClientName}}}\n**- IP Address:** {{{RemoteEndPoint}}}\n**- Issue:** User has been locked out!"
0 commit comments