saltyorg / Sandbox

Saltbox Sandbox
GNU General Public License v3.0
63 stars 91 forks source link

App Request: Reiverr #349

Open blacroix opened 3 months ago

blacroix commented 3 months ago

Hi

What about adding Reiverr as an alternative to Overseerr? It looks promising from what I see.

Reiverr is a project that aims to create a single UI for interacting with TMDB, Jellyfin, Radarr and Sonarr, as well as be an alternative to Overseerr.

saltydk commented 3 months ago

Moving this to Sandbox where it belongs.

owine commented 3 months ago

https://github.com/aleksilassila/reiverr?tab=readme-ov-file#docker-compose

version: '3.8'

name: reiverr

services:
  reiverr:
    image: ghcr.io/aleksilassila/reiverr:latest
    container_name: reiverr
    ports:
      - 9494:9494
    volumes:
      - /path/to/appdata/config:/config
    restart: unless-stopped