i love selfhosting :3

  • frongt@lemmy.zip
    link
    fedilink
    English
    arrow-up
    39
    ·
    13 days ago

    Why do you use two separate Debian VMs plus a truenas VM running nextcloud?

  • zr0@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    19
    ·
    13 days ago

    You should look into container technology. No reason to have this many operating systems wasting resources

  • renegadespork@lemmy.jelliefrontier.net
    link
    fedilink
    English
    arrow-up
    15
    ·
    13 days ago

    Nice stack! What’s the crab logo? I don’t recognize it.

    Do you notice a massive increase in request latency (like 10x-50x) when using a CloudFlare tunnel vs connecting directly to your IP? I’ve experimented with it a few times, but it really negatively impacts QoS for me, especially with federated services (like Matrix) where there are lots of small requests.

    • irmadlad@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      13 days ago

      Do you notice a massive increase in request latency (like 10x-50x) when using a CloudFlare tunnel

      Have not noticed that at all. I don’t run any federated services tho. Might be the difference, I don’t know.

        • Tim@lemmy.snowgoons.ro
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          13 days ago

          That seems unlikely; trust me, there are services running behind Cloudflare tunnels that are doing more requests per second than whatever you’re hosting does in a year.

          The only times I’ve had performance problems with Cloudflare tunnels it’s been intermediate network kit that didn’t like IPv6 or didn’t like QUIC (or both). You can try disabling both in cloudflared to diagnose (at least, you used to be able to disable them/switch to HTTP/2+IPv4, it’s been a very long time since I’ve needed to so I’m just assuming it’s still an option.)

  • mpramann@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    13
    ·
    13 days ago

    What is your reason for running two separate Debian docker hosts with under 5 containers in total? That seems like quite the overhead? And why did you choose to install Nextcloud on your TrueNAS server?

    • RecallMadness@lemmy.nz
      link
      fedilink
      English
      arrow-up
      11
      ·
      13 days ago

      Not OP. But i do the same.

      I have multiple proxmox hosts, running multiple VMs, each running containers.

      I do it so I can minimise disruption. Fixing a fault in immich doesn’t mean the house is without plex for a week.

      • mpramann@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        3
        ·
        12 days ago

        Running multiple Proxmox hosts in a cluster makes sense so you can swap VMs from one the other and have extra hardware reliability. I’d also get grouping your containers on different Docker VMs the apply the same security rules to containers in a group (internally vs. externally available for example). But how does a faulty Immich container take down a Plex container?

        • RecallMadness@lemmy.nz
          link
          fedilink
          English
          arrow-up
          1
          ·
          11 days ago

          Could be anything.

          Something decides it’s going to fill your disk up with noise and plex enters a crash loop as it can’t write to disk any more.

          Your reverse proxy decides it’s not going to issue valid SSL certificates so all your plex clients refuse to connect.

          One day an OS update decides your network configuration wasn’t important, and your OS throws a shit fit because there’s no route to 192.168.1.100 any more

  • Decronym@lemmy.decronym.xyzB
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    7 days ago

    Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

    Fewer Letters More Letters
    HTTP Hypertext Transfer Protocol, the Web
    IP Internet Protocol
    NUC Next Unit of Computing brand of Intel small computers
    Plex Brand of media server package
    RAID Redundant Array of Independent Disks for mass storage
    SSH Secure Shell for remote terminal access
    SSL Secure Sockets Layer, for transparent encryption
    UDP User Datagram Protocol, for real-time communications

    [Thread #270 for this comm, first seen 2nd May 2026, 08:00] [FAQ] [Full list] [Contact] [Source code]

    • Coleslaw4145@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      13 days ago

      What makes you think its 4 proxmox nodes?

      To me it looks like 3 Debian VMs (2 of them running docker containers) and 1 TrueNAS VM running in a single Proxmox node.

  • xSikes@feddit.online
    link
    fedilink
    English
    arrow-up
    1
    ·
    13 days ago

    TruNAS is a VM? I thought it preferred bare metal? I would think it would be side by side with proxmox? (Still learning and planning my setup.

    • nagaram@startrek.website
      link
      fedilink
      English
      arrow-up
      2
      ·
      13 days ago

      I’ve got a virtualized set up to.

      Its pretty unbothered being virtualized so long as the disks are passed through. In my set up, I have the SAS board passed through and its using that.

      My reasoning is that I wanted a lot of disks space, but I couldn’t get that without just a big case in general, so I use the extra space to store GPUs for AI and encoding stuff