

2·
8 days agoI’m running OMV with the Docker Compose plugin and I just SSH in for everything else. I run this stack both at home and work. It’s a good middle ground for me of stability and customizability.


I’m running OMV with the Docker Compose plugin and I just SSH in for everything else. I run this stack both at home and work. It’s a good middle ground for me of stability and customizability.


Hindsight is 20:20, but for anyone else reading this, my method for server transfers like this is to have a physical offline backup from the start of the transfer process. (obviously would need more disks if you have a big array, but at this scale you should have enough experience to handle this)
Once I have the physical backup, I set it aside, unplugged, until the entire process is done and I confirm it all went well. Then I feel safe enough to use that drive again after the first week or so goes smoothly.
At work, since I’m the sole IT, I’ve been putting everything into MkDocs and it’s been working out great for the team. Only complaint is that I can’t seem to figure out how to update anything without just relaunching the Docker container every time. They mention that you can live reload, but not how.