Simple web app for find a random movie from your Jellyfin Server.
  • HTML 56%
  • Go 43.3%
  • Dockerfile 0.7%
Find a file
2025-11-12 20:19:00 +01:00
media initial commit - jellyfinRandom 2025-07-13 19:59:10 +02:00
static initial commit - jellyfinRandom 2025-07-13 19:59:10 +02:00
templates feat: add docker image + fix 2025-11-12 20:19:00 +01:00
.gitattributes Initial commit 2025-07-13 19:27:05 +02:00
.gitignore initial commit - jellyfinRandom 2025-07-13 19:59:10 +02:00
docker-compose.yml feat: add docker image + fix 2025-11-12 20:19:00 +01:00
Dockerfile initial commit - jellyfinRandom 2025-07-13 19:59:10 +02:00
go.mod initial commit - jellyfinRandom 2025-07-13 19:59:10 +02:00
LICENSE Initial commit 2025-07-13 19:27:05 +02:00
main.go main.go - add comments 2025-07-15 13:28:19 +02:00
README.md feat: add docker image + fix 2025-11-12 20:19:00 +01:00

Jellyfin-RandomMovie

Simple web app for find a random movie from your Jellyfin Server.

Homepage

Installation

Docker pull

docker pull cedev/random-movie-jellyfin:v1
docker run -d -p 8080:8080 --name jellyfin-random cedev/random-movie-jellyfin:v1

Decommente the image line in docker-compose.yml file if you want to use this method.

Manual build

git clone https://github.com/cedev-1/Jellyfin-RandomMovie.git
cd Jellyfin-RandomMovie
docker-compose up -d --build

Debug

docker-compose logs -f

logs

Stop

docker-compose down

More media

configuration-page user-page hoverview