relaymoth
@relaymoth@sh.itjust.works
- Comment on Another suggestion post 2 weeks ago:
Logseq. Have used it for years. Sync across devices via syncthing. Since its all markdown files there should be no issues.
Need to restore? Copy files to new location, point the program at the new folder and you’re good to go.
- Comment on Advice for setting up baremetal k8s lab 5 weeks ago:
I’ve been setting up a baremetal Talos-based cluster on 4 SFF machines and using Flux to declaratively deploy things to the cluster. Once you wrap your head around how Flux operates, deploying things becomes fairly straightforward.
For me, the most difficult process was deploying the cluster properly, but the recent-ish video posted on the Tailscale YT channel helped a LOT.
- Comment on How do you manage your home server configuration? 3 months ago:
I’ve got a forgejo instance setup but I haven’t migrated everything to it yet.
- Comment on How do you manage your home server configuration? 3 months ago:
I went the nuclear option and am using Talos with Flux to manage my homelab.
My source of truth is the git repo with all my cluster and application configs. With this setup, I can tear everything down and within 30 min have a working cluster with everything installed automatically.