ray@lemmy.ml to Open Source@lemmy.mlEnglish · 1 year agoownCloud Infinite Scale 4.0 is released!owncloud.comexternal-linkmessage-square24fedilinkarrow-up174arrow-down11
arrow-up173arrow-down1external-linkownCloud Infinite Scale 4.0 is released!owncloud.comray@lemmy.ml to Open Source@lemmy.mlEnglish · 1 year agomessage-square24fedilink
minus-squareSigHunter@feddit.delinkfedilinkarrow-up7·1 year agoI’m running latest version of normal owncloud in a docker container. Is there any advantage in using infinite scale oc? Not sure what the difference actually is
minus-squareContend6248@feddit.delinkfedilinkarrow-up6arrow-down1·edit-21 year agoI successfully spun up an instance now, took me some fiddling, but that’s me not knowing docker-compose too good, You don’t need a database, it’s not using SQL, and they separate everything in different layers and microservices. Compared to PHP ownCloud and Nextcloud this does feel like the next gen. For better or for worse, i have yet to find out.
minus-squareSigHunter@feddit.delinkfedilinkarrow-up3·1 year agoI see what you mean, all their docker compose examples are horrible. not one simple deployment, like they want to make it as complicated as possible
minus-squareTiritibambix@lemmy.mllinkfedilinkarrow-up1·1 year agoHello. I’m a bit late to the party but would you mind sharing your working example ?
I’m running latest version of normal owncloud in a docker container. Is there any advantage in using infinite scale oc? Not sure what the difference actually is
I successfully spun up an instance now, took me some fiddling, but that’s me not knowing docker-compose too good,
You don’t need a database, it’s not using SQL, and they separate everything in different layers and microservices.
Compared to PHP ownCloud and Nextcloud this does feel like the next gen.
For better or for worse, i have yet to find out.
I see what you mean, all their docker compose examples are horrible. not one simple deployment, like they want to make it as complicated as possible
thanks for the insight!
Hello. I’m a bit late to the party but would you mind sharing your working example ?