Install Nextcloud AIO with specific version of Nextcloud Instance

Hi, please help installing Nextcloud AIO with specific Nextcloud version?

My current situation:

  • Nextcloud AIO installation version 12.3.0 (latest)
  • it comes with Nextcloud 32.x.x

How I can control/install specific version of Nextcloud in AIO installation, such as Nextcloud version should be 31.x.x.

My problem is, Organization Folders app are currently support only Nextcloud 31, I really need this app for Folder Permissions assignment which recently I can not achieve with basic share features of Nextcloud.

Thanks

Hi

This is unfortunately not possible. AIO ships nc32 by default.

However feel free to subscribe to and upvote Nextcloud 32 compatibility · Issue #53 · verdigado/organization_folders · GitHub

1 Like

Thanks for the reply @szaimen

Last night, I was trying to use this specific docker tags, aio-nextcloud:20251031_122139, I supposed this tag is the latest release shipped with nc31.

I was manually downloaded each required images with that tag (20251031_122139) and tagged it as latest in my local registry. When starting aio-mastercontainer I was thinking it will used my custom tag.

But no, AIO script was downloading newer images fresh from ghcr.io. Is there any way to prevent this from happening? and maybe any downside if this method could work :grin:

I also found the installation script is somehow related to containers.json file in AIO workdir, which it has variable called %AIO_CHANNEL%, I haven’t see any documentation for this variable