this post was submitted on 24 Nov 2023
2 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
 

Are there any benefits of running Proxmox and virtualizing everything, vs having a host OS and running Docker and libvirt to host VMs for services that need it? I know that Proxmox does some storage management etc, but it seems like I could get everything it does with a well-managed host OS + ZFS/btrfs and using virtualization tools

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago (4 children)

libvirt to host VMs for services that need it

What kind of app would require a VM ?

[–] [email protected] 1 points 10 months ago (3 children)

Home Assistant is a good example - its recommended installation is a VM

[–] [email protected] 1 points 10 months ago (2 children)

It's recommended bare metals not vm. Home assistants often require the latest feature, and some of those features may not work well behind any kind of virtualisation (especially docker's network virtualisation). Running it on a VM is definitely better than running it in an out dated environment (like debian) but it's not perfect.

[–] [email protected] 1 points 10 months ago (1 children)

Running Home Assistant OS in a virtual machine using the provided VM images is a supported configuration.

From ADR-0015: Installation Method: Home Assistant OS:

Supported Hypervisors

The Home Assistant Operating System can be run on a Hypervisor and thus be run as a virtual machine. The following Hypervisors are supported:

  • KVM/QEMU
  • VirtualBox
  • VMWare
  • Xen

We will provide documentation for the following systems build on top of these technologies:

  • Proxmox (KVM/QEMU based)
  • Unraid (KVM/QEMU based)
  • VirtualBox
  • VMWare
[–] [email protected] 1 points 9 months ago

Supported != To recommend