mirror of
https://github.com/cedev-1/Jellyfin-RandomMovie.git
synced 2026-09-17 01:36:13 +00:00
Simple web app for find a random movie from your Jellyfin Server.
- HTML 56%
- Go 43.3%
- Dockerfile 0.7%
| media | ||
| static | ||
| templates | ||
| .gitattributes | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| go.mod | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
Jellyfin-RandomMovie
Simple web app for find a random movie from your Jellyfin Server.
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
Stop
docker-compose down




