this post was submitted on 26 Oct 2023
1 points (100.0% liked)

Self-Hosted Main

515 readers
1 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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Hello all!

I'm looking for a way to create a remote connection to a persistent container image which looks and feels like a full virtual machine. I've seen solutions like webtop and kasm, but as far as I can tell none of them work well on kubernetes and are substantially more than I need.

Essentially I'm looking for a container + configuration I can put in version control and spin up as I need it. Primarily for development or light browsing/media consumption (not gaming).

It can be accessible through RDP, or web browser it doesn't matter too much.

Has anyone done this successfully?

top 4 comments
sorted by: hot top controversial new old
[–] seidler2547@alien.top 1 points 1 year ago (1 children)

I use Xpra-HTML5 docker containers to host applications that don't have a web interface. Works pretty well although I think all the existing docker images for it are broken and you need to roll your own.

[–] chachacha2347@alien.top 1 points 1 year ago (1 children)
[–] seidler2547@alien.top 1 points 1 year ago

So as a starting point you could try this, which i just cobbled together because I didn't have time to do it properly: https://gist.github.com/seidler2547/953b1f1243483fe66c1f62a0c438104e

[–] chachacha2347@alien.top 1 points 1 year ago

Apparently you can run kasm containers directly on kubernetes with a few tweaks shown here:

https://github.com/kasmtech/workspaces-images/issues/70