Overview

BackIssue is a self-hosted comic library manager. Track the comic series you want, download new issues automatically as they release, tag them with metadata, and keep everything organized on disk. ComicVine is the source of truth for every comic's identity; download sources (Usenet, torrents, and more) are added as plugins from an in-app catalog. On first run it walks you through creating an admin account and picking plugins. Unraid setup: map your comics library to the container (default /comics), then in BackIssue open Settings > Library and add /comics as a root folder.

Install BackIssue on Unraid in a few clicks.

Find BackIssue in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for BackIssue Review the template variables and paths Click Install

Related apps

Explore more like this

Explore all

Details

Repository
ghcr.io/backissueapp/backissue:latest
Last Updated2026-07-15
First Seen2026-07-13

Runtime arguments

Web UI
http://[IP]:[PORT:8787]/
Network
bridge
Shell
sh
Privileged
false

Template configuration

WebUI PortPorttcp

Port for the BackIssue web interface.

Target
8787
Default
8787
Value
8787
App DataPathrw

Database, settings, and app state. Keep this on appdata.

Target
/data
Default
/mnt/user/appdata/backissue
Value
/mnt/user/appdata/backissue
Comics LibraryPathrw

Your comics library on disk. In BackIssue: Settings > Library, add /comics as a root folder.

Target
/comics
Default
/mnt/user/comics
Value
/mnt/user/comics
Downloads (optional)Pathrw

Only needed if a separate download client (SABnzbd/qBittorrent) writes completed files that BackIssue must read at the same path. Leave unset otherwise.

Target
/downloads
Trust ProxyVariable

Set to 1 (or your proxy subnet) when running behind a reverse proxy, so real client IPs and Secure cookies work. Leave blank for a direct connection.

Target
TRUST_PROXY
PUIDVariable

User ID the app runs as — files it writes to your shares are owned by this user. Unraid default is 99 (nobody).

Default
99
Value
99
PGIDVariable

Group ID the app runs as. Unraid default is 100 (users).

Default
100
Value
100
UMASKVariable

Permission mask for new files (022 = files 644, dirs 755).

Default
022
Value
022