74
74
75
75
Notifications can currently be delivered by either SMTP or webhook. Each message
76
76
can only be delivered to one method, and this method is configured globally with
77
- [ ` CODER_NOTIFICATIONS_METHOD ` ] ( https://coder.com/docs/ reference/cli /server#--notifications-method)
77
+ [ ` CODER_NOTIFICATIONS_METHOD ` ] ( ../../ reference/server#--notifications-method)
78
78
(default: ` smtp ` ).
79
79
80
80
Enterprise customers can configure which method to use for each of the supported
@@ -229,14 +229,14 @@ All users have the option to opt-out of any notifications. Go to **Account** ->
229
229
** Notifications** to turn notifications on or off. The delivery method for each
230
230
notification is indicated on the right hand side of this table.
231
231
232
- ![ User Notification Preferences] ( ../images/user-notification-preferences.png )
232
+ ![ User Notification Preferences] ( ../../ images/user-notification-preferences.png )
233
233
234
234
## Delivery Preferences (enterprise)
235
235
236
236
Administrators can configure which delivery methods are used for each different
237
237
[ event type] ( #event-types ) .
238
238
239
- ![ preferences] ( ../images/admin/notification-admin-prefs.png )
239
+ ![ preferences] ( ../../ images/admin/notification-admin-prefs.png )
240
240
241
241
You can find this page under
242
242
` https://$CODER_ACCESS_URL/deployment/notifications?tab=events ` .
@@ -247,10 +247,10 @@ Administrators may wish to stop _all_ notifications across the deployment. We
247
247
support a killswitch in the CLI for these cases.
248
248
249
249
To pause sending notifications, execute
250
- [ ` coder notifications pause ` ] ( https://coder.com/docs /reference/cli/notifications_pause) .
250
+ [ ` coder notifications pause ` ] ( ../.. /reference/cli/notifications_pause) .
251
251
252
252
To resume sending notifications, execute
253
- [ ` coder notifications resume ` ] ( https://coder.com/docs /reference/cli/notifications_resume) .
253
+ [ ` coder notifications resume ` ] ( ../.. /reference/cli/notifications_resume) .
254
254
255
255
## Troubleshooting
256
256
@@ -277,7 +277,7 @@ Messages older than 7 days are deleted.
277
277
278
278
### Message States
279
279
280
- ![ states] ( ../images/admin/notification-states.png )
280
+ ![ states] ( ../../ images/admin/notification-states.png )
281
281
282
282
_ A notifier here refers to a Coder replica which is responsible for dispatching
283
283
the notification. All running replicas act as notifiers to process pending
0 commit comments