16
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 11 Aug 2023
16 points (94.4% liked)
Selfhosted
59794 readers
337 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.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam.
-
Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.
-
Don't duplicate the full text of your blog or git here. Just post the link for folks to click.
-
Submission headline should match the article title.
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
founded 3 years ago
MODERATORS
Have you considered replacing the OS with proxmox and running everything in virtual machines?
I haven't. I always liked to have the possibility to use GNOME on my machine. That wouldn't work then if I were to have a Ubuntu VM, right?
And do you know if I would I get quicksync access to the i3 for transcoding ?
Thanks
Proxmox has a virtual monitor in its web interface, so you can access the desktop of a virtual machine that way. It's a little clunky but works ok for quick configuration. Alternately you could remote desktop into the virtual machine.
Quicksync is a little more tricky. GPU pass through is a pain, and I'm not sure off the top of my head about that. You can Google "proxmox quicksync passthrough" and see if any solutions will work for you. There's a chance that all you would need to do is set the processor type correctly in the virtual machine settings, but I'm not sure.
As the other reply mentioned, you can use the webui for a quick GUI in a pinch, and as for QSV, I've had more luck passing through GPUs to LXC containers, as that's what I'm doing for my Jellyfin setup with an Intel GPU in Proxmox. Link below can hopefully get you started
https://bobcares.com/blog/proxmox-gpu-passthrough-lxc/#:~:text=Overview%3A%20Proxmox%20GPU%20Passthrough%20LXC&text=GPU%20passthrough%20is%20a%20Proxmox,containers%20necessitates%20additional%20setup%20procedures.