Merge pull request #13719 from nextcloud/fix/document-domain-connectivity-changes

fix: Document domain connectivity changes in upcoming release
This commit is contained in:
Côme Chilliet 2025-09-29 09:39:43 +02:00 committed by GitHub
commit 219a9e75a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 1 deletions

View File

@ -248,6 +248,8 @@ security headers are shipped.
.. _Web TLS Profiler: https://tlsprofiler.danielfett.de/
.. _RFC 4086 ("Randomness Requirements for Security"): https://tools.ietf.org/html/rfc4086#section-5.2
.. _connections_to_remote_servers:
Connections to remote servers
-----------------------------
@ -255,7 +257,7 @@ Some functionalities require the Nextcloud server to be able to connect remote s
This paragraph also includes the data which is being transmitted to the Nextcloud GmbH.
Depending on your server setup, these are the possible connections:
- www.nextcloud.com, www.startpage.com, www.eff.org, www.edri.org, nextcloud.com, startpage.com, eff.org, edri.org
- connectivity.nextcloud.com, www.eff.org, edri.org
- `optional (config)`_
- for checking the internet connection
- cloud.nextcloud.com

View File

@ -14,6 +14,7 @@ These sub pages will cover the most important changes in Nextcloud, as well as s
.. toctree::
:maxdepth: 1
upgrade_to_33.rst
upgrade_to_32.rst
upgrade_to_31.rst
upgrade_to_30.rst

View File

@ -0,0 +1,8 @@
=======================
Upgrade to Nextcloud 33
=======================
System configuration
--------------------
If you configured restrictions on which domains can be contacted on the internet, you need to add connectivity.nextcloud.com to the allowlist, as its now used by default to test internet connectivity instead of www.nextcloud.com. You can also configure any other URL to use in the configuration instead. See :ref:`connections_to_remote_servers`.