From 8751a18d9c4ddaff8bf2f39e33ef19a201dbb242 Mon Sep 17 00:00:00 2001 From: nfebe Date: Thu, 14 Nov 2024 07:15:04 +0100 Subject: [PATCH] docs(files_sharing): Document toggle for federated shares display --- .../federated_cloud_sharing_configuration.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/admin_manual/configuration_files/federated_cloud_sharing_configuration.rst b/admin_manual/configuration_files/federated_cloud_sharing_configuration.rst index bb33c805d9a..299a25a76d6 100644 --- a/admin_manual/configuration_files/federated_cloud_sharing_configuration.rst +++ b/admin_manual/configuration_files/federated_cloud_sharing_configuration.rst @@ -125,3 +125,18 @@ such as ``http://192.168.10.50``, then your share URL will be something like accessible outside of your LAN. This also applies to using the server name; for access outside of your LAN you need to use a fully-qualified domain name such as ``http://myserver.example.com``, rather than ``http://myserver``. + +.. _federated_shares_display: + +Changing the display of federated shares +---------------------------------------- + +By default, federated shares are displayed in a separate section in the Nextcloud interface. +It is possible to change this behavior and display them in the same section as internal shares. +This can be controlled with a ``occ`` command: + +.. code-block:: bash + + occ config:app:set --value false --type boolean files_sharing show_federated_shares_as_internal + +Set the value to ``true`` to display federated shares mixed with internal shares, or ``false`` to keep them in a separate section (default).