Skip to content

sofmeright/ntfy-glc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

33 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ntfy (Gitlab CI/CD Component)

CI/CD component to provide ntfy web-push notifications as a stage within GitLab runs.

web-push

Ungrouped

Name Required Default Description
as 🚫 "ntfy-web-push" Name of the CI/CD job generated by the component.
stage 🚫 "ntfy" Name of the Stage the component's job belongs to.
ntfy_token βœ… "" ntfy access token used to authenticate to the ntfy server.
ntfy_url 🚫 "https://ntfy.pcfae.com/Ad_Arbitorium-GitOps" URL of the ntfy server and topic for the notification. i.e. https://ntfy.sh/gitlab
msg_action 🚫 "" Defines a scripted action the user can opt in to on recieving the web-push notification.
msg_attach 🚫 "" The url of an image or other file to be attached to the ntfy web-push notification.
msg_body 🚫 "${CI_PROJECT_NAME}: ${MSG_STATE} (ref ${CI_COMMIT_REF_NAME})" The message that should be sent using this ntfy component.
msg_click 🚫 "" A url that should be opened when the user clicks on the message.
msg_markdown 🚫 "" If set to true, the message body is processed as markdown formatted text.
msg_priority 🚫 "low" The priority level of the notification that will be sent.
msg_tags 🚫 "bell" Comma seperated Tags/Emoji the message should be marked with. (i.e. tags:scream_cat,smiley_cat)
msg_title 🚫 "Gitlab ntfy Component" The title that the ntfy web-push message will be sent with.

About

GitLab CI/CD Component to provide ntfy web-push notifications as a stage within GitLab runs.

Resources

Stars

Watchers

Forks

Packages

No packages published