I read that there is a custom_apps folder, but I’m not sure where to find it in Nextcloud All-In-One docker. Where do I add apps from the apps.nextcloud store to that folder, or is there a better alternative?
Typically one doesn’t manually download from the app store nor drop apps into that folder. Use the integrated app store within the Web UI of your Nextcloud Server itself to install apps.
However the location is /var/www/html/custom_apps
within the nextcloud-aio-nextcloud
container.
Thank. So, in web UI, the ‘featured apps’ section are the only apps available to download?
No. You can install all apps. If you find an app in you Nextcoud app store or at https://apps.nextcloud.com, you can search the app in your app installation part and try to install it.
However, there are apps that do not run easily because they require additional complications, for example. Examples include Nextcloud Office and Nextcloud Talk. Read about this on https://apps.nextcloud.com, or the linked subpages mostly GitHub.
Apps that are not directly supported by Nextcloud GmbH can also lead to problems, e.g. during upgrades. But you only learn this through experience.
So, features apps won’t break Nextcloud, but apps in the app store ‘may’ break.
Do I put the app folder downloaded from the store inside /var/www/html/custom_apps
?