feat(FN-4078): add ntfy access token support to notifications
Adds ntfy access token support to Fusion's notification system, wiring the token through the core settings schema, dashboard UI (SettingsModal), engine notifier, and notification pipeline, with corresponding tests across core, dashboard, and engine packages; also updates settings and storage documen Fusion-Task-Id: FN-4078
This commit is contained in:
@@ -94,6 +94,8 @@ API endpoints reviewed:
|
||||
| `defaultThinkingLevel` | Global | `GET/PUT /api/settings/global` | Default reasoning effort |
|
||||
| `ntfyEnabled` | Global | `GET/PUT /api/settings/global` | Notifications enabled |
|
||||
| `ntfyTopic` | Global | `GET/PUT /api/settings/global` | Ntfy topic |
|
||||
| `ntfyBaseUrl` | Global | `GET/PUT /api/settings/global` | Custom ntfy server base URL override |
|
||||
| `ntfyAccessToken` | Global | `GET/PUT /api/settings/global` | Access token for authenticated ntfy publishes |
|
||||
| `ntfyEvents` | Global | `GET/PUT /api/settings/global` | Notification event filters |
|
||||
| `ntfyDashboardHost` | Global | `GET/PUT /api/settings/global` | Host for deep links |
|
||||
| `defaultProjectId` | Global | `GET/PUT /api/settings/global` | CLI default project |
|
||||
|
||||
Reference in New Issue
Block a user