summaryrefslogtreecommitdiffstats
path: root/apps/files_external/appinfo
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2017-06-02 17:08:49 +0200
committerMorris Jobke <hey@morrisjobke.de>2017-08-16 11:03:25 +0200
commit653610559deeaf767ceb4954b26f6d1a75381e77 (patch)
tree20a4a5dc9e120f0cfcf798dad3e41945fd8aab79 /apps/files_external/appinfo
parent4c558c99f326d4b399cc503c8c1a43e1099ba9d9 (diff)
downloadnextcloud-server-653610559deeaf767ceb4954b26f6d1a75381e77.tar.gz
nextcloud-server-653610559deeaf767ceb4954b26f6d1a75381e77.zip
Bye bye Dropbox v1
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/files_external/appinfo')
-rw-r--r--apps/files_external/appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml
index 74cb3e64e43..bf08da36604 100644
--- a/apps/files_external/appinfo/info.xml
+++ b/apps/files_external/appinfo/info.xml
@@ -3,7 +3,7 @@
<id>files_external</id>
<name>External storage support</name>
<description>
-This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, Dropbox, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.
+This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, Google Drive, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.
External storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation.
</description>