diff --git a/php/templates/includes/aio-config.twig b/php/templates/includes/aio-config.twig
index 28f66654..5f62cbf0 100644
--- a/php/templates/includes/aio-config.twig
+++ b/php/templates/includes/aio-config.twig
@@ -1,8 +1,8 @@
Click here to view the current AIO config and documentation links
{% if domain != '' %}
- Nextclouds config.php file is stored in the nextcloud_aio_nextcloud Docker volume and can by edited by following this documentation
- You can run Nextcloud's usual occ commands by following this documentation
+ Nextclouds config.php file is stored in the nextcloud_aio_nextcloud Docker volume and can by 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 '/' %}
@@ -10,27 +10,27 @@
{% else %}
Nextcloud's datadir is getting stored in the {{ nextcloud_datadir }} Docker volume.
{% endif %}
- See this documentation on how to change this.
+ See the NEXTCLOUD_DATADIR documentation on how to change this.
{% if nextcloud_mount == '' %}
The Nextcloud container is currently confied and local external storage in Nextcloud is disabled.
{% else %}
The Nextcloud container currently gets access to the {{ nextcloud_mount }} directory and local external storage in Nextcloud is enabled.
{% endif %}
- See this documentation on how to change this.
+ See the NEXTCLOUD_MOUNT documentation on how to change this.
- Nextcloud currently has an upload limit of {{ nextcloud_upload_limit }} configured (for public link uploads. Bigger uploads are always possible when users are logged in). See this documentation on how to change this.
+ Nextcloud currently 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.
- Nextcloud currently has a timeout of {{ nextcloud_max_time }} seconds configured (important for big file uploads). See this documentation on how to change this.
+ Nextcloud currently 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.
- For Nextcloud, a memory limit of {{ nextcloud_memory_limit }} per PHP process is currently configured. See this documentation on how to change this.
+ For Nextcloud, a memory limit of {{ nextcloud_memory_limit }} per PHP process is currently configured. See the NEXTCLOUD_MEMORY_LIMIT documentation on how to change this.
{% if is_dri_device_enabled == true %}
The /dev/dri device which is needed for hardware transcoding is currently attached to the Nextcloud container.
{% else %}
The /dev/dri device which is needed for hardware transcoding is currently not attached to the Nextcloud container.
{% endif %}
- See this documentation on how to change this.
+ See the NEXTCLOUD_ENABLE_DRI_DEVICE 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.