Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ words:
- blakeblackshear
- blocklist
- bookdrop
- boxarr
- briefkasten
- bwlimit
- byparr
Expand Down
3 changes: 3 additions & 0 deletions ix-dev/community/boxarr/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Boxarr

[Boxarr](https://github.com/iongpt/boxarr) is an automated box office tracking application that integrates with Radarr to monitor, add, and manage the latest theatrical releases.
32 changes: 32 additions & 0 deletions ix-dev/community/boxarr/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
app_version: 1.5.3
capabilities: []
categories:
- media
changelog_url: https://github.com/iongpt/boxarr/releases
date_added: '2025-10-06'
description: Boxarr is an automated box office tracking application that integrates
with Radarr to monitor, add, and manage the latest theatrical releases.
home: https://github.com/iongpt/boxarr
host_mounts: []
icon: https://media.sys.truenas.net/apps/boxarr/icons/icon.png
keywords:
- media
lib_version: 2.1.57
lib_version_hash: 6659ad369fff2f1df318cb6353bb32bffe7047dc21df4823750d39be7284e605
maintainers:
- email: dev@truenas.com
name: truenas
url: https://www.truenas.com/
name: boxarr
run_as_context:
- description: Boxarr runs as any non-root user.
gid: 568
group_name: boxarr
uid: 568
user_name: boxarr
screenshots: []
sources:
- https://github.com/iongpt/boxarr
title: Boxarr
train: community
version: 1.0.0
6 changes: 6 additions & 0 deletions ix-dev/community/boxarr/item.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
categories:
- media
icon_url: https://media.sys.truenas.net/apps/boxarr/icons/icon.png
screenshots: []
tags:
- media
8 changes: 8 additions & 0 deletions ix-dev/community/boxarr/ix_values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
images:
image:
repository: ghcr.io/iongpt/boxarr
tag: 1.5.3

consts:
boxarr_container_name: boxarr
perms_container_name: permissions
Loading
Loading