Being even more pedantic, KVM is the hypervisor, QEMU is a wrapper around it and Proxmox provides a management interface to it.
SysOp, Gamer, Nerd. In no particular order.
Being even more pedantic, KVM is the hypervisor, QEMU is a wrapper around it and Proxmox provides a management interface to it.
Any Linux distro running KVM/QEMU - Add Cockpit if you need a web interface, or use Virt-Manager, either directly or over X-forwarding
No need for X forwarding, you can connect Virt-Manager to a remote system that has libvirt,
You can run with your own reverse proxy Nginx if:
You’ll still need 3 DNS names and a SSL certificate to cover all three.
TO configure your Nginx, you can use the template I provided on the config/ directory as a base.
Privacy conscious Interface for Youtube, with a much cleaner and faster interface. You can try a public instance from this list: https://github.com/TeamPiped/Piped/wiki/Instances
Those look nice. I don’t need a dedicated desktop client, since I always have Firefox open anyways, but I’ll give Libretube a try on my phone. Bonus, Libretube’s Mastodon account is on the same instance that I use :-)
Games from my childhood. Moon Patrol, Galaga, Zaxxon, Twin Bee, Xevious, Gradius, etc.
Yup. I’m that old.
Since this is /c/selfhosted, it would be a good idea to add “HA - HomeAssistant, a popular automation software” to the list. Another one id “LXC - Linux Containers”
When the owner themself doesn’t hide what kind of PoS they are, this is what you get. I have no love for Zuckerberg, but if I can criticize him based on what he does and how he does it and the effects his decisions have on society, any one with brains could without having to resort to low brow insults of measuring contests. That’s basically the difference, one service is managed by someone who, despite all his flaws, is an adult, the other isn’t.
BTW, I used neutral pronouns for the “chief twitt” and not for Zuck just to spite him and make the point that one doesn’t have to lower the level bellow a certain threshold to provoke, all considering how they hate “woke” stuff…
No matter how much FaceMeta disgusts me, at least Threads has some semblance of moderation to keep the MAGA fascists under control. I rather have to deal with idiots than with the far-right cesspool that Twitter is turning into.
Thankfully, we have Mastodon, so I don’t have to deal with either. They’re both blocked on my PiHole, so I just get a DNS error when I accidentally click on links.
Can’t say anything about CUDA because I don’t have Nvidia cards nor do I work with AI stuff, but I was able to pass the built-in GPU on my Ryzen 2600G to the Jellyfin container so it could do hardware transcoding of videos.
You need the drivers for the GPU installed on the host OS, then link the devices on /dev to the container. For AMD this is easy, bc the drivers are open source and included in the distro (Proxmox is Debian based), for Nvidia you’d have to deal with the proprietary stuff both on the host and on the containers.
I already did a few months ago. My setup was a mess, everything tacked on the host OS, some stuff installed directly, others as docker, firewall was just a bunch of hand-written iptables rules…
I got a newer motherboard and CPU to replace my ageing i5-2500K, so I decided to start from scratch.
First order of business: Something to manage VMs and containers. Second: a decent firewall. Third: One app, one container.
I ended up with:
Things look a lot more professional and clean, and it’s all much easier to manage.
Have you tried FreshRSS for feeds ? I’m pretty happy with it.
No CDN. The secret is way simpler: It’s a static site. Just a bunch of files served directly by Nginx. I use Pelican to generate the site from Markdown files.
Hello selfhosters.
Here’s my list of stuff:
On a VPS hosted in Germany:
On my home server (my old gaming PC, repurposed)
I use Heimdall too, with a bunch of other things. One of them is Pihole.
Pihole will not only help blocking ads at DNS level, it will also work as DHCP server and resolve localy configured addresses, like homepage.ourhome.
Put it on your network and disable the DHCP feature in your WiFi router/firewall (you may need to explicitly set it to forward DHCP to Pihole).
One warning, do not set up names like host.local. the TLD .local is reserved it will cause issues.