From fcf39ca3028a87deba74ef7cd084d6474f38fb70 Mon Sep 17 00:00:00 2001 From: gStart9 Date: Thu, 19 Feb 2026 13:39:17 -0700 Subject: [PATCH 1/2] Fix NextCloud Mac "Server Path" Instructions --- .../service-guides/nextcloud/nextcloud-setup/nextcloud-mac.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/source/service-guides/nextcloud/nextcloud-setup/nextcloud-mac.rst b/site/source/service-guides/nextcloud/nextcloud-setup/nextcloud-mac.rst index 3a18d83c..4243dc51 100644 --- a/site/source/service-guides/nextcloud/nextcloud-setup/nextcloud-mac.rst +++ b/site/source/service-guides/nextcloud/nextcloud-setup/nextcloud-mac.rst @@ -58,7 +58,7 @@ The smoothest experience will be using direct account integration with your Mac. :width: 60% :alt: nextcloud app password - - Server Path - You can find complete path in Nextcloud -> Calendar settings -> Copy iOS/macOS CalDav address. For setting up contacts/CardDav use the same path. + - Server Path - You can find the complete URL, from which you can extract your "Server Path", in Nextcloud -> Calendar settings -> Copy iOS/macOS CalDav address. Once you've copied the full URL using the button, remove everything that occurs before `/remote.php` -- this will leave you with a text string in the following format: `/remote.php/dav/principals/users/username/`. So, for example, the admin user's Server Path is `/remote.php/dav/principals/users/admin/` For setting up contacts/CardDav, use this same text string. .. figure:: /_static/images/nextcloud/native-nextcloud-integration-macos-step3.3.png :width: 60% From cc30dc15cbc87d1047a3f87230432dd175fc512d Mon Sep 17 00:00:00 2001 From: gStart9 Date: Thu, 19 Feb 2026 13:41:05 -0700 Subject: [PATCH 2/2] Fix phrasing --- .../service-guides/nextcloud/nextcloud-setup/nextcloud-mac.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/source/service-guides/nextcloud/nextcloud-setup/nextcloud-mac.rst b/site/source/service-guides/nextcloud/nextcloud-setup/nextcloud-mac.rst index 4243dc51..16a36679 100644 --- a/site/source/service-guides/nextcloud/nextcloud-setup/nextcloud-mac.rst +++ b/site/source/service-guides/nextcloud/nextcloud-setup/nextcloud-mac.rst @@ -58,7 +58,7 @@ The smoothest experience will be using direct account integration with your Mac. :width: 60% :alt: nextcloud app password - - Server Path - You can find the complete URL, from which you can extract your "Server Path", in Nextcloud -> Calendar settings -> Copy iOS/macOS CalDav address. Once you've copied the full URL using the button, remove everything that occurs before `/remote.php` -- this will leave you with a text string in the following format: `/remote.php/dav/principals/users/username/`. So, for example, the admin user's Server Path is `/remote.php/dav/principals/users/admin/` For setting up contacts/CardDav, use this same text string. + - Server Path - You can find the complete URL, from which you can extract your "Server Path", in Nextcloud -> Calendar settings -> Copy iOS/macOS CalDav address. Once you've copied the full URL using the button, remove everything that occurs before `/remote.php` -- this will leave you with a text string in the following format: `/remote.php/dav/principals/users/username/`. So, for example, the admin user's Server Path is `/remote.php/dav/principals/users/admin/` For setting up contacts/CardDav, use the same resultant text string. .. figure:: /_static/images/nextcloud/native-nextcloud-integration-macos-step3.3.png :width: 60%