File tree 2 files changed +16
-0
lines changed
Filter options
2 files changed +16
-0
lines changed
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ The External Storage Support application enables you to mount external storage
6
6
services and devices as secondary ownCloud storage devices. You may also allow
7
7
users to mount their own external storage services.
8
8
9
+ ownCloud 9.0 introduces a new set of :ref: `occ commands for managing external storage <files_external_label >`.
10
+
11
+ Also new in 9.0 is an option for the ownCloud admin to enable or disable sharing on individual
12
+ external mountpoints (see :ref: `external_storage_mount_options_label `). Sharing on such
13
+ mountpoints is disabled by default.
14
+
9
15
Enabling External Storage Support
10
16
---------------------------------
11
17
@@ -66,8 +72,15 @@ individually with the following options:
66
72
67
73
* Encryption
68
74
* Previews
75
+ * Enable Sharing
69
76
* Filesystem check frequency (Never, Once per direct access)
70
77
78
+ The **Encryption ** checkbox is visible only when the Encryption app is enabled.
79
+
80
+ **Enable Sharing ** allows the ownCloud admin to enable or disable sharing on individual mountpoints.
81
+ When sharing is disabled the shares are retained internally, so that you can re-enable sharing
82
+ and the previous shares become available again. Sharing is disabled by default.
83
+
71
84
.. figure :: external_storage/images/mount_options.png
72
85
:alt: Additional mount options exposed on mouseover.
73
86
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ and PHP. ``owncloud-files`` installs only ownCloud. This is useful for custom LA
24
24
allows you to install your own LAMP apps and versions without packaging conflicts with ownCloud.
25
25
See :doc: `installation/linux_installation `.
26
26
27
+ New option for the ownCloud admin to enable or disable sharing on individual external mountpoints
28
+ (see :ref: `external_storage_mount_options_label `). Sharing on such mountpoints is disabled by default.
29
+
27
30
Changes in 8.2
28
31
--------------
29
32
You can’t perform that action at this time.
0 commit comments