• 4 Posts
  • 569 Comments
Joined 2 years ago
cake
Cake day: September 21st, 2024

help-circle





  • budget? kiln-dried spruce 2x4 and vertical rack rails. they come in multiple lengths.

    1000003307

    I built mine like this along with some 400pound rated castors, and some 1/8in MDF sheets to cover it.

    I love it tbh. I’ve got all my network infra in its own cabinet inside that has its own cooling vents separate from the servers, that also have their own cooling, that are separate from power dist/batteries that have their own cooling.

    been running fine for almost 9 years now.

    the sides are paneled so it’s really easy to take one off and do any cable mgmt too.


  • I have found docker hates locally mounted NFS mounts direct to volume mounts. its kind of like symlinking a symlink of a symlink.

    best way I have found that this works is to use CIFS and declare a NAS share to an actual docker volume and then mount that inside the container like any other volume.

    personally I would have preferred NFS, but here we are.

    it has something to do with how NFS connectivity maintains a connection. it’s not “always on” but is inefficient when it quickly needs to reconnect for a read/write request. or at least something like that.







  • yes. all of the images I use are cached and stored in my locally hosted gitlab registry.

    I think I’ve got around 120-140 images. a lot of what I have is just in case of an emergency.

    I’ve always imagined I could build and run technological infrastructure after a social collapse or something, so I have a lot of images that could be a good basis to start with. Most OS images, popular DB images, etc. it would probably never work, but I’d rather have the option than not.