• 0 Posts
  • 22 Comments
Joined 4 years ago
cake
Cake day: June 14th, 2022

help-circle

  • If your server doesn’t rely on docker I would give FreeBSD a try. I’ve been using Debian for 20 years and moved to FreeBSD a few years ago. Now I can never go back. Not that I don’t like Debian anymore but FreeBSD is a true server system. Simple, fast and stable. And with their jails implementation (something like docker but less obscure) you can easily isolate your services from the rest of the system.




  • I don’t know exactly what you want host but I have an old Fujitsu Q920 i5 with 16 GB of RAM and a 2 TB SSD drive which cost me around 200 Euro.

    I’m serving around 20 services on it including Nextcloud, Navidrome, Paperless NG, Emby, Matrix, Friendica, Wireguard, Zabbix, DNS blocker and a few VMs. Processor utilization is around 5% most of the time and it uses about 8 GB of RAM.

    I admit that Nextcloud could be more responsive and faster but for the family it is enough.

    I haven’t exactly checked how much electricity I’m using but I would have noticed a bigger change on my bill.

    For backups I have a remote node at another location that retrieves ZFS snapshots periodically.

    Anyway. I have this setup for 2 years now and I’m happy. It does what I expect it to do.

    As a side note. i use FreeBSD with jails and bhyve for this. A Proxmox running VMs with nested Docker apps may need something more performant so be aware.




  • I settled on a Fujitsu Q920 with 16 GB of RAM and a 1 TB SSD. Runs FreeBSD 14.1 and each service has its own Jail.

    Services:

    DNSmasq - local DNS and adblocker Wireguard Navidrome MPD - Media server Vaultwarden - password save Radicale - cardav and caldav server TinyRSS - RSS aggregator Zabbix - server and service monitoring Postgresql Gitea - git repository Emby - jellyfin alternative Mariadb Bhyve VM with Debian running 2 apps (invoiceplane and leantime) which use a quite old php version and I never had time to port to Freebsd.

    A second machine that starts daily and creates a backup of machine 1 by using ZFS autobackup.

    Nothing fancy but it does what I need.




  • I’m a long time user of Debian myself too. No cutting edge fuzz, just a working, stable OS all of the time. What else do you need for a server? It always did the job.

    But then I stumbled on FreeBSD, and man, that’s a server OS. Simple design and blazing fast. No Docker but I never liked it anyway. My Docker is called Jails and in my opinion is they’re superior. Service isolation on the next level.

    On my laptop? Debian due to hardware and software support. And I’ll stick to that for now. I feel home on that distro.

    I can’t say anything about OpenBSD as I never tried it but it sure is a perfect fit for a server as well depending on your needs and preferences. BSD just rocks!



  • Same here. I’m using mainly FreeBSD on my servers so docker is a no go due to lack of support. I have to stick with Photoprism for now as it offers a install without docker and it does the job for me. Anyhow, I’m not happy with the trend that most FOSS projects today limit the deployment on docker and do not offer a way of a plain install on you *nix system of choice.







  • I have been using Debian for the last 20 years or so. I also had a brief encounter with Gentoo which was a big help to dive into compiling, specially kernels adjusted to low performant and old hardware. I have been using Debian for my servers (web mostly) but discovered FreeBSD and jails for myself this year. It didn’t take long to convet my primary webserver to FreeBSD. Until now, no complains. I have an easy way to isolate websites and services in their own jail allowing users to access theirs without conpromising host security.