mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
@@ -146,7 +146,7 @@ storage mount, see :ref:`external_storage_mount_options_label`
|
||||
.. _enable-file-recovery-key:
|
||||
|
||||
Enabling Users File Recovery Keys
|
||||
----------------------------------
|
||||
---------------------------------
|
||||
|
||||
If you lose your Nextcloud password, then you lose access to your encrypted
|
||||
files. If one of your users loses their Nextcloud password their files are
|
||||
|
||||
@@ -73,8 +73,6 @@ Enable HTTP2 for faster loading
|
||||
|
||||
HTTP2 has `huge speed improvements <https://www.troyhunt.com/i-wanna-go-fast-https-massive-speed-advantage/>`_ over HTTP with multiple request. Most `browsers already support HTTP2 over SSL (HTTPS) <http://caniuse.com/#feat=http2>`_. So refer to your server manual for guides on how to use HTTP2.
|
||||
|
||||
.. _opcache:
|
||||
|
||||
Enable PHP OPcache
|
||||
------------------
|
||||
|
||||
|
||||
@@ -132,6 +132,6 @@ Nextcloud directory::
|
||||
|
||||
It is much stronger security to have a more fine-grained ruleset as in the
|
||||
examples at the beginning, so use this only for testing and troubleshooting. It
|
||||
has a similar effect to disabling SELinux, so don't use it on production
|
||||
systems.
|
||||
has a similar effect to disabling SELinux, so don't use it on production
|
||||
systems.
|
||||
|
||||
|
||||
@@ -45,9 +45,9 @@ To install the Nextcloud Snap Package, run the following command in a terminal::
|
||||
sudo snap install nextcloud
|
||||
|
||||
.. note:: The `snapd technology <http://snapcraft.io/docs/core/>`_ is the core
|
||||
that powers snaps, and it offers a new way to package, distribute, update and
|
||||
run OS components and applications on a Linux system. See more about snaps on
|
||||
`snapcraft.io <http://snapcraft.io/>`_.
|
||||
that powers snaps, and it offers a new way to package, distribute, update and
|
||||
run OS components and applications on a Linux system. See more about snaps on
|
||||
`snapcraft.io <http://snapcraft.io/>`_.
|
||||
|
||||
.. _prerequisites_label:
|
||||
|
||||
|
||||
@@ -33,21 +33,31 @@ Encryption FAQ
|
||||
How Can Encryption Be Disabled?
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
The only way to disable encryption is to run the :ref:`"decrypt all" <encryption_label>`
|
||||
The only way to disable encryption is to run the `"decrypt all"
|
||||
<https://docs.nextcloud.org/server/12/admin_manual/configuration_server/occ_command.html#encryption-label>`_.
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
script, which decrypts all files and disables encryption.
|
||||
|
||||
Is It Possible To Disable Encryption With The Recovery Key?
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Yes, *if* every user uses the :ref:`file recovery key
|
||||
<enable-file-recovery-key>`, :ref:`"decrypt all" <encryption_label>` will use it
|
||||
to decrypt all files.
|
||||
Yes, *if* every user uses the `file recovery key
|
||||
<https://docs.nextcloud.com/server/12/admin_manual/configuration_files/encryption_configuration.html#enabling-users-file-recovery-keys>`_, `"decrypt all"
|
||||
<https://docs.nextcloud.org/server/12/admin_manual/configuration_server/occ_command.html#encryption-label>`_ will use it to decrypt all files.
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
Can Encryption Be Disabled Without The User’s Password?
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
If you don't have the users password or :ref:`file recovery key
|
||||
<enable-file-recovery-key>` then there is no way to decrypt all files. What's
|
||||
If you don't have the users password or `file recovery key
|
||||
<https://docs.nextcloud.com/server/12/admin_manual/configuration_files/encryption_configuration.html#enabling-users-file-recovery-keys>`_.
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
then there is no way to decrypt all files. What's
|
||||
more, running it on login would be dangerous, because you would most likely run
|
||||
into timeouts.
|
||||
|
||||
|
||||
@@ -60,8 +60,8 @@ enter the TOTP code in your browser. Just enter your code:
|
||||
If the code was correct you will be redirected to your Nextcloud account.
|
||||
|
||||
.. note:: Since the code is time-based, it’s important that your server’s and
|
||||
your smartphone’s clock are almost in sync. A time drift of a few seconds
|
||||
won’t be a problem.
|
||||
your smartphone’s clock are almost in sync. A time drift of a few seconds
|
||||
won’t be a problem.
|
||||
|
||||
Using client applications with two-factor authentication
|
||||
========================================================
|
||||
|
||||
@@ -4,7 +4,7 @@ What's New for Users in Nextcloud |version|
|
||||
|
||||
1. Easier way to select a new app
|
||||
|
||||
.. figure:: images/app_menu.png
|
||||
.. figure:: images/apps_menu.png
|
||||
:alt: screenshot of apps menu at top-left of Nextcloud Web GUI
|
||||
|
||||
2. New Contacts menu to reach your colleagues or friends easier
|
||||
|
||||
Reference in New Issue
Block a user