• 1 Post
  • 31 Comments
Joined 1 year ago
cake
Cake day: March 9th, 2024

help-circle



  • The server that runs the bulk of my homelab does not have a graphics card. My TrueNas Scale server does as well as my desktop. The video’s are stored on the NAS and the remote shares are available on any system. So no graphics card in the server(s) is not ideal but They are beefy servers and still plenty capable of running ffmpeg but the conversion does not have to happen there.






  • I use fedora kinoite atomic fedora with KDE. I have had no stability issues on a day to day usage for going on 2 years. I agree plasma is plasma regardless of distro but some distros update slower. Fedora is not bleeding edge but does do a pretty good job of staying ahead of the curve. I have been a Linux user since the 90’s and have been around the block a few times with different distros. I always fall back to redhat/fedora for my desktop day to day.






  • I like the question. Nothing would make me change. I use Debian for servers and fedora for my desktop. The distro is not what makes it good or not. The window manager does not change the only think that does change is the package manager and how up to date it is.

    I only use Debian for servers because the installer makes it super easier to install without a wm.

    I use fedora for my desktop because I like the atomic versions and more up to date packages.


  • Nginx, caddy and haproxy are 3 choice for reverse proxy. The way a reverse proxy works is it looks on port 80 and 443 for requests to a DNS connection. Like say you want to go to jellyfin you may have a DNS entry for jellyfin.personalsite.tld the reverse proxy will then take that and redirect the connection to the proper port and server behind your firewall. You do not need multiple reverse proxies. In the case of haproxy and nginx (only ones I have experience with) you create a “back end connection” like explained above and it will redirect. In the case of nginx it is very small I installed it natively and setup configs for each of my services for easy maintenance.