From 06de2e2582d9ce23dca673e9ee37bf68d06a9272 Mon Sep 17 00:00:00 2001 From: RealRancor Date: Mon, 25 Jan 2016 17:03:23 +0100 Subject: [PATCH] Describing skeletondir config option in default_files_configuration. --- .../configuration_files/default_files_configuration.rst | 8 ++++++++ .../configuration_server/activity_configuration.rst | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_files/default_files_configuration.rst b/admin_manual/configuration_files/default_files_configuration.rst index 921027648..114d09220 100644 --- a/admin_manual/configuration_files/default_files_configuration.rst +++ b/admin_manual/configuration_files/default_files_configuration.rst @@ -18,3 +18,11 @@ They appear on the user's ownCloud Files page just like any other files. .. image:: ../images/skeleton-files1.png +Additional Configuration +------------------------ + +The configuration option ``skeletondirectory`` available in your +``config.php`` (See :doc:`config_sample_php_parameters`) allows +you to configure the directory where the skeleton files are located. +These files will be copied to the data directory of new users. Leave +empty to not copy any skeleton files. \ No newline at end of file diff --git a/admin_manual/configuration_server/activity_configuration.rst b/admin_manual/configuration_server/activity_configuration.rst index 662fb28b6..142468a00 100644 --- a/admin_manual/configuration_server/activity_configuration.rst +++ b/admin_manual/configuration_server/activity_configuration.rst @@ -27,6 +27,6 @@ To configure your ownCloud to send out e-mail notifications a working Furthermore it is recommended to configure the background job ``Webcron`` or ``Cron`` as described in :doc:`background_jobs_configuration`. -There is also a config option ``activity_expire_days`` available in your +There is also a configuration option ``activity_expire_days`` available in your ``config.php`` (See :doc:`config_sample_php_parameters`) which allows -you to clean-up older activies from the database. +you to clean-up older activies from the database. \ No newline at end of file