Skip to content

Commit d8592f1

Browse files
authored
Merge pull request #13316 from nextcloud/docs/federated-shares-display-toggle
docs(files_sharing): Document toggle for federated shares display
2 parents 914be07 + 8751a18 commit d8592f1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

admin_manual/configuration_files/federated_cloud_sharing_configuration.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,18 @@ such as ``http://192.168.10.50``, then your share URL will be something like
125125
accessible outside of your LAN. This also applies to using the server name; for
126126
access outside of your LAN you need to use a fully-qualified domain name such as
127127
``http://myserver.example.com``, rather than ``http://myserver``.
128+
129+
.. _federated_shares_display:
130+
131+
Changing the display of federated shares
132+
----------------------------------------
133+
134+
By default, federated shares are displayed in a separate section in the Nextcloud interface.
135+
It is possible to change this behavior and display them in the same section as internal shares.
136+
This can be controlled with a ``occ`` command:
137+
138+
.. code-block:: bash
139+
140+
occ config:app:set --value false --type boolean files_sharing show_federated_shares_as_internal
141+
142+
Set the value to ``true`` to display federated shares mixed with internal shares, or ``false`` to keep them in a separate section (default).

0 commit comments

Comments
 (0)