[READ-ONLY] Mirror of https://github.com/FoxxMD/deploy-ntfy-alerter.
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: Add resolved options

FoxxMD (Dec 16, 2024, 1:20 PM EST) 23d40fda f3273b52

+8
+8
README.md
··· 49 49 50 50 # Set whether to include Komodo Severity Level in notification title 51 51 #LEVEL_IN_TITLE=true 52 + 53 + # Prefixes messages with a checkmark when the Alert is in the 'Resolved' state 54 + #INDICATE_RESOLVED=true 55 + 56 + # Filter if an alert is pushed based on its Resolved status 57 + # * leave unset to push all alerts 58 + # * otherwise, alerts will only be pushed if Alert is one of the comma-separated states set here 59 + #ALLOW_RESOLVED_TYPE=resolved,unresolved 52 60 """ 53 61 54 62 [[variable]]