Automate Paperless webhook setup

This commit is contained in:
2026-05-07 23:57:42 +02:00
parent f913bc0ba6
commit 58e737d5cd
8 changed files with 184 additions and 4 deletions

View File

@@ -37,7 +37,8 @@ export type SettingKey =
| "aiSystemPrompt"
| "aiTimeoutSeconds"
| "aiMaxTokens"
| "paperlessWebhookSecret";
| "paperlessWebhookSecret"
| "paperlessWorkflowId";
export type StoredSettings = Partial<Record<SettingKey, unknown>>;