this post was submitted on 21 May 2026
91 points (97.9% liked)

Selfhosted

59450 readers
1782 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.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/47170057

I just stumbled this fork that seems focused on giving Linux hosts a good boost. It promises no-headache Virtual Display support out of the box, and Bazzite seems like the primary target.

top 12 comments
sorted by: hot top controversial new old
[–] minfapper@piefed.social 23 points 3 days ago (3 children)

I started using games on whales a while back and never looked back

[–] Ugurcan@lemmy.world 1 points 2 days ago

While it’s a very cool project, running a gaming setup on a Docker container felt very clunky to me. Somehow I fear it would add latency (input or output), then again even if so it should be negligible.

Then can you walk us around the maintenance, like what do you do when there’s a GPU driver update, do you rebuild the image?

[–] RamenEater@sh.itjust.works 4 points 3 days ago (1 children)

Just checked out the website and this looks really cool.

What games or types of games do you typically use it for?

[–] jim3692@discuss.online 6 points 3 days ago (1 children)

I use it, so that my roommate can play Elden Ring on TV, while I do work on my PC

[–] akwd169@sh.itjust.works 4 points 3 days ago

Noice, so the gamer enjoys the cool living room while all the heat from the PC fills a different room

Clutch move by your roommate ngl

[–] hirihit640@sh.itjust.works 2 points 3 days ago (1 children)

what remote desktop protocol do they use?

[–] jim3692@discuss.online 1 points 3 days ago (1 children)
[–] hirihit640@sh.itjust.works 1 points 3 days ago

very cool, I'll have to look more into it

[–] yannic@lemmy.ca 1 points 2 days ago* (last edited 2 days ago) (1 children)

Any momentum on this front gets me excited, even if it doesn't personally apply.

Since it's cost-effective to combine gaming requirements with AI server requirements, I have my multi-modal language model stuff running on my (admittedly seldom-used) Windows gaming desktop. That means running most GPU-related tasks (aside from encoding/decoding/simple object recognition, which uses a separate server containing an Arc A380... purchased before A310's were available) in docker running under Windows Subsystem for Linux 2 (WSL2). Running stuff as background services just makes one assume that it should be a logical step to just make it multi-user. Easier said than done, I guess, just like multi-user stable diffusion.

Getting Games on Whales running under WSL2 has taken me down the familiar but unwelcome rabbit hole of recompiling Linux Kernel modules, which I've experienced is more straightforward on bare metal than WSL2.

The more attention and excitement about this topic, the better.

[–] Ugurcan@lemmy.world 1 points 2 days ago

If you’re looking for a Windows solution, check VibePollo. It’s also offering a headless, isolated streaming solution plus a lot more.

[–] Beangut@lemmy.world 3 points 3 days ago

Very cool, hopefully will iron out some of the issues I've been having with sunshine.

FWIW, I found dumping my screens EDID firmware and adding it to boot args + assigning to GPU port worked best for headless display set up

Yooo I was looking for this exact solution, thanks for sharing!