Failed to authenticate. API Error: 401 Invalid authentication credentials

[2026-05-20] vault sync
This commit is contained in:
Alexey Martemyanov
2026-05-20 03:08:06 +06:00
parent 6ee58a9461
commit 8f030c5981
14 changed files with 424 additions and 34 deletions
+5 -17
View File
@@ -1,5 +1,6 @@
---
title: "*arr Stack на Кракене — Pitfalls & Config"
namespace: work
type: reference
tags:
- kraken
@@ -9,7 +10,9 @@ tags:
- arr
- pitfalls
created: '2026-05-19'
updated: '2026-05-19'
updated: '2026-05-20'
last_synced: '2026-05-20'
confidence: 0.9
---
# *arr Stack на Кракене — Pitfalls & Config
@@ -31,22 +34,7 @@ Prowlarr (9696) → Radarr (7878) + Sonarr (8989) → Transmission (9091) → Je
Конфиг: `/etc/nginx/openmediavault-webgui.d/media-services.conf` (используем `^~` prefix чтобы перебить OMV regex `.json` location).
**⚠️ Pitfall:** OMV имеет regex `location ~* \.json---
title: "*arr Stack на Кракене — Pitfalls & Config"
type: reference
tags:
- kraken
- radarr
- sonarr
- prowlarr
- arr
- pitfalls
created: '2026-05-19'
updated: '2026-05-19'
---
# *arr Stack на Кракене — Pitfalls & Config
который перехватывает все JSON запросы (в т.ч. `/sonarr/initialize.json`). Без `^~` сервисы открываются белым экраном.
**⚠️ Pitfall:** OMV имеет regex `location ~* \.json$` который перехватывает все JSON запросы (в т.ч. `/sonarr/initialize.json`). Без `^~` сервисы открываются белым экраном.
## Docker Networks