Skip to content
Installation

Getting it running

Nexview runs on anything that runs Docker — a Synology, a Raspberry Pi, an ordinary computer. One container, one data directory, then the wizard handles the rest.

Install

One container, three steps

Interface and API come from the same image. Take the compose snippet, start it, set it up.

docker-compose.yml
services:
  nexview:
    image: ghcr.io/derkezorm/nexview:latest
    container_name: nexview
    restart: unless-stopped
    ports:
      - "5173:8000"
    volumes:
      - ./data:/data
    environment:
      PUID: 1000
      PGID: 1000
      TZ: Europe/Berlin

Without a TMDB key Nexview starts with sample data — so you can look first and decide after. Database, keys and profile pictures live in the ./data folder next to the compose file.

  1. 1 Start the container Take the compose snippet, run docker compose up -d, open the interface on port 5173.
  2. 2 Run the wizard Enter the TMDB, Radarr and Sonarr keys, pick quality profiles and target folders.
  3. 3 Bring people in By invitation with a confirmed e-mail address — or, if a Plex server is connected, straight with a Plex account. You set role, approvals, quotas and age limit as you go, and in advance for anyone who signs themselves up. Family & friends

Other routes

For now Nexview comes as a Docker image. If another installation route is added it will appear right here. Whatever you would like belongs on the wish list.

Nexview uses TMDB as its data source but is not from TMDB and is not endorsed or certified by TMDB. The screenshots come from a test installation; the accounts and requests shown in them are made up.

Nexview is published under the MIT licence. Radarr, Sonarr, Plex, Docker, Synology, IMDb, Rotten Tomatoes, Metacritic and JustWatch are trademarks of their respective owners and are named here for descriptive purposes only. Some of the icons on this page are based on Lucide (ISC licence) — copyright held in part by Cole Bemis 2013–2022 as part of Feather (MIT licence), otherwise by the Lucide contributors from 2022.