Skip Navigation
Jump
Is an ARM cluster a good idea?
  • Would it be fun? Probably. Would you learn stuff? Almost certainly yes. Useful as a full time production environment? Nah.

    There are worse things to spend your money on. If it all goes tits up, usb network adapters are always useful, especially with the amount of laptops that don't come with network ports these days.

    1
  • Jump
    Connect Docker host to Synology via NFS for container data?
  • If its just files over NFS its more than likely fine. If its a database of some sort, it might work up until it doesn't, as I found out recently. My Uptime-Kuma DB got corrupted and I had to redo it from scratch. They also say NFS mounts are unsupported so that's what I get.

    1
  • Jump
    Turnkey NAS versus DIY NAS - do you regret the solution you chose?
  • Synology DS1821+. I had a go at making a hyperconverged setup with an HPE DL380p G8, loud and power hungry. Also HPE are dicks with their hardware, can't boot off the array when in passthrough mode.

    Got a SuperMicro machine to try the same thing, again, loud and hungry.

    The Synology is quiet and sips power. While it has no hope in hell of doing ZFS and the interface is proprietary as hell, SHR2 and BTRFS just works for me. I have a large network accessible space for "linux isos" and iSCSI for Proxmox.

    I need to get rid of those 2 servers...

    1
  • Jump
    Notifications when 4g router goes offline
  • Uptime-Kuma has push monitoring. Get the modem or another device connected to it to curl or wget the URL every minute then have Uptime-Kuma send a Discord or Slack or whatever notification to you. When the url becomes unavailable, you get a notification.

    Host it on a VPS or you can use Fly.io for free.

    1
  • Jump
    Moved all of my Docker instances hosted on LXC's over to VM's...it wasn't too horrible actually.
  • LPT: if you store your data on a NAS or somesuch, you can use NFS volumes to expose that data to your containers. That way, if you need to rejigger or blow away your setup, you don't lose anything that can't be rebuilt easily.

    1