fix: add common webhook config check for SOFARR_BASE_URL and SOFARR_WEBHOOK_SECRET

- Ombi webhook status now checks for required environment variables
- Added GET /api/webhook/config endpoint for common webhook config validation
- Updated client-side fetchWebhookStatus to use common config check
- Added integration tests for new endpoint and Ombi webhook status checks
This commit is contained in:
2026-05-22 09:16:23 +01:00
parent 9862c0555c
commit f1e0a77fad
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "sofarr",
"version": "1.7.1",
"version": "1.7.2",
"description": "A personal media download dashboard that shows your downloads 'so far' while you relax on the sofa waiting for your *arr services to finish",
"main": "server/index.js",
"scripts": {