From 4b2246b5678c81f437806d7899269bdd1a5b0fcb Mon Sep 17 00:00:00 2001 From: provokateurin Date: Wed, 1 Oct 2025 16:48:05 +0200 Subject: [PATCH] fix(admin): Add missing Github domain and explain App store download domains Signed-off-by: provokateurin --- admin_manual/installation/harden_server.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin_manual/installation/harden_server.rst b/admin_manual/installation/harden_server.rst index 7324313cc..ed948ad03 100644 --- a/admin_manual/installation/harden_server.rst +++ b/admin_manual/installation/harden_server.rst @@ -269,7 +269,7 @@ Depending on your server setup, these are the possible connections: - apps.nextcloud.com - to check for available apps and their updates - submitted data: subscription key -- github.com, objects.githubusercontent.com +- github.com, objects.githubusercontent.com, release-assets.githubusercontent.com - to download Nextcloud standard apps - push-notifications.nextcloud.com - sending push notifications to mobile clients @@ -286,6 +286,7 @@ Depending on your server setup, these are the possible connections: - if the admin has agreed to share anonymized server data - submitted data: statistical data. see here for the `detailed field list`_ - Any remote Nextcloud server that is connected with federated sharing +- When downloading apps from the App store other domains might be accessed, based on the choice of the app developers where they host the releases. For all official Nextcloud apps this is not the case though, because they are hosted on Github. .. _optional (config): https://docs.nextcloud.com/server/31/admin_manual/configuration_server/config_sample_php_parameters.html#has-internet-connection .. _detailed field list : https://github.com/nextcloud/survey_client