From bf20fbe33bef1599428669e94563aca5e6a2de9f Mon Sep 17 00:00:00 2001 From: Jana Peper Date: Wed, 12 Nov 2025 11:04:56 +0100 Subject: [PATCH 1/2] feat: add link to required remote servers in system requirements Signed-off-by: Jana Peper --- admin_manual/installation/system_requirements.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index 8bf33a2eb1f..8bede7104c3 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -40,6 +40,8 @@ For best performance, stability and functionality we have documented some recomm See :doc:`source_installation` for minimum PHP-modules and additional software for installing Nextcloud. +To ensure the full functionality of your Nextcloud, please make sure that the server can reach the :ref:`required remote systems`. + CPU Architecture and OS ^^^^^^^^^^^^^^^^^^^^^^^ A 64-bit CPU, OS and PHP is required for Nextcloud to run well. From c3cbc1124bd32532fa1302aeecf2bd87d456aa64 Mon Sep 17 00:00:00 2001 From: janepie <49834966+janepie@users.noreply.github.com> Date: Wed, 12 Nov 2025 11:54:32 +0100 Subject: [PATCH 2/2] Fix: add ref Signed-off-by: janepie <49834966+janepie@users.noreply.github.com> --- admin_manual/installation/harden_server.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin_manual/installation/harden_server.rst b/admin_manual/installation/harden_server.rst index 731458c36ee..dd31da76b2e 100644 --- a/admin_manual/installation/harden_server.rst +++ b/admin_manual/installation/harden_server.rst @@ -250,6 +250,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 -----------------------------