People seem to forget how much time and energy self hosting needs. Especially for code, I would want some redundancy, backups and security. Yet another server you have to take care off. I‘d recommend to stick to codeberg, even though forgejo looks very good.
If you look at the gauge, you can see that the ideal pressure is 1344 kPa or 13.44 bar. If you own a pump capable of using at least 14 bar, you are good to go.
I have ordered so many things over the past 8 years on AliExpress and the only issues I had was shops not delivering the right amount. Disputing that was never an issue. I wonder why so many other people have serious issues with it.
At the end of the day, the distribution is not that important for gaming, unless you need those 1-2 extra fps. Debian is a very good choice for workstations nowadays. I was a long time OpenSUSE user, always had joys with Debian, but yesterday switched to Garuda Linux (Arch variant optimized for gaming) and I love it so far very much.
As I have no idea what level of knowledge you have in IT, it might be hard to understand. I try to keep it ELI5. Years ago, if you wanted to run software, you had to buy a PC/server, which meant you had to buy all the hardware for it. As hardware development continued, things like CPU‘s suddenly got faster and were able to handle multiple tasks at once. So people had to come up with ways to share this power between different software components. For various reasons, you didn’t want to install everything on the same operating system, to avoid compatibility issues. The ideas of Virtual Machines and Containers was born. The key difference between those two concepts is, that in VM‘s, you have a full operating system running the software. In Containers, you share the operating system base, but the containers itself are isolated.
So, docker is providing an easy way to manage containers. Since the container itself does not have that much overhead in terms of „blocked resources“, we can create one container per application we want to run. One for Sonarr, one for Radarr, etc.
Since docker is running on Linux kernels, is there a way for you to have a Linux server? Or could you maybe install Linux in a VM?
Agree with this comment. Use docker. In the beginning a little bit more complex, but if used properly, you never have to care about updating anymore. @OP if you need some help, I can give you some advice and my Docker Compose file.
But in some cases you don’t want to use arbitrary addresses, but the exact same that was used to send you an e-mail. For me this is necessary and Simplelogin hides my real e-mail address. Additionally, I can with ease deactivate addresses and minimize spam by a lot.
I host my own Simplelogin instance and generate a new address for every service. Combined with Bitwarden, I now have a unique address and password combination for each account.