this post was submitted on 22 Nov 2023
2 points (75.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
 

I have Proxmox VE OS installed on two connected desktops in my apartment, I also have the ability to VPN into apartment router remotely and operate as if I where physically there.

The desktop app I want to run is AlfaBooks, they're like a better version of Calibre, only they cost like $40.00 for one time fee, which I am not opposed to. It also comes with their web server app, which acts like a Calibre Content Server.

However in the future, I may find othet desktop apps that I'd like to run on Proxmox without a VM in the middle.

Any ideas?

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 10 months ago

Well, there's WINE, but it's relatively hit or miss, whether specific applications will work in it.

Containers can't work conceptually, because they use the kernel of your host system and a Windows application expects a Windows kernel (or at least an interface like WINE, which answers its calls).

Theoretically, there's also the option of a VM with ReactOS, but my impressions has been that it works less often than WINE.

[–] [email protected] 1 points 10 months ago

A containerized app does not need a VM because it shares the kernel with the host OS. You an run Linux apps in a container on Proxmox because Proxmox has a Linux kernal. But if you want to run Windows apps, you need a Windows kernel.

There is a thing called Windows Container, but it can only run on a Windows host.

https://learn.microsoft.com/en-us/virtualization/windowscontainers/about/

[–] [email protected] 1 points 10 months ago

If the app runs correctly in Wine you might be able to rig something together with that.