181
submitted 1 year ago* (last edited 1 year ago) by alfagun74@lemmy.world to c/selfhosted@lemmy.world

Hi guys,

we're excited to reconnect with you all here on Lemmy after our project "Crackpipe" generated quite a buzz recently. With its brand new name, we proudly present "GameVault"!

In case you missed our, let's say - "controversial" debut on reddit and lemmy, let us give you a quick rundown of what GameVault is all about:

GameVault is a fantastic gaming platform that you can host yourself, allowing you and your friends to enjoy "alternatively obtained" games on your own terms. It simplifies the whole gaming experience by organizing, downloading, installing, playing, and tracking your favorite games right on your file server. GameVault automatically detects game files, builds a metadata database, and offers a user-friendly client for seamless downloading and gameplay. Imagine having your own personalized Steam for games stored on your file server!

Linux users, please note that we don't currently have a native client available. However, our documentation includes a community-driven approach to running the client on Linux, which you can find under "Advanced Usage."

Are you ready to add another Link to your Dashboards?

Feel free to pay a visit to our website and join our Discord and Lemmy Community to become part of an awesome community!

you are viewing a single comment's thread
view the rest of the comments
[-] priapus@sh.itjust.works 4 points 1 year ago

I would love to try to get this integrated with Lutris!

[-] alfagun74@lemmy.world 2 points 1 year ago

sounds great, we rely heavily on 3rd party developers for these requested integrations. Could you kindly create a github issue for it on the board and kindly keep us informed about the progress?

[-] priapus@sh.itjust.works 2 points 1 year ago

Sure, could you send a link to it? Not sure which repo is the correct one. Also, I'm going to work on creating a NixOS option for GameVault first, so once that is done I'll start on the Lutris integration.

[-] alfagun74@lemmy.world 3 points 1 year ago
[-] priapus@sh.itjust.works 1 points 1 year ago

Is there any documentation available for building the backend manually? I would like to make it available on NixOS, which requires writing a Nix package for it.

[-] alfagun74@lemmy.world 1 points 1 year ago

Thank you so much for the effort.

Unfortunately there is no documentation available for manual installation as of right now, but you can follow the steps in the Dockerfile provided at this link: https://github.com/Phalcode/gamevault-backend/blob/master/Dockerfile

In a nutshell:

  • Make sure you have NodeJS installed (version 20 or higher)
  • Install the pnpm package globally with "npm install -g pnpm"
  • Clone the project and navigate to the appropriate folder
  • Run "pnpm install" to install dependencies
  • Execute "pnpm build"
  • Create an .env file in the main folder, including the desired configurations from https://gamevau.lt/docs/server-docs/configuration
  • Launch production mode with "pnpm start:prod"

Depending on your preferred database, you can either run a PostgreSQL instance (recommended + nixos probably has a suitable package you can rely on) or use SQLite (unrecommended).

We would be very grateful if you could grant our organization Maintainer permissions. By doing so, we will have the official capacity to provide support, updates, and share the NixOS integration with others. It would mean a lot to us if you could also include it in our documentation, which can be found at this link: https://github.com/Phalcode/gamevault-docs/blob/master/docs/server-docs/setup.md

[-] priapus@sh.itjust.works 2 points 1 year ago

Thanks! I'd be happy to add one of you as the maintainer to the Nix package. If you let me know who, I can @ someone in the nixpkgs PR. I'll make a draft for the docs once I've submitted the nixpkgs pr.

[-] alfagun74@lemmy.world 1 points 1 year ago

the @Phalcode organization or if that doesnt work @alfagun74 directly

this post was submitted on 22 Jul 2023
181 points (97.4% liked)

Selfhosted

39239 readers
299 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS