• 1 Post
  • 12 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle



  • I used to self-host an Invidious instance on my home server for personal use, but at some point it stopped working and I haven’t tried it again. I might give it another try along with Piped.

    But as bad as YT is, by this point I have trained “The Algorithm” well enough that the home feed suggestions are pretty good at pointing me to stuff I actually would watch (mainly tech, science and engineering topics), I think none of the alternative frontend does suggestions, right?




  • Shurimal@kbin.socialtoSelfhosted@lemmy.worldTailscale help needed
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    6 months ago

    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.