

“NAS” is just an acronym for “Network Attached Storage”. Companies have capitalized on that and will happily sell you a “do everything box”…Until you realize that it’s closed-source, overpriced, and underpowered garbage that will go EOL after a couple years, and might even lock you out of using non-approved drives coughSynologycough
A NAS is literally any computer that is setup to host storage that’s accessible over a network. That’s it. Don’t get suckered into overpriced underpowered crap. Dollar for dollar, literally any PC made in the last decade has more horsepower than a brand new “dedicated NAS”. Hell, a Pentium G4560T (i.e. 6th/7th gen Intel) will run OMV or TrueNAS or whatever without a hitch. Stuff an old ATX case with hard drives, load OMV or TrueNAS or something, and go to town.
Same here. Dockge is also developed by the Watchtower dev.
It’s so much easier to use than Portainer: no weird licensing shit, uses standard Docker locations, and works even with existing stacks. Also helps me keep Docker stacks organized - each
compose.yaml
lives in it’s own folder under/opt/stacks/
.I have 4 VMs on my cluster specifically for Docker, each with it’s own Dockge instance, which can be linked together so that any Dockge instance in my cluster can access all Docker stacks over all the VMs.