Skip to content

Installation Unraid

chodeus edited this page Apr 20, 2026 · 1 revision

Installation — Unraid

There's no Community Applications template yet. Add CHUB through Docker → Add Container:

Field Value
Name chub
Repository ghcr.io/chodeus/chub:latest
Network Type bridge
Port 8000:8000 (host:container)

Paths

Container Host
/config /mnt/user/appdata/chub/
/posters your poster tree
/media /mnt/user/Media/
/kometa your Kometa asset folder

Variables

Variable Value
PUID 99
PGID 100
UMASK 002
TZ your timezone

Once the container is running, open http://:8000 and follow First Run.


Tips for Unraid

  • Use the 6.12+ Docker tab if you want the nice Edit → Apply flow; CHUB doesn't need a custom template.
  • Auto-start under Advanced view if you want CHUB to come up with the array.
  • Folder ownership: Unraid writes as 99:100; CHUB runs as the same pair by default, so the appdata folder is writable out of the box.
  • Pinning: a date-style tag (ghcr.io/chodeus/chub:2026.04.20) is more stable than :latest if you care about reproducibility.

See Installation for Docker Compose and the single-run docker run alternatives.

Clone this wiki locally