Whatbox Logo
Login for certain variables to be updated with your slot's information

Wiki > Jellyseerr

Jellyseerr is a free and open source software application for managing requests for your media library. It is a fork of Overseerr built to bring support for Jellyfin & Emby media servers!

Installation

  1. git clone https://github.com/Fallenbagel/jellyseerr.git && cd jellyseerr
  2. git checkout main
  3. sed -i 's/256000,/256000, cpus: 8/' next.config.js
  4. CYPRESS_INSTALL_BINARY=0 yarn install --frozen-lockfile --network-timeout 1000000
  5. yarn run build
  6. PORT=10607 screen -dmS jellyseerr yarn --cwd ~/jellyseerr/ start

Jellyseerr will take a few seconds to start. Access http://server.whatbox.ca:10607 and finish the setup procedure.

Notes

Use 127.0.0.1 as the address for connecting other apps if the app is running on the same server.

You may need to use IPv4 addresses for Sonarr. You can find your IPv4 address on your Slot Info page.

If Jellyseerr fails to build, stop rclone processes on your slot and try again.