-
Notifications
You must be signed in to change notification settings - Fork 0
Installation Unraid
chodeus edited this page Apr 20, 2026
·
1 revision
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) |
| Container | Host |
|---|---|
/config |
/mnt/user/appdata/chub/ |
/posters |
your poster tree |
/media |
/mnt/user/Media/ |
/kometa |
your Kometa asset folder |
| Variable | Value |
|---|---|
PUID |
99 |
PGID |
100 |
UMASK |
002 |
TZ |
your timezone |
Once the container is running, open http://:8000 and follow First Run.
- 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:latestif you care about reproducibility.
See Installation for Docker Compose and the single-run docker run alternatives.