Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Ntfy.handlebars #298

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Ntfy.handlebars
adding note for use with enabled auth.
  • Loading branch information
Sk4lli authored Oct 31, 2024
commit ecd99b64b46ca843c8dacfd330269cfcf67185fc
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**- Issue:** User has been locked out!"
{{/if_equals}}
}
}