Skip to content

TheWicklowWolf/BookBounty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookBounty

Build Status Docker Pulls

bookbounty

Web GUI for finding missing Readarr books.

Run using docker-compose

services:
  bookbounty:
    image: thewicklowwolf/bookbounty:latest
    container_name: bookbounty
    environment:
      - readarr_address=http://192.168.1.2:8787
      - readarr_api_key=0123456789
      - libgen_address=http://libgen.is
    ports:
      - 5000:5000
    volumes:
      - /path/to/downloads:/bookbounty/downloads
    restart: unless-stopped

BookBounty


BookBounty_Dark


https://hub.docker.com/r/thewicklowwolf/bookbounty