Name and functionality inspired by Jellyfin.
Click this link to watch how to install and set up Gameyfin on your machine.
- Automatically scans your game library folder and downloads additional metadata from IGDB
- Access your library via your Web-Browser
- Download games directly from your browser
- LAN-friendly (everything is cached locally)
- Native Docker support (alternatively it's only one .jar file to run on bare metal)
- Light and dark theme
gameyfin_preview.mp4
Since Gameyfin loads information from IGDB, you need to register yourself there. Follow this guide.
- Download the
docker-compose.example.yml
file from this repository and rename it to justdocker-compose.yml
- Edit the configuration values to your liking
- Run
docker-compose up -d
- Make sure you have a JRE or JDK with version 18 or greater installed
- Download the latest
gameyfin.jar
andgameyfin.properties
file from the releases page - Edit the config options in the
gameyfin.properties
file - Use the following command to start Gameyfin:
java -jar gameyfin.jar
- Open the address of your Gameyfin host in your browser, Gameyfin runs under port 8080 by default