• 0 Posts
  • 3 Comments
Joined 1Y ago
cake
Cake day: Jun 17, 2023

help-circle
rss

Looks pretty and is stable, but two fatal flaws:

  1. Browsing by genres displays individual pieces/songs, not albums. Browsing albums or artists doesn’t allow any filtering by genres, years or any other metadata. Haven’t found a way to change that behaviour and as someone who listens to albums, not songs, and has thousands of albums this is a complete dealbreaker for me.

  2. No support for UPnP/DLNA to stream from my phone to my stereo (or, for that matter, any modern AV receiver/streamer/network stereo receiver all which support UPnP/DLNA).


Set up Tailscale as exit node to your local network.

Make sure that your network is not standard 192.168.0.x or 192.168.1.x IP address range, but something like 192.168.101.x so you don’t have IP conflicts when accessing from a friend’s house or workplace wifi.

Set up Nginx to redirect your home server IP (eg. 192.168.101.5) to the correct port for your dashboard like Heimdall or Dashy.

That’s it. Works like a charm for me if set up this way.

Addendum: if you have trouble on Android, disable MagicDNS.


Having faced the same situation, here’s my 2 cents:

  • OMV is the best solution for reusing/upcycling old consumer grade PC hardware. Your storage pool is easily expandable using MergerFS, you don’t need 16+ GB of RAM, and you certainly don’t need server-grade hardware. But you won’t have the bells and whistles the ZFS offers (yes, there is ZFS plugin, but at this point, why not just use TrueNAS?).
  • TrueNAS if you intend to build a “serious” storage server with many GB-s of ECC RAM, multi-Gbit networking and all that jazz. And if you have the budget to buy 5 or 6 large HDD-s at once to start out your storage pool with a single vdev using RAIDz1 or RAIDz2 (or buy 2 HDDs for a single mirrored vdev with a whopping 50% of all your current and future storage going to redundancy). As I understand it, ZFS expandability is in the works, but not production-ready yet—which makes ZFS less suitable for ad hoc grow-it-as-you-go storage solution.

In the end, OMV won it out for me, the 10TB motley crew of various HDD-s has served me well and I can expand cheaply when my needs grow.