Skip to content

v1.6.2 — Prowlarr support

Choose a tag to compare

@martinargalas martinargalas released this 09 Jun 09:17
· 14 commits to main since this release

What's new

Prowlarr proxy

Prowlarr is now supported as a backend service. Configure the URL and API key in the integration setup to enable the Indexers section in the card.

Proxied endpoints:

  • GET prowlarr/indexers — indexer list with embedded status
  • GET prowlarr/indexerstatus — indexer error/warning details
  • GET prowlarr/indexerstats — search success rates, response times, grab counts
  • GET prowlarr/history — search history with pagination and filters
  • GET prowlarr/search — manual search queries
  • GET prowlarr/useragents — per-user-agent grab statistics
  • GET prowlarr/appprofiles — configured app profiles

The capabilities endpoint (GET arr_stack/capabilities) now includes "prowlarr": true/false so the card can immediately hide the section when Prowlarr is not configured.

Compatibility

Requires Arr Stack Card v1.6.2 or later for Prowlarr features.