Releasing Wolf: Stream virtual desktops and games running in Docker

abeltramo@lemmy.world to Selfhosted@lemmy.world – 19 points –
games-on-whales.github.io

Hello everyone! 👋

For the past year I had fun messing around with Docker containers, Moonlight/Sunshine and HW acceleration; so much so that I've ended up building a Gamestream server from scratch!

The basic underlying idea is to allow the followings:

  • Share a single server (possibly headless but doesn't have to be) with multiple users

  • by creating virtual HW accelerated desktops

  • whilst keeping remote mouse, keyboard and controllers completely separated

  • with low latency

It's still rough around the edges, and it needs more testing from the community; if you want to check it out, here you can read the docs and here's the Github repo.

14

You are viewing a single comment

It's probably failing to parse the config.toml file, although that should usually print a proper error line. Have you tried deleting the file or copy and paste the default?

Looks like the mount definitions require the :ro (or maybe :rq?) at the end unlike regular docker volumes, that was the issue.

Ooops that was a lazy leftover from my side, sorry about that. Thanks for letting me know, I'll fix it soon!