fallenbagel/jellyseerr

By fallenbagel

Updated 9 months ago

Open-source media request and discovery manager for Jellyfin, Plex, and Emby.

Image
145

10M+

fallenbagel/jellyseerr repository overview

Jellyseerr

Discord

Jellyseerr is a free and open source fork of Overseerr for managing requests for your media library. It integrates with your existing services, such as Sonarr, Radarr, and Jellyfin!

Current Features

  • Jellyfin support
  • Easy integration with your existing services. Currently, Jellyseerr supports Sonarr and Radarr.
  • Jellyfin library scan, to keep track of the titles which are already available.
  • Customizable request system, which allows users to request individual seasons or movies in a friendly, easy-to-use interface.
  • Incredibly simple request management UI. Don't dig through the app to simply approve recent requests!
  • Granular permission system.
  • Support for various notification agents.
  • Mobile-friendly design, for when you need to approve requests on the go!

Check out our issue tracker.

Supported Architectures

Jellyseerr image support multiple architectures such as x86-64, arm64 and armv7 (deprecated since release of 2.x.x).

ArchitectureTag
x86-64latest
ARM64latest
ARMv71.9.2 (deprecated)

Version Tags

This image provides two versions that are available via tags. :latest tag provides the latest stable version. :develop are considered under development and caution must be exercised when using them.

TagTag
latestStable Jellyseerr releases
developUnstable Jellyseerr releases

Docker-compose:

Installation through docker compose are as follows:

  • Install docker-compose

  • nano docker-compose.yml

  • Type the following in the docker-compose.yml:

    version: '3'
    services:
        jellyseerr:
           image: fallenbagel/jellyseerr:latest
           container_name: jellyseerr
           environment:
                - LOG_LEVEL=debug
                - TZ=Asia/Tashkent
           ports:
                - 5055:5055
           volumes:
                - /path/to/appdata/config:/app/config
           restart: unless-stopped
    
  • docker-compose up -d

Docker CLI

Installation through docker cli can be done by using your terminal and entering the following:

 docker run -d \
 --name jellyseerr \
 -e LOG_LEVEL=debug \
 -e TZ=Asia/Tashkent \
 -p 5055:5055 \
 -v /path/to/appdata/config:/app/config \
 --restart unless-stopped \
 fallenbagel/jellyseerr:latest

Configuring Dataabase

Check out the Jellyseerr Documentation.

Support

Buy me a Coffee!

If you like jellyseerr and want to help maintain it, please buy me a coffee as it would help me out a lot!

"Buy Me A Coffee"

Tag summary

Content type

Image

Digest

sha256:16177e553

Size

409.5 MB

Last updated

9 months ago

docker pull fallenbagel/jellyseerr:preview-seerr