feat: add system address book documentation

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
This commit is contained in:
SebastianKrupinski
2025-03-16 16:09:32 -04:00
parent 9546e43b27
commit 2b0529f135

View File

@ -16,9 +16,20 @@ Nextcloud maintains a read-only address book containing contact information of a
Disabled users are removed from this address book.
You can disable access to the system address book by using the app config value ``system_addressbook_exposed``.
You can disable or enable access to the system address book by using the administration interface or with a command line command.
Please note that this does not influence :ref:`Federated sharing<label-direct-share-link>`.
Command Line
^^^^^^^^^^^^
Run ``occ config:app:set dav system_addressbook_exposed --value="no"`` to disable access to the system address book for all users.
Administration interface
^^^^^^^^^^^^^^^^^^^^^^^^
Navigate to *Administration Settings* -> *Groupware* -> *System Address Book* section and toggle the *Enable system address book* option.
Run ``occ config:app:set dav system_addressbook_exposed --value="no"`` to disable access to the system address book for all users. Please note that this does not influence :ref:`Federated sharing<label-direct-share-link>`.
.. warning:: If clients have already connected to the CalDAV endpoint, the clients might experience sync issues after system address book access was disabled. This can often be remedied by choosing a different default address book on the client and forcing a resync.