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

Self-Hosted Main

502 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
 

Hi all! Got a question, explained kinda in the title.

I have a Windows application that I’m interested in running on a LXC on my Proxmox server, and I’d like to be able to connect to it via a browser from any of my home machines just like I would my other self hosted applications.

I’m pretty technically minded and don’t mind doing some coding, just never done something like this before so I’m not sure where to start. Would love some pointers in the right direction! Thanks in advance.

you are viewing a single comment's thread
view the rest of the comments
[–] s_91@alien.top 2 points 11 months ago (1 children)

From the repo description: https://github.com/solarkennedy/wine-x11-novnc-docker

Ever wanted to containerize your wine applications and access them via a web browser? No? Neither did I!

This container runs:

Xvfb - X11 in a virtual framebuffer
x11vnc - A VNC server that scrapes the above X11 server
noNVC - A HTML5 canvas vnc viewer
Fluxbox - a small window manager
Explorer.exe - to demo that it works
[–] thecrimsonthreat@alien.top 1 points 11 months ago

Literally exactly what I was looking for. Thank you so much!!!!