Update Ntfy.handlebars (#298)
Some checks failed
🏗️ Build Plugin / call (push) Has been cancelled
📝 Create/Update Release Draft & Release Bump PR / call (push) Has been cancelled
🔬 Run CodeQL / call (push) Has been cancelled
🧪 Test Plugin / call (push) Has been cancelled
🏷️ Sync labels / call (push) Has been cancelled

This commit is contained in:
Tom Hartwich 2024-10-31 23:16:28 +01:00 committed by GitHub
parent e666f28c92
commit f613b552ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,9 @@
##Correct: https://ntfy.sh[:PORT] ##Correct: https://ntfy.sh[:PORT]
##Incorrect: https://ntfy.sh[:PORT]/jellyfin ##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. ##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!!! ##<----- REMOVE THESE LINES!!!
{ {
@ -107,4 +110,4 @@
"priority": 5, "priority": 5,
"message": "---\n**- User:** {{{NotificationUsername}}}\n**- Device/Client:** {{{DeviceName}}} - {{{ClientName}}}\n**- IP Address:** {{{RemoteEndPoint}}}\n**- Issue:** User has been locked out!" "message": "---\n**- User:** {{{NotificationUsername}}}\n**- Device/Client:** {{{DeviceName}}} - {{{ClientName}}}\n**- IP Address:** {{{RemoteEndPoint}}}\n**- Issue:** User has been locked out!"
{{/if_equals}} {{/if_equals}}
} }