All apps · 0 apps
scrob-omnibus
Docker app from Jorgen's Repository
Overview
Readme
View on GitHubUnraid templates for Scrob
Community-maintained Unraid Docker templates for Scrob — self-hosted media tracking for Jellyfin, Plex, and Emby.
This repository is not affiliated with the Scrob author. It packages the official bellamy/scrob Docker images for Unraid users. Template install and Unraid-specific setup questions belong here; application bugs and feature requests go to ellite/scrob.
Templates
| Template | Image | Description |
|---|---|---|
| scrob-omnibus.xml | bellamy/scrob:latest-omnibus |
All-in-one container with embedded PostgreSQL |
Quick install (manual)
- Copy
scrob-omnibus/scrob-omnibus.xmlto your flash drive:/boot/config/plugins/dockerMan/templates-user/my-scrob-omnibus.xml - In Unraid: Docker → Add Container → Template → select scrob-omnibus
- Set SECRET_KEY (
openssl rand -hex 32), timezone, then Apply - Open WebUI on port 7330, then follow the official first-run guide (create account, TMDB API key, connect media servers, first sync)
Official docs: scrob.app · ellite/scrob README (includes omnibus details)
Template support: Unraid forum topic.
Scrob app issues: ellite/scrob.
License
MIT — template metadata and XML only. Scrob is licensed under GPL-3.0.
Install scrob-omnibus on Unraid in a few clicks.
Find scrob-omnibus 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.
Categories
Download Statistics
Related apps
Explore more like this
Explore allLinks
Details
bellamy/scrob:latest-omnibusRuntime arguments
- Web UI
http://[IP]:[PORT:7330]- Network
bridge- Shell
sh- Privileged
- false
- Extra Params
--log-opt max-size=10m --log-opt max-file=3
Template configuration
Scrob web interface
- Target
- 7330
- Default
- 7330
- Value
- 7330
Scrob application data (settings, uploads)
- Target
- /app/backend/data
- Default
- /mnt/user/appdata/scrob/data
- Value
- /mnt/user/appdata/scrob/data
Embedded PostgreSQL database (required for omnibus mode)
- Target
- /app/postgres/data
- Default
- /mnt/user/appdata/scrob/postgres
- Value
- /mnt/user/appdata/scrob/postgres
Required. JWT signing key. Generate with: openssl rand -hex 32
Container timezone (e.g. Australia/Sydney, Europe/Oslo), Use TZ Identifier from: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
- Target
- TZ
- Default
- UTC
- Value
- UTC
User ID for file ownership. Unraid default is 99 (nobody).
- Default
- 99
- Value
- 99
Group ID for file ownership. Unraid default is 100 (users).
- Default
- 100
- Value
- 100
Allow new users to register. Set false after initial setup.
- Target
- ENABLE_REGISTRATIONS
- Default
- true
- Value
- true
Maximum registered users. 0 = unlimited.
- Target
- REGISTRATION_MAX_ALLOWED_USERS
- Default
- 0
- Value
- 0