

This is great! Thank you for sharing


This is great! Thank you for sharing
Haha it’s harder to tell in writing but I can miss jokes like that sometimes in real life too. But usually I get jokes and joke a lot myself. I don’t have any diagnosis but I suspect I might have ADD. I haven’t gotten around to check but I know for sure something is not right with me.
Have you never interacted with a person on the autism spectrum?
Edit: Is this a joke that went over my head?


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
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/