wip.

Keyoxide: $argon2id$v=19$m=8192,t=2,p=4$jxJjKHbOe6nCL4sFU0cPTQ$dIcs/Q8WShEaiy1l3VRnE34IEC0fcGgB

  • 0 Posts
  • 21 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle

  • Huge fan of Ente Auth as well. Completely open source and available on F-Droid. Offers encrypted backups with cloud options so you can easily restore between devices if needed.

    I swear it used to state if they ever had to charge for it free accounts would be grandfathered in, but now it just says free. Guessing the photo service covers its cost.

    Ente photos is also awesome. I’m a huge fan and subscriber.



  • Hadn’t heard of Talos before. Seems pretty neat. Since its run in memory I presume you could netboot it rather easily? I’ve not had issues with k3s myself but an immutable k8s distro sounds pretty nice.

    I evaluated rook ceph and raw ceph but I don’t think I need the benefits ceph offers as opposed to the increase in storage of a standard NAS with parity.



  • Ya I’m actually running k3s on em now but they dont do much as I’m switching them all over to eMMC or m.2 storage for the os.

    I’ve installed k8s manually before and that’s a fools errand. K3s is so much smoother.

    Its a group of rock64 and old pi. Picked up a new orange pi5 as well so itll be a three server node k3s setup.

    I was evaluating ceph but I think its overkill for my use. Too many drives needed 😅. I’m okay with parity and none of the data stored is irreplaceable. The stuff that is is off site backed up.

    I really just want to mimic the Unraid drive setup and move to infra as code as its easier for me to maintain.

    I may end up with proxmox in the end who knows.






  • Neat project!

    While this might not solve all of your use cases, did you consider a tool like mise?

    Theres a number of other options out there such as asdf-vm and others who’s names I can’t recall. I recently moved from asdf to miss but its a great way to install things on different machines and track it with your dotfiles, or any other repo you want to use. Mise has tons of configuration options for allowing overrides and local machine specific versions.

    It won’t tie into apt for your upgrades but you could just alias your apt update to include && mise up.