Nextcloud's config.php file is stored in the nextcloud_aio_nextcloud Docker volume and can be edited by following the config.php documentation.
You can run Nextcloud's usual occ commands by following the occ documentation.
{% endif %}{% if nextcloud_datadir starts with '/' %} Nextcloud's datadir is getting stored in the {{ nextcloud_datadir }} directory. {% else %} Nextcloud's datadir is getting stored in the {{ nextcloud_datadir }} Docker volume. {% endif %} See the NEXTCLOUD_DATADIR documentation on how to change this.
{% if nextcloud_mount == '' %} The Nextcloud container is confied and local external storage in Nextcloud is disabled. {% else %} The Nextcloud container is getting access to the {{ nextcloud_mount }} directory and local external storage in Nextcloud is enabled. {% endif %} See the NEXTCLOUD_MOUNT documentation on how to change this.
Nextcloud has an upload limit of {{ nextcloud_upload_limit }} configured (for public link uploads. Bigger uploads are always possible when users are logged in). See the NEXTCLOUD_UPLOAD_LIMIT documentation on how to change this.
For Nextcloud, a memory limit of {{ nextcloud_memory_limit }} per PHP process is configured. See the NEXTCLOUD_MEMORY_LIMIT documentation on how to change this.
Nextcloud has a timeout of {{ nextcloud_max_time }} seconds configured (important for big file uploads). See the NEXTCLOUD_MAX_TIME documentation on how to change this.
{% if is_dri_device_enabled == true and is_nvidia_gpu_enabled == true %} Hardware acceleration is enabled with the /dev/dri device and the Nvidia runtime. {% elseif is_dri_device_enabled == true %} Hardware acceleration is enabled with the /dev/dri device. {% elseif is_nvidia_gpu_enabled == true %} Hardware acceleration is enabled with the Nvidia runtime. {% else %} Hardware acceleration is not enabled. It's recommended to enable hardware transcoding for better performance. {% endif %} See the hardware acceleration documentation on how to change this.
For further documentation on AIO, refer to this page. You can use the browser search [CTRL]+[F] to search through the documentation. Additional documentation can be found here.