Selfhosted
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 posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
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!
view the rest of the comments
i also would like a solution that doesn't require a dedicated GPU
for security issues i don't really like to give direct access to the whole server just to watch movies (yes, i could create a limited user on a limited group that can access the movies directory and nothing else, but then because i'm not a linux guru....)
i'd like to have a VM running on the integrated GPU
Proxmox would help. It's great for running VMs and managing hardware
It's been over a year and a half since I built this setup, and to this day I kick myself for not building everything on top of proxmox. That being said, I'm on a rather limited hardware, so I don't know how much better would be to migrate to it (R3 3200G, 6gb of ram)
How can I get a UI from a Proxmox server?
i tried but i had no luck in reassigning the igpu to the vm. It only works with a dedicated one :(
How long ago?
Seems like a write up here about how to do it:
https://forum.proxmox.com/threads/igpu-pci-passthrough-with-pve-7-3-actually-working-with-kernel-6-1.123720/
On proxmox you should be able to share any GPU (integrated or dedicated) to multiple LXCs while keeping it accessible to the host. I use intel integrated GPU in LXC for plex, jellyfin, and one with just ffmpeg I use to convert videos occasionally. I used these instructions as starting point/base when I set mine up on proxmox v7.x, https://forum.proxmox.com/threads/plex-hw-transcoding-lxc-and-jasper-lake-igpu-passthru.116163/
I had looked at instructions to assign the GPU to a specific VM but it looked like way too much work and people were saying it didn't always work for the 11th gen iGPUs. Thankfully I ran across the sharing method and it's been running stable since.
setting up a graphical session with a non-root user and sandboxing Jellyfin media player would be relatively easily, for example using only flatpak, you could sandbox it so it only has access to your media path.
Cleanest is to just separate the server from the client.