Allow internal Paperless webhook target

This commit is contained in:
2026-05-08 00:09:13 +02:00
parent 58e737d5cd
commit bdd8501467
10 changed files with 40 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ const listStmt = db.prepare("SELECT key, value FROM settings");
export type SettingKey =
| "paperlessBaseUrl"
| "paperlessExternalUrl"
| "paperlessWebhookUrl"
| "appExternalUrl"
| "appLocale"
| "paperlessToken"