mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #9 from adsworth/updates
update download link in upgrades and correct title underline length after rename to nextcloud
This commit is contained in:
commit
1381400215
@ -82,7 +82,7 @@ Simply go to your Nextcloud Apps page to enable it.
|
||||
.. figure:: ../images/antivirus-app.png
|
||||
|
||||
Configuring ClamAV on Nextcloud
|
||||
------------------------------
|
||||
-------------------------------
|
||||
|
||||
Next, go to your Nextcloud Admin page and set your Nextcloud logging level to
|
||||
Everything.
|
||||
|
||||
@ -578,7 +578,7 @@ Available values:
|
||||
versions auto clean disabled, versions will be kept forever
|
||||
|
||||
Nextcloud Verifications
|
||||
----------------------
|
||||
-----------------------
|
||||
|
||||
Nextcloud performs several verification checks. There are two options,
|
||||
``true`` and ``false``.
|
||||
@ -1135,7 +1135,7 @@ Location of the cache folder, defaults to ``data/$user/cache`` where
|
||||
and ``$user`` is the user.
|
||||
|
||||
Using Object Store with Nextcloud
|
||||
--------------------------------
|
||||
---------------------------------
|
||||
|
||||
|
||||
::
|
||||
|
||||
@ -144,14 +144,14 @@ configured.
|
||||
Also ensure that HTTP compression is disabled to mitigate the BREACH attack.
|
||||
|
||||
Use a dedicated domain for Nextcloud
|
||||
-----------------------------------
|
||||
------------------------------------
|
||||
|
||||
Administrators are encouraged to install Nextcloud on a dedicated domain such as
|
||||
cloud.domain.tld instead of domain.tld to gain all the benefits offered by the
|
||||
Same-Origin-Policy.
|
||||
|
||||
Ensure that your Nextcloud instance is installed in a DMZ
|
||||
--------------------------------------------------------
|
||||
---------------------------------------------------------
|
||||
|
||||
As Nextcloud supports features such as Federated File Sharing we do not consider
|
||||
Server Side Request Forgery (SSRF) part of our threat model. In fact, given all our
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
=============================
|
||||
==============================
|
||||
Nextcloud Server Configuration
|
||||
=============================
|
||||
==============================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
@ -20,7 +20,7 @@ By default the log level is set to **2** (WARN). Use **DEBUG** when you have a p
|
||||
Logging level parameters are set in the :file:`config/config.php` file, or on the Admin page of your Nextcloud Web GUI.
|
||||
|
||||
Nextcloud
|
||||
~~~~~~~~
|
||||
~~~~~~~~~
|
||||
|
||||
All log information will be written to a separate log file which can be
|
||||
viewed using the log viewer on your Admin page. By default, a log
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
======================
|
||||
=======================
|
||||
Nextcloud Server Tuning
|
||||
======================
|
||||
=======================
|
||||
|
||||
Using cron to perform background jobs
|
||||
-------------------------------------
|
||||
|
||||
@ -911,7 +911,7 @@ Remove a certificate::
|
||||
.. _shibboleth_label:
|
||||
|
||||
Shibboleth Modes (Enterprise Edition only)
|
||||
-----------------------------------------
|
||||
------------------------------------------
|
||||
|
||||
.. note::
|
||||
This command is only available when the "Shibboleth user backend" app
|
||||
|
||||
@ -496,7 +496,7 @@ When the configuration test reports success, save your settings and check if the
|
||||
users and groups are fetched correctly on the Users page.
|
||||
|
||||
Nextcloud Avatar integration
|
||||
---------------------------
|
||||
----------------------------
|
||||
|
||||
Nextcloud supports user profile pictures, which are also called avatars. If a user
|
||||
has a photo stored in the *jpegPhoto* or *thumbnailPhoto* attribute on your LDAP
|
||||
@ -571,7 +571,7 @@ In case you have a working configuration and want to create a similar one or
|
||||
Now you can modify and enable the configuration.
|
||||
|
||||
Nextcloud LDAP Internals
|
||||
-----------------------
|
||||
------------------------
|
||||
|
||||
Some parts of how the LDAP backend works are described here.
|
||||
|
||||
|
||||
@ -63,7 +63,7 @@ Then you can run ``sudo -u www-data php occ user:delete aaliyah_brown`` to delet
|
||||
user aaliyah_brown. You must use the user's Nextcloud name.
|
||||
|
||||
Deleting Local Nextcloud Users
|
||||
-----------------------------
|
||||
------------------------------
|
||||
|
||||
You may also use ``occ user:delete [user]`` to remove a local Nextcloud user;
|
||||
this removes their user account and their data.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
============================
|
||||
=============================
|
||||
Nextcloud Community Appliance
|
||||
============================
|
||||
=============================
|
||||
|
||||
Nextcloud has a publicly developed community appliance `on GitHub`_. Download the
|
||||
latest release from the Appliances tab on the `Nextcloud server installation
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
==========================
|
||||
===========================
|
||||
Supported Apps in Nextcloud
|
||||
==========================
|
||||
===========================
|
||||
|
||||
AGPL Apps
|
||||
---------
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
=========================================
|
||||
==========================================
|
||||
Installing Nextcloud From the Command Line
|
||||
=========================================
|
||||
==========================================
|
||||
|
||||
It is now possible to install Nextcloud entirely from the command line. This is
|
||||
convenient for scripted operations, headless servers, and sysadmins who prefer
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
===================================
|
||||
====================================
|
||||
Nextcloud Deployment Recommendations
|
||||
===================================
|
||||
====================================
|
||||
|
||||
What is the best way to install and maintain Nextcloud? The answer to that is
|
||||
*"it depends"* because every Nextcloud customer has their own
|
||||
|
||||
@ -92,7 +92,7 @@ To use http_v2 for nginx you have to check two things:
|
||||
``listen 443 ssl spdy;`` to ``listen 443 ssl http2;``
|
||||
|
||||
nginx: caching Nextcloud gallery thumbnails
|
||||
==========================================
|
||||
===========================================
|
||||
|
||||
One of the optimizations for Nextcloud when using nginx as the Web server is to
|
||||
combine FastCGI caching with "Cache Purge", a `3rdparty nginx module
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
=================================================
|
||||
==================================================
|
||||
Nginx Configuration for the Nextcloud 9.x Branches
|
||||
=================================================
|
||||
==================================================
|
||||
|
||||
The following configuration should be used when Nextcloud is placed in the
|
||||
webroot of your Nginx installation. Be careful about line breaks if you copy
|
||||
@ -13,7 +13,7 @@ Thanks to `@josh4trunks <https://github.com/josh4trunks>`_ for providing /
|
||||
creating these configuration examples.
|
||||
|
||||
Nextcloud in the webroot of nginx
|
||||
--------------------------------
|
||||
---------------------------------
|
||||
|
||||
The following config should be used when Nextcloud is placed in the webroot of
|
||||
your nginx installation.
|
||||
|
||||
@ -10,7 +10,7 @@ depending on the numbers of users and files, and volume of server activity.
|
||||
Nextcloud needs a minimum of 128MB RAM, and we recommend a minimum of 512MB.
|
||||
|
||||
Recommended Setup for Running Nextcloud
|
||||
--------------------------------------
|
||||
---------------------------------------
|
||||
|
||||
For best performance, stability, support, and full functionality we recommend:
|
||||
|
||||
|
||||
@ -17,14 +17,14 @@ FAQ
|
||||
---
|
||||
|
||||
Why Did Nextcloud Add Code Signing?
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
By supporting Code Signing we add another layer of security by ensuring that
|
||||
nobody other than authorized persons can push updates for applications, and
|
||||
ensuring proper upgrades.
|
||||
|
||||
Do We Lock Down Nextcloud?
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
The Nextcloud project is open source and always will be. We do not want to
|
||||
make it more difficult for our users to run Nextcloud. Any code signing errors on
|
||||
|
||||
@ -62,7 +62,7 @@ troubleshooting. Please refer to the :ref:`apps_commands_label` on how
|
||||
to disable an app from command line.
|
||||
|
||||
Nextcloud Logfiles
|
||||
^^^^^^^^^^^^^^^^^
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
|
||||
In a standard Nextcloud installation the log level is set to ``Normal``. To find
|
||||
any issues you need to raise the log level to ``All`` in your ``config.php``
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
===================
|
||||
====================
|
||||
Backing up Nextcloud
|
||||
===================
|
||||
====================
|
||||
|
||||
To backup an Nextcloud installation there are three main things you need to retain:
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
=======================
|
||||
========================
|
||||
Manual Nextcloud Upgrade
|
||||
=======================
|
||||
========================
|
||||
|
||||
Always start by making a fresh backup and disabling all 3rd party apps.
|
||||
|
||||
@ -69,7 +69,7 @@ ones are enabled. Re-enable your third-party apps. Then apply strong
|
||||
permissions to your Nextcloud directories (:ref:`strong_perms_label`).
|
||||
|
||||
Previous Nextcloud Releases
|
||||
--------------------------
|
||||
---------------------------
|
||||
|
||||
You'll find previous ownCloud releases in the `ownCloud Server Changelog
|
||||
<https://owncloud.org/changelog/>`_ and previous Nextcloud releases in the
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
==============================
|
||||
===============================
|
||||
Upgrade Nextcloud From Packages
|
||||
==============================
|
||||
===============================
|
||||
|
||||
.. note:: Starting with Nextcloud 8.2 the Linux package repositories have
|
||||
changed, and **you must configure your system to use these new
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
==================
|
||||
===================
|
||||
Restoring Nextcloud
|
||||
==================
|
||||
===================
|
||||
|
||||
To restore an Nextcloud installation there are three main things you need to
|
||||
restore:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
=======================================
|
||||
========================================
|
||||
Upgrading Nextcloud with the Updater App
|
||||
=======================================
|
||||
========================================
|
||||
|
||||
The Updater app automates many of the steps of upgrading an Nextcloud
|
||||
installation. It is useful for installations that do not have root access,
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
===================================
|
||||
====================================
|
||||
How to Upgrade Your Nextcloud Server
|
||||
===================================
|
||||
====================================
|
||||
|
||||
There are three ways to upgrade your Nextcloud server:
|
||||
|
||||
@ -11,7 +11,7 @@ There are three ways to upgrade your Nextcloud server:
|
||||
release channels. (It is not available and not supported on the Enterprise
|
||||
edition.)
|
||||
* :doc:`Manually upgrading <manual_upgrade>` with the Nextcloud ``.tar`` archive
|
||||
from `owncloud.org/install/`_.
|
||||
from https://nextcloud.com/install.
|
||||
* Manually upgrading is also an option for users on shared hosting; download
|
||||
and unpack the Nextcloud tarball to your PC. Delete your existing Nextcloud
|
||||
files, except ``data/`` and ``config/`` files, on your hosting account. Then
|
||||
@ -34,8 +34,8 @@ mode, so your users will be locked out until the upgrade is completed. Large
|
||||
installations may take several hours to complete the upgrade.
|
||||
|
||||
.. warning:: **Downgrading is not supported** and risks corrupting your data!
|
||||
If
|
||||
you want to revert to an older Nextcloud version, make a new, fresh
|
||||
|
||||
If you want to revert to an older Nextcloud version, make a new, fresh
|
||||
installation and then restore your data from backup. Before doing this,
|
||||
file a support ticket (if you have paid support) or ask for help in the
|
||||
Nextcloud forums to see if your issue can be resolved without downgrading.
|
||||
@ -82,7 +82,7 @@ may re-enable them.
|
||||
|
||||
|
||||
Debian Migration to Official Nextcloud Packages
|
||||
----------------------------------------------
|
||||
-----------------------------------------------
|
||||
|
||||
As of March 2016 Debian will not include Nextcloud packages. Debian users can
|
||||
migrate to the official Nextcloud packages by following this guide,
|
||||
|
||||
@ -14,7 +14,7 @@ to be monitored, and provide guidance on what to look for in Nextcloud in an
|
||||
enterprise installation.
|
||||
|
||||
Nextcloud Deployment Architecture
|
||||
================================
|
||||
=================================
|
||||
|
||||
Before discussing how to monitor Nextcloud, it is important to understand the architecture of a
|
||||
typical Nextcloud deployment. These monitoring best practices are developed based on the use of load
|
||||
@ -26,7 +26,7 @@ operations are available, and that Nextcloud is simply a new target for these to
|
||||
|
||||
|
||||
The Important Components of Nextcloud
|
||||
====================================
|
||||
=====================================
|
||||
|
||||
Nextcloud is a PHP application that depends on a filesystem for file storage, and a database for storing
|
||||
user and file meta data, as well as some application specific information.
|
||||
@ -55,7 +55,7 @@ server is operating properly.
|
||||
|
||||
|
||||
Nextcloud.log
|
||||
------------
|
||||
-------------
|
||||
|
||||
Nextcloud also provides a built in logging function. If the Nextcloud Enterprise Edition logging applications
|
||||
are enabled, this file will track user logins and shared file activity. If these logging applications are
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
================
|
||||
=================
|
||||
Theming Nextcloud
|
||||
================
|
||||
=================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user