• 0 posts
  • 16 comments
Joined 3 years ago
Cake day: June 15th, 2023
  • I use TrueNAS, which supports TimeMachine out of the box and I have set up Samba-shares to make it simple for family members to drop files in a shared folder. Some of them also have a personal folder. This works on Linux, Windows and MacOS. I also use Wireguard to make sure they always have access to the share.

    TrueNAS has a learning curve, but it is reasonably well documented and if you spend some time up front, it pays of.

    I use an HP EliteDesk 800 Mini with two boot disks for redundancy and several disks connected trough USB3. Using USB disks are discouraged by TrueNAS but it has worked fine for several years for my low budget setup.

  • I have done this, but instead of PHP, I have used Server Includes, which is a performant and simple way to add repeating headers and footers etc without extra dependecies. Nginx, Apache and Caddy all supports Server Includes, but with different syntax. I have used Caddys templating language, which I am most comfortable with.

  • There are still edge cases, but things have improved rapidly the last year or two, to the point that most docker-compose.yaml files can be run unmodified with podman-compose.

    I have however moved away from compose in favor of running containers and pods as systemd services, which I really like. If you want to try it, make sure your distro has a reasonably new version of Podman, at least v4.4 ot newer. Debian stable has an older version, so I had to use the testing repos to get quadlets working.

  • In that case, I can recommend minicomputer’s like HP EliteDesk G2 800 Mini. You can get them with a variety of intel CPUs, they can take up to 32GB RAM, they have slot for M.2 disks and a regular 2.5" SSD – and they hardly use any power when idle, between 5 to 10 watts, depending on the CPU and CPU governor settings. They are sold used for ~€50 and if you buy newer generations you’ll get even more umpfh for a bit more cash.

    In other words, very competetive with the Pi’s, only more available, cheaper and about the same power consumption!