You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do have a larger space consumption on the temporary folder when processing those uploads
165
165
on object storage as the individual chunks get downloaded from the storage and will be assembled
166
166
to the actual file on the Nextcloud servers temporary directory. It is recommended to increase
@@ -172,5 +172,5 @@ enough for PHP, webservers or any load balancers involved.
172
172
Federated Cloud Sharing
173
173
-----------------------
174
174
175
-
If you are using `Federated Cloud Sharing <https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/federated_cloud_sharing_configuration.html>`_ and want to share large files, you can increase the timeout values for requests to the federated servers.
175
+
If you are using `Federated Cloud Sharing <../../admin_manual/configuration_files/federated_cloud_sharing_configuration.rst>`_ and want to share large files, you can increase the timeout values for requests to the federated servers.
176
176
Therefore, you can set ``davstorage.request_timeout`` in your ``config.php``. The default value is 30 seconds.
- `Nextcloud Help response concerning the usage of version information <https://help.nextcloud.com/t/allow-file-decryption-with-only-the-files-keys-and-passwords/436/12>`_
351
351
- `Sourcecode: Creation of the Message Authentication Code <https://github.com/nextcloud/server/blob/a374d8837d6de459500e619cf608e0721ea14574/apps/encryption/lib/Crypto/Crypt.php#L504>`_
352
352
- `Sourcecode: Derivation of the Encryption Key <https://github.com/nextcloud/server/blob/a374d8837d6de459500e619cf608e0721ea14574/apps/encryption/lib/Crypto/Crypt.php#L346>`_
Copy file name to clipboardExpand all lines: admin_manual/installation/example_ubuntu.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ following commands in a terminal::
14
14
15
15
* This installs the packages for the Nextcloud core system.
16
16
If you are planning on running additional apps, keep in mind that they might
17
-
require additional packages. See `Prerequisites for manual installation <https://docs.nextcloud.com/server/latest/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation>`_ for details.
17
+
require additional packages. See `Prerequisites for manual installation <../../admin_manual/installation/source_installation.rst#prerequisites-for-manual-installation>`_ for details.
18
18
19
19
Now you need to create a database user and the database itself by using the
20
20
MySQL command line interface. The database tables will be created by Nextcloud
Copy file name to clipboardExpand all lines: admin_manual/installation/harden_server.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -302,7 +302,7 @@ Depending on your server setup, these are the possible connections:
302
302
- Any remote Nextcloud server that is connected with federated sharing
303
303
- 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.
0 commit comments