diff --git a/site/source/guides/service-guides/nextcloud/nextcloud-setup/nextcloud-android.rst b/site/source/guides/service-guides/nextcloud/nextcloud-setup/nextcloud-android.rst index 7ee46d0..50c4357 100644 --- a/site/source/guides/service-guides/nextcloud/nextcloud-setup/nextcloud-android.rst +++ b/site/source/guides/service-guides/nextcloud/nextcloud-setup/nextcloud-android.rst @@ -110,7 +110,7 @@ You will first need to have :ref:`Orbot running`. 1. First, add Nextcloud to your Orbot apps list. 2. Tap the account in the top-right, then "Add Account." -3. On the following screen, tap "Log in," then enter your Nextcloud Tor server address, which you can copy from Nextcloud -> Interfaces - Tor. This must start with ``http://`` and end with ``.onion``. tap Next. +3. On the following screen, tap "Log in," then enter your Nextcloud Tor server address, which you can copy from Nextcloud -> Interfaces - Tor. This must start with ``https://`` and end with ``.onion``. tap Next. 4. This will launch your browser and prompt you to log in to your account. Log in and then grant access as we did for LAN. 5. That's it! You may wish to set up some select folders for remote sync, but for large files, it is best to sync on LAN only, so you can "Skip folders configuration" on the resulting screen if you wish. Check your connection by tapping into the newly created account in the app. diff --git a/site/source/guides/service-guides/nextcloud/nextcloud-setup/nextcloud-ios.rst b/site/source/guides/service-guides/nextcloud/nextcloud-setup/nextcloud-ios.rst index b529dd9..33cbcc9 100644 --- a/site/source/guides/service-guides/nextcloud/nextcloud-setup/nextcloud-ios.rst +++ b/site/source/guides/service-guides/nextcloud/nextcloud-setup/nextcloud-ios.rst @@ -74,7 +74,7 @@ Tor Setup You will first need to have the :ref:`Tor daemon running`. 1. Click the account in the top left again, then "Add Account." -2. On the following screen, click "Log in," then enter your Nextcloud Tor server address, which you can copy from Nextcloud -> Interfaces - Tor. This must start with `http://` and end with .onion. Click Next. +2. On the following screen, click "Log in," then enter your Nextcloud Tor server address, which you can copy from Nextcloud -> Interfaces - Tor. This must start with ``https://`` and end with ``.onion``. Click Next. 3. This will launch your browser and prompt you to log in to your account. Log in and then grant access as we did for LAN. 4. That's it! You may wish to set up some select folders for remote sync, but for large files, it is best to sync on LAN only, so you can "Skip folders configuration" on the resulting screen if you wish. Check your connection by clicking the newly created account in the client app. diff --git a/site/source/guides/service-guides/nextcloud/nextcloud-setup/nextcloud-linux.rst b/site/source/guides/service-guides/nextcloud/nextcloud-setup/nextcloud-linux.rst index 6677819..681a65b 100644 --- a/site/source/guides/service-guides/nextcloud/nextcloud-setup/nextcloud-linux.rst +++ b/site/source/guides/service-guides/nextcloud/nextcloud-setup/nextcloud-linux.rst @@ -55,6 +55,6 @@ You will first need to have the :ref:`Tor daemon running`. 1. On your desktop application. Click the account in the top left -> Settings, then in Settings, click Network, then "Specify proxy manually as" and "SOCKS5 proxy." Enter "127.0.0.1" for the Host and "9050" for the port. 2. Close the Settings screen and click the account in the top left again, then "Add Account." -3. On the following screen, click "Log in," then enter your Nextcloud Tor server address, which you can copy from the Nextcloud page on your Embassy -> Interfaces -> Tor. This must start with `http://` and end with `.onion`. Click Next. +3. On the following screen, click "Log in," then enter your Nextcloud Tor server address, which you can copy from the Nextcloud page on your Embassy -> Interfaces -> Tor. This must start with ``https://`` and end with ``.onion``. Click Next. 4. This will launch your browser and prompt you to log in to your account. Log in and then grant access as we did for LAN. 5. That's it! You may wish to set up some select folders for remote sync, but for large files, it is best to sync on LAN only, so you can "Skip folders configuration" on the resulting screen if you wish. Check your connection by clicking the newly created account in the client app. \ No newline at end of file diff --git a/site/source/guides/service-guides/nextcloud/nextcloud-setup/nextcloud-mac.rst b/site/source/guides/service-guides/nextcloud/nextcloud-setup/nextcloud-mac.rst index 3da9435..c947235 100644 --- a/site/source/guides/service-guides/nextcloud/nextcloud-setup/nextcloud-mac.rst +++ b/site/source/guides/service-guides/nextcloud/nextcloud-setup/nextcloud-mac.rst @@ -170,7 +170,7 @@ You will first need to have the :ref:`Tor daemon running`. :width: 40% :alt: nextcloud-login -4. On the following screen, click “Log in,” then enter your Nextcloud Tor server address, which you can copy from Nextcloud -> Interfaces - Tor. This must start with http:// and end with .onion. Click Next. +4. On the following screen, click “Log in,” then enter your Nextcloud Tor server address, which you can copy from Nextcloud -> Interfaces - Tor. This must start with ``https://`` and end with ``.onion``. Click Next. .. figure:: /_static/images/nextcloud/nextcloud-mac-step2.png :width: 40% diff --git a/site/source/guides/service-guides/nextcloud/nextcloud-setup/nextcloud-windows.rst b/site/source/guides/service-guides/nextcloud/nextcloud-setup/nextcloud-windows.rst index e88abf0..0842b2f 100644 --- a/site/source/guides/service-guides/nextcloud/nextcloud-setup/nextcloud-windows.rst +++ b/site/source/guides/service-guides/nextcloud/nextcloud-setup/nextcloud-windows.rst @@ -61,6 +61,6 @@ You will first need to have the :ref:`Tor daemon running`. 1. On your desktop application, click the account in the top left -> Settings, then in Settings, click Network, then "Specify proxy manually as" and "SOCKS5 proxy." Enter "127.0.0.1" for the Host and "9050" for the port. 2. Close the Settings screen and click the account in the top left again, then "Add Account." -3. On the following screen, click "Log in," then enter your Nextcloud Tor server address, which you can copy from Nextcloud -> Interfaces - Tor. This must start with `http://` and end with .onion. Click Next. +3. On the following screen, click "Log in," then enter your Nextcloud Tor server address, which you can copy from Nextcloud -> Interfaces - Tor. This must start with ``https://`` and end with ``.onion``. Click Next. 4. This will launch your browser and prompt you to log in to your account. Log in and then grant access as we did for LAN. 5. That's it! You may wish to set up some select folders for remote sync, but for large files, it is best to sync on LAN only, so you can "Skip folders configuration" on the resulting screen if you wish. Check your connection by clicking the newly created account in the client app. \ No newline at end of file diff --git a/sphinx-scylladb-theme b/sphinx-scylladb-theme index 1ed99d9..ee0c552 160000 --- a/sphinx-scylladb-theme +++ b/sphinx-scylladb-theme @@ -1 +1 @@ -Subproject commit 1ed99d91de73c8bd12d4b227738df70a5c279097 +Subproject commit ee0c5524379ff15b81e64cd8dc55bcb3b766a983