Have I went overboard? Any suggestions? Or help? I travel a lot and don’t have a lot of time when I am home to setup and configure.

I’m using Cloudron on Linode for some things because I have StarLink and haven’t figured out how to connect via internet to my LAN yet. I can use VPN with the router but it seems wonky.

2 NAS

2 Raspberry Pi’s with DNS servers

Raspberry Pi with HomeAssistant

Separate NVR for cameras

Several Docker containers on one of NAS

A Raspberry Pi with DietPi. a 1TB attached drive and Docker Containers.

Cloudron on Linode for when I’m away from home.

  • curioushom@lemmy.one
    link
    fedilink
    arrow-up
    5
    ·
    1 year ago

    I would recommend Tailscale for connecting to the home network. You could run it on each box if running it on the router is wonky.

  • Big P@feddit.uk
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    Honestly if you haven’t the time to troubleshoot issues you might struggle to keep all of those up and running

    • thanatos@lemmy.worldOP
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      How else would I? Not exposing it to the WAN and with StarLink, VPN is the solution. Though not a network guy either.

      • shnizmuffin@lemmy.inbutts.lol
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        Subdomains with traffic routed through a reverse proxy listening on 80 and 443 (HTTPS everything with certbot SSLs) with a dynamic DNS client updating your DNS provider whenever your IP address changes.

          • vividspecter@lemm.ee
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            IIRC you can do the DNS challenge part, but you still wouldn’t be able to access it remotely. But you could use Tailscale for that, or Headscale on your VPS. You could also put a wireguard server on your VPS.

  • Rearsays@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    You’ve gone overboard when you’ve had experience with most of the software on the awesome self hosting lists

  • SJ0@lemmy.fbxl.net
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    TeamViewer is really nice when you’re on the road a lot. That way if you need to hop in and change something, you can do it from pretty much anywhere.

    • rambos@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      1 year ago

      TeamViewer is good until they decide its not personal use anymore. Better go for AnyDesk or even better RustDesk if you need remote desktop. But why not just wireguard or tailscale?

  • urvy@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    For VPN, PiVPN is super easy to setup and use. I dont even have a static IP with my ISP but it works like a charm with DynDNS, I use no-ip but there are plenty of options.

  • ChrislyBear@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    I had UrBackup running for 6 months+. It wasn’t reliably backing things up, configuring it to be accessible via Internet is almost impossible, adding clienta is a hassle and the config isn’t very user friendly.

    Furthermore I got the inpression, that it’s backups aren’t reliable; restoring files without UrBackup might be impossible.

    That’s why I’m now back at a incremental rsync backup script. It’s reliable, you can just restore things by copying them back via ssh and it uses a lot less space (!!!) than the UrBackup backups.

      • ChrislyBear@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        I used this one, with some modifications, like command line parameters to reuse it for different backup jobs.

        I’ve packaged it into a little docker container that runs crond and runs the script every day for a few backup pairs.

        • thanatos@lemmy.worldOP
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          I’m not sure if you expected to post a script or link and it didn’t work or if it’s error on my part.

  • bulwark@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    1 year ago

    Looks cool dude. Have you tried using Traefik on docker? You can name your service like https:// homeassistant.thanatos instead of 192 .168.1.1:8080.

    It’s pretty cool and it can even handle SSL certs.