Skip to content

Commit e68330a

Browse files
authored
fixed ntfy format in Add Channel (#137)
1 parent 60d5ea0 commit e68330a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/api/notifications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export const SHOUTRRR_SERVICES = [
205205
{ value: "join", label: "Join", example: "join://APIKEY@DEVICE/?icon=URL&title=TITLE" },
206206
{ value: "mattermost", label: "Mattermost", example: "mattermost://HOSTNAME/TOKEN" },
207207
{ value: "matrix", label: "Matrix", example: "matrix://USERNAME:PASSWORD@HOSTNAME:PORT/ROOM" },
208-
{ value: "ntfy", label: "ntfy", example: "ntfy://TOPIC@HOSTNAME" },
208+
{ value: "ntfy", label: "ntfy", example: "ntfy://[USER:PASS@]HOSTNAME/topic" },
209209
{ value: "opsgenie", label: "OpsGenie", example: "opsgenie://APIKEY" },
210210
{ value: "pushbullet", label: "Pushbullet", example: "pushbullet://APIKEY" },
211211
{ value: "pushover", label: "Pushover", example: "pushover://:API_TOKEN@USER_KEY" },

0 commit comments

Comments
 (0)