Skip to content

Commit

Permalink
Merge pull request #9 from adsworth/updates
Browse files Browse the repository at this point in the history
update download link in upgrades and correct title underline length after rename to nextcloud
  • Loading branch information
LukasReschke authored Jun 14, 2016
2 parents 952909b + 8ac54da commit 1381400
Show file tree
Hide file tree
Showing 26 changed files with 52 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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``.
Expand Down Expand Up @@ -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
--------------------------------
---------------------------------


::
Expand Down
4 changes: 2 additions & 2 deletions admin_manual/configuration_server/harden_server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions admin_manual/configuration_server/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=============================
==============================
Nextcloud Server Configuration
=============================
==============================

.. toctree::
:maxdepth: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions admin_manual/configuration_server/oc_server_tuning.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
======================
=======================
Nextcloud Server Tuning
======================
=======================

Using cron to perform background jobs
-------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion admin_manual/configuration_server/occ_command.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions admin_manual/configuration_user/user_auth_ldap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion admin_manual/configuration_user/user_auth_ldap_cleanup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions admin_manual/installation/appliance_installation.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions admin_manual/installation/apps_supported.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
==========================
===========================
Supported Apps in Nextcloud
==========================
===========================

AGPL Apps
---------
Expand Down
4 changes: 2 additions & 2 deletions admin_manual/installation/command_line_installation.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions admin_manual/installation/deployment_recommendations.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion admin_manual/installation/nginx_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions admin_manual/installation/nginx_owncloud_9x.rst
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion admin_manual/installation/system_requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions admin_manual/issues/code_signing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion admin_manual/issues/general_troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down
4 changes: 2 additions & 2 deletions admin_manual/maintenance/backup.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
===================
====================
Backing up Nextcloud
===================
====================

To backup an Nextcloud installation there are three main things you need to retain:

Expand Down
6 changes: 3 additions & 3 deletions admin_manual/maintenance/manual_upgrade.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=======================
========================
Manual Nextcloud Upgrade
=======================
========================

Always start by making a fresh backup and disabling all 3rd party apps.

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions admin_manual/maintenance/package_upgrade.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions admin_manual/maintenance/restore.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
==================
===================
Restoring Nextcloud
==================
===================

To restore an Nextcloud installation there are three main things you need to
restore:
Expand Down
4 changes: 2 additions & 2 deletions admin_manual/maintenance/update.rst
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
12 changes: 6 additions & 6 deletions admin_manual/maintenance/upgrade.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
===================================
====================================
How to Upgrade Your Nextcloud Server
===================================
====================================

There are three ways to upgrade your Nextcloud server:

Expand All @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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,
Expand Down
6 changes: 3 additions & 3 deletions admin_manual/operations/considerations_on_monitoring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions admin_manual/operations/theming.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
================
=================
Theming Nextcloud
================
=================

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit 1381400

Please sign in to comment.