

This is great! Thank you for sharing


This is great! Thank you for sharing


I am completely fine with having this community for steam hardware. I don’t think it would be beneficial to have 10 smaller communities instead of one big. Lemmy is not a huge platform at the moment


The more I think about it the more I want to get a Steam Machine. My computer is around 15 years old now I am starting to wish for some more performance. I think the Steam Machine could last me many years to come.


LLAMA if I recall correctly was closed source until the source code was leaked online. After that Meta decided to just open source it.


The dot com bubble 2.0 is on the horizon


It depends on the project/container. Some containers run Debian, some Alpine, some Ubuntu. I mostly rely on the community scripts from here and use the defaults.
https://community-scripts.github.io/ProxmoxVE/
I guess everything that supports containers, QEMU and KVM is compatible to use as a guest OS in Proxmox.


Yes, as I said it’s a debian base. But Proxmox is built for servers and using it to host and share containers or virtual machines is super simple. Especially with the community helper scripts that can set up different self-hosting projects within minutes with minimal tinkering.


Personally I would recommend Proxmox. It’s a debian based distro for hosting containers and virtual machines


Whatever. You’re not worth my time anymore. Keep getting scammed by cloud hosting if you want to. I will keep using my home server and spread the word about how easy it is to host a home server and how much of a scam a VPS is.


When the majority of people talk about self-hosting they specifically talk about hosting a service on your own hardware. Not a rent on someone else’s computer…
https://en.wikipedia.org/wiki/Self-hosting_(web_services)
https://www.openproject.org/blog/why-self-hosting-software/
Even Lenovo knows this shit…


Sure, you could say that since you put the service on the VPS. But you don’t own the server and host it on your own hardware. Which is what the person you replied to was talking about. Why would you even point out that hosting a service requires special knowledge if you find hosting in a VPS and at home equal?


Once could say it requires special knowledge to host a service in the cloud too. The extra step I had to take was to open port 80 and 433 on my server and install nginx to forward the traffic to the right container on my local network since I only have one public IP. It took me minimal research to figure it out.


The point was that self-hosting is not hard if you do it the right way. You claim it’s very hard and requires specialized knowledge. I don’t think it’s much different than hosting in the cloud.


I got started self-hosting last week when I got a hold of a smal Lenovo ThinkCentre. I installed Proxmox on it and if I want to self-host something I just spin up a container or virtual machine on the Proxmox system. It’s so much easier than installing self-hosted projects on bare metal. And if you want to change things around then just disable or delete the container/vm and let Proxmox stay clean. If one container breaks the rest of the system will still function.
I could easily host Lemmy from home with Proxmox and a reverse proxy with my current setup. I am not going to because I am not interested in moderating a platform and all the responsibility that comes with it, but it’s very possible to do.
Edit: the Proxmox community helper scripts makes installing most things a breeze! I use them every opportunity I get.
https://community-scripts.github.io/ProxmoxVE/
This is the first script to start with on a fresh install
https://community-scripts.github.io/ProxmoxVE/scripts?id=post-pve-install


I think Linux Mint would be a good first distro.
I recently learned about a project called Operese. It is a Windows to Linux migration tool that also sets up Kubuntu. Kubuntu is Ubuntu with the KDE desktop environment instead of the GNOME desktop environment. I don’t know how well that tool works since I never tried it but it looks promising.
There is also a new project called Winboat that is meant to make it easier to install and use Windows software such as Adobe Photoshop


Isn’t that because of BTRFS? I also use Snapshots on my Arch system
If you can’t remember one or two commands then you are in fact stupid. With that said, Linux is for everyone.
There are distros that have auto updates as a feature they ship (Linux Mint comes to mind). There are distros that are basically impossible to break and there are distros where you are responsible for building your own system and keeping it functioning. It all depends on your own needs. Linux gives you the freedom to choose and there are more than one way to do things.
If you’re too stupid to remember one or two commands there are GUI applications available where you can click “a button” to update your system.
Or make an alias with the update command and name it “update”. This works on every distro.


The problem has originated because he changed the license resulting in older versions being the only way to ship duckstation.
Edit: lisence to license
I got started self-hosting using a small Lenovo Thinkcentre and an HP EliteDesk. Both are available to purchase for around 100 dollars on ebay. I have installed Proxmox on both of them. Proxmox is an operating system built on Debian Linux and is used to host containers and virtual machines. It has a great WebGUI to access the server.
Using Proxmox I have set up a Pelican container for game servers hosting, I run my own personal wiki, I have PiHole, Jellyfin, Audiobookshelf and a lot more.
To access your things out of home you can use a VPN to connect to your own network or open ports in your router. I only had to open port 80 and 443 to expose my reverse proxy to the internet and then I use the reverse proxy to route the traffic internally to the correct port and project. I also purchases a domain name and now I can use jellyfin.mydomain.com or wiki.mydomain.com or whatever.mydomain.com to access each project I self-host. It’s very convenient!
Trying new projects is super easy and if you want to remove something then just delete the container. No old leftovers will stay on the host system. There are also community scripts available to make hosting even easier. It will install and configure the containers for you.
https://community-scripts.github.io/ProxmoxVE/