Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.38 KB

File metadata and controls

43 lines (36 loc) · 1.38 KB
title Boxarr
description A guide to deploying Boxarr
published true
date 2025-09-11 18:20:38 UTC
tags
editor markdown
dateCreated 2025-09-11 14:02:01 UTC

{class="tab-icon"} What is Boxarr?

Boxarr monitors weekly box office charts and seamlessly integrates with Radarr to ensure your media library always has what people want to watch. No more manual searching for popular movies - Boxarr handles it automatically.

1 · Deploy Boxarr

services:
  boxarr:
    image: ghcr.io/iongpt/boxarr:latest
    container_name: boxarr
    ports:
      - 8898:8888
    volumes:
      - /mnt/tank/configs/boxarr:/config
    restart: unless-stopped
    environment:
      - TZ=America/New_York

2 · Boxarr Configuration

  1. Enter Radarr URL as http://IP:port
  2. Enter Radarr API Key
  3. Select Radarr Root Folder
  4. Select Default Quality Profile
  5. Select number of movies per week
  6. Click Save Configuration

3 · Find Movies

Since this is the first time the container will run, click the Weeks tab and select Update Last Week. If you do not run this manually the container will update your movies on the next scheduled run.

4 · Video