generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2025-01-28 03:05:09 +00:00
parent bb52ef60f4
commit 526fd4ad31

View File

@@ -609,8 +609,9 @@ skeletondirectory
'skeletondirectory' => '/path/to/nextcloud/core/skeleton',
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.
copied to the data directory of new users. Set empty string to not copy any
skeleton files. If unset and templatedirectory is empty string, shipped
templates will be used to create a template directory for the user.
``{lang}`` can be used as a placeholder for the language of the user.
If the directory does not exist, it falls back to non dialect (from ``de_DE``
@@ -627,16 +628,15 @@ templatedirectory
'templatedirectory' => '/path/to/nextcloud/templates',
The directory where the template files are located. These files will be
copied to the template directory of new users. Leave empty to not copy any
copied to the template directory of new users. Set empty string to not copy any
template files.
``{lang}`` can be used as a placeholder for the language of the user.
If the directory does not exist, it falls back to non dialect (from ``de_DE``
to ``de``). If that does not exist either, it falls back to ``default``
If this is not set creating a template directory will only happen if no custom
``skeletondirectory`` is defined, otherwise the shipped templates will be used
to create a template directory for the user.
To disable creating a template directory, set both skeletondirectory and
templatedirectory to empty strings.
User session
------------