- searches indexers like usenet/torrent sites
- acts as a 'proxy' rss indexer for sonarr/radarr/lidarr to create search/subscribe queries to indexers
- App Full Sync removes tags in synced apps
- This prevents indexer specific profiles in synced apps like sonarr
- Use sync for added/removed indexers only to allow apps to override settings
- can configure direct download with clients like transmission/nzbget
- cookie string
uid=numbers; pass=Password; cfduid=string of numbers and letters
- podman run configuration
podman run \
--detach \
--name myprowlarr \
--publish 9696:9696/tcp \
--rm \
-e TZ=America/New_York \
-e PUID=1000 \
-e PGID=1000 \
--volume /storage/prowlarr-config:/config:Z \
docker.io/linuxserver/prowlarr:0.4.3-develop