GithubHelp home page GithubHelp logo

unraid-plugin's Introduction

Games on Whales docs portal

Quickstart

npm i
npx antora --fetch antora-playbook.yml

unraid-plugin's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

unraid-plugin's Issues

Plugin?

Hey!
May I ask for what this plugin actually is, haven't spent much time to looking through your code, do you have a support thread on the Unraid Forums for this plugin?

Please note that the uinput part of this plugin isn't needed anymore after or better speaking with the release of Unraid 6.11.0-rc1

May I also ask why are you installing the Nvidia 32-bit libraries when they are already included in the Nvidia-Driver plugin?
Another thing that you should look into is that it seems to me that somehow your plugin always downloads the Nvidia Driver on boot or am I wrong about that?

Edit: Oh before I forget there was already a uinput plugin out there which actually was working with another container that enabled to play games in Docker.

BTW I've now gone a bit more through your code and you documentation, it's actually for your container. I would strongly recommend to consider creating a template for the CA App as pointed out in #8
If you need help feel free to contact me. ;)

Edit2: Here is the other container that is already available in the CA App in Unraid to run Steam in Docker from @Josh5 :
grafik

Should we add `docker-compose` to the installation?

I'm not sure what's the best way to do this on Unraid, since docker-compose it's just a single binary, shouldn't we just install as part of the plugin installation?

It should be as simple as:

curl -L https://github.com/docker/compose/releases/download/1.29.2/docker-compose-Linux-x86_64 --output /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose

Automatic builds

We should set up GitHub actions to automatically build settings-ui and uinput.

Rethink versioning

  • Kernel modules should be versioned based on the kernel they're built for -- there's no need to rebuild the modules every time a new release of the plugin comes out.
  • Packages should probably also be versioned individually, so we don't have to build the ones that haven't changed for each release

Add a UI page for the plugin

It'll be cool if people can run (this includes git pull and docker-compose up), monitor and change basic settings for all the containers that GOW offers without having to deal with the command line.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.