Nextcloud appreciation post
Nextcloud appreciation post
After months of waiting, I finally got myself an instance with Libre Cloud. I was expecting basic file storage with a few goodies but boy, this is soooo much more. I am amaze by how complete this is!!! Apps let me configure my instance to fit everything I need, my workflow is now crazy fast and I can finally say goodbye to gdrive, gsuite, trello, calendar, etc. All of this, with 1tb while not giving any of ma data to some evil business for... 10$ cad a month!? Can't believe this is not what every organisation are using.
Really a pain in the ass to set up and tweak to your liking. After you overcome that hurdle, it runs relatively good.
Using Nextcloud AIO takes that pain away if you are into Docker. It has everything needed bundled in it, including a db and web server.
I was surprised to know that there is no tool to pass from Nextcloud to AIO.
True. Have a setup running on Kubernetes with their helm chart but the documentation is (or at least was) insufficient on what is important to back up, so I had to start over once, learning the hard way that the config file contains the one string you always need for recovering data. Since then, it is pretty stable and I had almost no problems.
What was it? I'm planning to do a nextcloud deployment via helm soon.
docker-compose up -d
Oof what a pain this was! Glad it finally works and I can move on with my life!!
Hey hey hey. That’s not fair. You also have to
sudo apt install docker.io docker-compose