Skip to content

docs(files_sharing): Document toggle for federated shares display #13316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Loading