All apps · 0 apps
JellyHub
Docker app from LubricantJam's Repository
Overview
Readme
View on GitHubJellyHub
The jellyfin servers media indexer
About the project
JellyHub is a web app that allow you to fetch media from all of your jellyfin servers and regroup it in one place, so there is one place to search for specific media and tells you on wich server the desired media is located.Installation
To be able to run JellyHub, first you must have Docker installed on your system.
Copy the following command with your personallized environment variables to run the app.
docker run -d --name jellyhub \
-v jellyhub_data:/app/data \ # either use a volume or a bind mount to make db persistent
-e ALLOW_SIGNUP=true \
-e BETTER_AUTH_SECRET=randomsecretstring \
-e SECRET_KEY=64charhexstring \
-e PORT=8888 \
--restart unless-stopped \
-p 8888:8888 \
zigleur/jellyhub:latest
Now you can access the app at http://localhost:8888 (adapt the host and port depending on how you configured it)
The default user is admin with password adminadmin
Screenshots







Personal Note
Thanks to my friends @firminunderscore @0x4c756e61 and @Zarox28 for allowing me to test the app on their jellyfin servers.
Install JellyHub on Unraid in a few clicks.
Find JellyHub 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.
Requirements
Categories
Download Statistics
Related apps
Explore more like this
Explore allDetails
zigleur/jellyhub:latestRuntime arguments
- Web UI
http://[IP]:[PORT:3000]- Network
host- Shell
bash- Privileged
- false
Template configuration
- Target
- 3000
- Value
- 3000
Change this to a random secure string.
- Target
- JWT_SECRET
- Default
- your-very-long-and-mysterious-secret
- Value
- your-very-long-and-mysterious-secret
Change this to your Postgres connection string.
- Target
- DATABASE_URL
- Default
- postgresql://jellyhub:jellyhub@localhost:5432/jellyhub?schema=prisma
- Value
- postgresql://jellyhub:jellyhub@localhost:5432/jellyhub?schema=prisma