Skip to content

almottier/prowlarr-ygg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prowlarr with Ygg-API Indexer

Auto Rebuild

An up-to-date Prowlarr Docker image with the Ygg-API indexer pre-installed for YGGTorrent support.

ghcr.io/almottier/prowlarr-ygg

Features

  • Based on the latest hotio/prowlarr image
  • Clemv95/Ygg-API indexer using yggapi pre-installed in /config/Definitions/Custom/
  • Automatically rebuilds when the base image or the indexer is updated
  • Ready to use after container startup

Usage

cli

docker run --rm \
    --name prowlarr \
    -p 9696:9696 \
    -e PUID=1000 \
    -e PGID=1000 \
    -e UMASK=002 \
    -e TZ="Europe/Paris" \
    -v /<host_folder_config>:/config \
    ghcr.io/almottier/prowlarr-ygg

compose

services:
  prowlarr:
    container_name: prowlarr
    image: ghcr.io/almottier/prowlarr-ygg
    ports:
      - "9696:9696"
    environment:
      - PUID=1000
      - PGID=1000
      - UMASK=002
      - TZ=Europe/Paris
    volumes:
      - /<host_folder_config>:/config

Configuration

After starting the container, the Ygg-API indexer will be available in Prowlarr's indexer settings:

About

An up-to-date Prowlarr Docker image with the Ygg-API indexer pre-installed

Resources

Stars

Watchers

Forks

Packages