Skip to content

Commit f613b55

Browse files
authored
Update Ntfy.handlebars (#298)
1 parent e666f28 commit f613b55

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Jellyfin.Plugin.Webhook/Templates/Ntfy.handlebars

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
##Correct: https://ntfy.sh[:PORT]
88
##Incorrect: https://ntfy.sh[:PORT]/jellyfin
99
##
10+
##For use with enabled Access Controll (Authentification)
11+
##Add Request Header acording to https://docs.ntfy.sh/publish/#authentication
12+
##
1013
##The topic ("jellyfin"), priorities (1-5) and of course titles & messages are specified within this JSON template. Modify them as you wish.
1114
##<----- REMOVE THESE LINES!!!
1215
{
@@ -107,4 +110,4 @@
107110
"priority": 5,
108111
"message": "---\n**- User:** {{{NotificationUsername}}}\n**- Device/Client:** {{{DeviceName}}} - {{{ClientName}}}\n**- IP Address:** {{{RemoteEndPoint}}}\n**- Issue:** User has been locked out!"
109112
{{/if_equals}}
110-
}
113+
}

0 commit comments

Comments
 (0)