saltyorg / Sandpit

GNU General Public License v3.0
7 stars 4 forks source link

Request - Gameyfin #27

Open spoonys opened 1 year ago

spoonys commented 1 year ago

https://github.com/grimsi/gameyfin

would it be possible to add this?

maximuskowalski commented 1 year ago

Gameyfin

A simple game library manager.

Overview

Name and functionality inspired by Jellyfin.

Video

Click this link to watch how to install and set up Gameyfin on your machine.

Features

mtauberjr commented 1 year ago

I tried doing it manually but it wont run.

gateway not found everytime

docker run -d \ --name=gameyfin \ --restart=unless-stopped \ -e PGID=1002 -e PUID=1001 \ -e GAMEYFIN_USER=retracted \ -e GAMEYFIN_PASSWORD=retraced \ -e GAMEYFIN_IGDB_API_CLIENT_ID=retracted \ -e GAMEYFIN_IGDB_API_CLIENT_SECRET=retreacted \ -v /mnt/unionfs/Media/gameyfin:/opt/gameyfin-library \ --network=saltbox \ --network-alias=gameyfin \ --label com.github.saltbox.saltbox_managed=true \ --label traefik.enable=true \ --label traefik.http.routers.gameyfin-http.entrypoints=web \ --label traefik.http.routers.gameyfin-http.middlewares=globalHeaders@file,redirect-to-https,gzip \ --label traefik.http.routers.gameyfin-http.rule=Host(`gameyfin.domain.com`) \ --label traefik.http.routers.gameyfin-http.service=gameyfin \ --label traefik.http.routers.gameyfin.entrypoints=websecure \ --label traefik.http.routers.gameyfin.middlewares=globalHeaders@file,secureHeaders@file \ --label traefik.http.routers.gameyfin.rule=Host(`gameyfin.domain.com`) \ --label traefik.http.routers.gameyfin.service=gameyfin \ --label traefik.http.routers.gameyfin.tls.certresolver=cfdns \ --label traefik.http.routers.gameyfin.tls.options=securetls@file \ --label traefik.http.services.gameyfin.loadbalancer.server.port=8080 \ grimsi/gameyfin:latest

maximuskowalski commented 8 months ago

Seems to be no interest. Closing or deleting unless anyone has more to add.