mirror of
https://github.com/nextcloud/documentation.git
synced 2025-12-12 07:29:47 +07:00
fix: Document domain connectivity changes in upcoming release
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
8
admin_manual/release_notes/upgrade_to_33.rst
Normal file
8
admin_manual/release_notes/upgrade_to_33.rst
Normal 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 it’s 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`.
|
||||
Reference in New Issue
Block a user