mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-14 08:15:27 +00:00
856b634f158350299e12bc82b49c890bc2dc365d
* Update node.js to 20.11.0 Update Typescript to 5.3.3 Update zone.js to 0.14.3
Overview
Name and functionality inspired by Jellyfin.
Video
Click this link to watch how to install and set up Gameyfin on your machine.
Features
- 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
Preview
https://user-images.githubusercontent.com/9295182/197277953-d69464a4-d280-407b-9274-ae62e6917981.mp4
Installation
General
Since Gameyfin loads information from IGDB, you need to register yourself there. Follow this guide.
Docker
- Download the
docker-compose.example.ymlfile from this repository and rename it to justdocker-compose.yml - Edit the configuration values to your liking
- Run
docker-compose up -d
Bare metal
- Make sure you have a JRE or JDK with version 18 or greater installed
- Download the latest
gameyfin.jarandgameyfin.propertiesfile from the releases page - Edit the config options in the
gameyfin.propertiesfile - 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
Description
Languages
Kotlin
76%
TypeScript
23.3%
Shell
0.6%