Skip to content

Commit e559d25

Browse files
committed
add coder_notifications_inbox_enabled
1 parent ce8e237 commit e559d25

File tree

1 file changed

+8
-3
lines changed
  • docs/admin/monitoring/notifications

1 file changed

+8
-3
lines changed

docs/admin/monitoring/notifications/index.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,17 @@ These notifications are sent to the workspace owner:
5656

5757
## Delivery Methods
5858

59-
Notifications can be delivered in the Coder dashboard and by SMTP or webhook.
59+
Notifications can be delivered through the Coder dashboard Inbox and by SMTP or webhook.
6060
OOM/OOD notifications can be delivered to users in VS Code.
6161

62-
You can choose SMTP or webhook globally with
62+
You can configure:
63+
64+
- SMTP or webhooks globally with
6365
[`CODER_NOTIFICATIONS_METHOD`](../../../reference/cli/server.md#--notifications-method)
6466
(default: `smtp`).
65-
When there are no delivery methods configured, notifications are disabled.
67+
- Coder dashboard Inbox with
68+
[`CODER_NOTIFICATIONS_INBOX_ENABLED`](../../../reference/cli/server.md#--notifications-inbox-enabled)
69+
(default: `true`).
6670

6771
Premium customers can configure which method to use for each of the supported
6872
[Events](#workspace-events).
@@ -78,6 +82,7 @@ You can modify the notification delivery behavior in your Coder deployment's
7882
| ✔️ | `--notifications-dispatch-timeout` | `CODER_NOTIFICATIONS_DISPATCH_TIMEOUT` | `duration` | How long to wait while a notification is being sent before giving up. | 1m |
7983
| ✔️ | `--notifications-method` | `CODER_NOTIFICATIONS_METHOD` | `string` | Which delivery method to use (available options: 'smtp', 'webhook'). See [Delivery Methods](#delivery-methods) below. | smtp |
8084
| -️ | `--notifications-max-send-attempts` | `CODER_NOTIFICATIONS_MAX_SEND_ATTEMPTS` | `int` | The upper limit of attempts to send a notification. | 5 |
85+
| -️ | `--notifications-inbox-enabled` | `CODER_NOTIFICATIONS_INBOX_ENABLED` | `bool` | Enable or disable inbox notifications in the Coder dashboard. | true |
8186

8287
### Configure OOM/OOD notifications
8388

0 commit comments

Comments
 (0)