Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion admin_manual/installation/harden_server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down