I am setting up my NAS right now, and I need some suggestions for apps that I can run on my NAS or self-host.

  • I have seen some online articles, but they are too confusing because they list too many apps for each category.

  • I want backup apps for iOS, Android, Mac and Windows. (It would be great if they could back up automatically).

  • I want to sync my calendars and contacts.

  • I want to download media like TV shows and movies. (And music, too). “Of course, only legal obtained from the internet cough.”

  • I want apps that let me access my data from anywhere.

  • I saw this cool thing where you could use a Raspberry Pi to access your NAS bios from your PC.

Os - Unraid

  • Rikudou_SageA
    link
    English
    117 months ago

    My recommendation: host OpenVPN, change the default port and only access your NAS from the internet using your VPN. Also only allow the VPN port on your router firewall.

    • @a4ng3l@lemmy.world
      link
      fedilink
      English
      37 months ago

      Yeah definitely a good idea. Routing your mobile traffic through it so your carrier cannot access your traffic and the services you don’t want to share location with can’t snoop as much on you.

      • Rikudou_SageA
        link
        English
        37 months ago

        I meant more because people generally don’t have as much time to spend on IT security as companies, but yeah, it works for privacy as well.

      • @shiftymccool@lemm.ee
        link
        fedilink
        English
        27 months ago

        Depends on your router. I have an Asus and it has a free ddns option through their domain. I point my Wireguard client at this address and never think of it again. That way, the only port that’s open on your router is a Wireguard port and they don’t respond to sniffing.

        If that’s not a possibility, I had a ddns service before that for like $2/month

        • @Discover5164@lemm.ee
          link
          fedilink
          English
          27 months ago

          maybe is specific to my country, but here the majority of network plans have a CGNAT down the line. So we have a private ip at the router and there is no way to reach it, unless you reley the traffic to a third point.

          if you want a public ip (even dynamic) you need to pay up

          • @qjkxbmwvz@lemmy.sdf.org
            link
            fedilink
            English
            17 months ago

            You can grab a static public IP on a VPS for free. That’s what I do — works well, though the VPS speed is capped pretty low.

        • Turun
          link
          fedilink
          English
          27 months ago

          I have a vps for 2€/month. It’s not a powerful machine, but easily enough to host wireguard and caddy.

        • Encrypt-Keeper
          link
          fedilink
          English
          17 months ago

          No he doesn’t mean a static IP, he means a publicly routable IP. That’s not something DDNS will help you with.

      • Rikudou_SageA
        link
        English
        17 months ago

        True. But pretty much the same applies for dynamic DNS services, except you have to trust your dynamic DNS provider.

          • Rikudou_SageA
            link
            English
            17 months ago

            It makes a tunnel through to you and links to that.

            • Encrypt-Keeper
              link
              fedilink
              English
              2
              edit-2
              7 months ago

              DDNS doesn’t do tunneling. DDNS is a solution to a changing public IP, not something like CGNAT. You’d need a separate service with a relay server to do something like what you’re suggesting, like how Zerotier or Tailscale work.

              • Rikudou_SageA
                link
                English
                17 months ago

                Ah, I’ve only ever seen it in combination with a tunnel, so I assumed it’s part of that.

    • @qjkxbmwvz@lemmy.sdf.org
      link
      fedilink
      English
      17 months ago

      +1, but I’d opt for WireGuard.

      And if you don’t want to deal with dynamic DNS, or if you don’t have access to router admin (e.g., apartment building provides Internet access), you can grab a VPS with a public IP (some services are free!) and tunnel through that.