I wish I could use linux, most (not all) of the apps I use regularly are better on a linux distro. I self host a lot of services on linux machines, and god I would love to rid myself of Microsoft. But my main computer OS? still stuck with Windows.
I just (a few years ago) upgraded my graphics card and at that time NVidia had a better deal then AMD… I’m not sst to upgrade for at least 5 years still. Every distro I’ve tested have weird problems that cannot be solved by a few lines of code, all seem to point to Nvidia, but it’s hard to say without testing without.
My main computer is working as is with Windows, until there is a linux distro that just works with nvidia, I’ll stick to it and the many tools I have to keep my things as private from Microsoft as I can. One of the many problems I’ve had is the task bar/desktop/windows hang/freezes, have to go in the terminal to reboot or force a shutdown. If I have to reboot everytime I want to use the computer and reset all my apps, when the only times it happens now is when windows forces it : not for me thanks.
I am using nginx on a separate machine (VM) I have yet to try it in docker, I just have not found a reason to change it yet.
I’ve tried npm, caddy and traefik but they are always way more complicated then adding a new config file in nginx…
I feel the others add too much to the docker configs and limit what can be added to the reverse proxy. I have control of access from the nginx server, without having to change the apps configuration.
NPM is the closest to what I would like (only needing the same network in docker) if I go the docker way but for some reason it never works as it should when I configure it. So I am sticking to plain nginx.