docs: note admin interface
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/767/head
parent
f13e868e72
commit
e514e75959
|
@ -4,7 +4,12 @@ description: Steps to configure Memories for the best experience and performance
|
|||
|
||||
# Configuration
|
||||
|
||||
Starting with v5.0.0, you can fully configure memories using the admin panel. With an admin account in Nextcloud, go to `Settings -> Memories`. Memories runs a background indexing job to extract EXIF metadata from photos and videos, as well as immediately on every upload.
|
||||
!!! danger "Use the admin interface"
|
||||
|
||||
Starting with v5.0.0, you can fully configure memories using the admin panel. With an admin account in Nextcloud, go to `Settings -> Memories`.
|
||||
Using the admin interface for configuration is **strongly recommended** in most cases.
|
||||
|
||||
Memories runs a background indexing job to extract EXIF metadata from photos and videos, as well as immediately on every upload.
|
||||
|
||||
If you just installed memories and want to speed up indexing, run the following commands. For usage of the `occ` command line, refer [here](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html) for more information.
|
||||
|
||||
|
|
|
@ -4,7 +4,11 @@ description: Steps to configure support for different image and video formats
|
|||
|
||||
# File type support
|
||||
|
||||
Memories supports the file types supported by the Nextcloud previews app. File type support is determined in part by the values listed in the `enabledPreviewProviders` configuration parameter in your configuration file. If your `config.php` does not contain an `enabledPreviewProviders` array, this means you are using Nextcloud's defaults. Copy the array over from `config.sample.php` before adding any of the values below, or else you will effectively disable all of the defaults.
|
||||
!!! danger "Use the admin interface"
|
||||
|
||||
It is **strongly recommended** that you use the Memories admin interface to configure file type support. This will ensure that your configuration is valid and that you do not accidentally disable support for any file types.
|
||||
|
||||
Memories supports the file types supported by Nextcloud. File type support is determined in part by the values listed in the `enabledPreviewProviders` configuration parameter in your configuration file. If your `config.php` does not contain an `enabledPreviewProviders` array, this means you are using Nextcloud's defaults. Copy the array over from `config.sample.php` before adding any of the values below, or else you will effectively disable all of the defaults.
|
||||
|
||||
If you add support for any one of the file types below, you must run `occ memories:index` to index these files.
|
||||
|
||||
|
|
Loading…
Reference in New Issue