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?

you are viewing a single comment's thread
view the rest of the comments
[–] [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/