Auto-Tagger — one-click Connect webhook auto-install (issue #422). A follow-up to the real-time webhook plumbing that shipped in 2.18.0: instead of hand-pasting the URL and Authorization: Bearer … header into every Sonarr/Radarr's Connect settings, you can now select your enabled instances inside the Auto-Tagger settings panel and push the canonical webhook to all of them in a single click.
Added
- One-click webhook auto-install for Sonarr/Radarr Connect. The Auto-Tagger settings panel grew an Auto-install sub-section that lists every enabled Sonarr/Radarr instance with its current install state (Installed / Not installed / Probe failed). Selecting one or more instances and clicking "Install / Update on N instances" pushes the
arr-dashboard auto-taggernotification (URL + Bearer secret + event flags) to each *arr's/api/v3/notificationendpoint. Idempotent — re-running updates the existing notification by name match. Per-instance failures (auth error, *arr offline) surface individually without blocking the rest of the batch. The install URL is derived fromSystemSettings.externalUrlwhen configured, falling back to Fastify'strustProxy-aware request fields, so a forgedHostheader cannot redirect Connect traffic to an attacker. Backed byGET /api/auto-tag/webhook/install/statusandPOST /api/auto-tag/webhook/install. Closes #422 (#423).
Docs: Auto-Tagger wiki · Full changelog
Pull from Docker Hub: docker pull khak1s/arr-dashboard:2.18.2 (or :latest)