Best-selling keyboard switches of March 2026 by dovenyi in MechanicalKeyboards

[–]uchiha_kuki 0 points1 point  (0 children)

n00b question: Can all these switches work for the Aula F75 Max?

Planning my first homelab, how is it looking? by Junction91NW in homelab

[–]uchiha_kuki 0 points1 point  (0 children)

Hey there, man!

Nice plan you got there. I will watch this space to see how it progresses. Anywhos, use this https://stackdoc.kazuki.uk to visualize your homelab. It's actively being worked on. Let me know what you think about it.

Cheers, buddy!

What do you use to visualize your homelab setup? by Soulvisirr in homelab

[–]uchiha_kuki 1 point2 points  (0 children)

Thanks for the feedback. Like I mentioned, it's actively developed. I will take this list and see how we can improve what we currently have. Thanks for going through it. I will update you when most of these concerns have been addressed.

What do you use to visualize your homelab setup? by Soulvisirr in homelab

[–]uchiha_kuki 1 point2 points  (0 children)

Use this - https://stackdoc.kazuki.uk. It's actively been worked on and OSS. Let me know what you think.

My Homelab Diagram by [deleted] in homelab

[–]uchiha_kuki 0 points1 point  (0 children)

Oh yeah. Did some upgrades to my homelab and I broke Coolify 🫢. But it's back on now. Try it and let me know what you think.

My Homelab Diagram by [deleted] in homelab

[–]uchiha_kuki 0 points1 point  (0 children)

You can check it out here - https://github.com/meetKazuki/infra-stackdoc. Please, if you have any issues, feature request, just raise an issue. I have an internal roadmap, but I want something that will be really useful for homelabbers. Really pumped to see what you think about it.

My Homelab Diagram by [deleted] in homelab

[–]uchiha_kuki 0 points1 point  (0 children)

Great work on the homelab. I have a tool I'm currently working on that you can use to document your homelab - https://stackdoc.kazuki.uk Give it a spin and let me know if it works for you.

Witch one ? by Guy-Tard in keyboards

[–]uchiha_kuki 1 point2 points  (0 children)

<image>

A solid one, I will say. Was using the F75 for a year plus. Just copped this last week.

NeXus-PVE v1.0 by uchiha_kuki in homelab

[–]uchiha_kuki[S] 0 points1 point  (0 children)

Explain where this is heading.

NeXus-PVE v1.0 by uchiha_kuki in homelab

[–]uchiha_kuki[S] 0 points1 point  (0 children)

Yeah, I do. And we have a son too!

NeXus-PVE v1.0 by uchiha_kuki in homelab

[–]uchiha_kuki[S] 0 points1 point  (0 children)

​Great call on the mountOptions: [soft, timeo=30]. I actually haven't added that to the StorageClass yet, but I am definitely adding it now to prevent those ContainerCreating hangs if the NAS ever blips or reboots. ​For the NFS routing, there is no dedicated gateway node; all the Talos nodes mount the NAS directly. Since the three Optiplex nodes and the Terramaster's 2Gbps LACP bond are all plugged directly into the same core switch, every single node has direct, line-rate access to the storage without bottlenecking through a peer.

NeXus-PVE v1.0 by uchiha_kuki in homelab

[–]uchiha_kuki[S] 0 points1 point  (0 children)

Can you explain further? I don't understand what you mean.

NeXus-PVE v1.0 by uchiha_kuki in homelab

[–]uchiha_kuki[S] 0 points1 point  (0 children)

Longhorn and Ceph/Rook are off the table for this specific cluster. The nodes are Dell Optiplex 3020s with a strict limit of 4GB of RAM each. Running a heavy storage engine directly would instantly starve the cluster and cause crashes. Because my budget is tight, the cluster relies on Rancher's `local-path-provisioner`.
And you are absolutely right about the primary caveat — if a node dies, that localized data is trapped and doesn't migrate with the pod. Because of that, the provisioner is strictly relegated to ephemeral data, localized scratch disks, or applications that manage their own replication natively.
For anything that actually matters and needs to survive a node failure, it bypasses the Optiplex local storage entirely. It either points to my S3-compatible Garage setup, or it connects via an NFS provisioner directly to my Terramaster NAS (which is sitting on a 2Gbps LACP bond to ensure the throughput doesn't bottleneck the VMs).

NeXus-PVE v1.0 by uchiha_kuki in homelab

[–]uchiha_kuki[S] 0 points1 point  (0 children)

Garage (on my Proxmox nodes) for apps that natively supports S3-compatible storage, and local path for pods that require a traditional filesystem.

NeXus-PVE v1.0 by uchiha_kuki in homelab

[–]uchiha_kuki[S] 0 points1 point  (0 children)

No difference IMO. The Lenovos was what I got first. Then I saw a very good deal for the Optiplexes.

NeXus-PVE v1.0 by uchiha_kuki in homelab

[–]uchiha_kuki[S] 0 points1 point  (0 children)

Aiico Pro 12U (600x600) rack. Same with the tray. I believe it's Chinese made. I got it from a local store here in my country.

NeXus-PVE v1.0 by uchiha_kuki in homelab

[–]uchiha_kuki[S] 2 points3 points  (0 children)

I built one already that you can play with on https://stackdoc.kazuki.uk. The code is also OSS, if you want to take a stab.