Skip to content

Commit

Permalink
Merge branch 'master' into v7
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchietti committed Mar 19, 2018
2 parents 595f09b + b73efe2 commit e56963a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions administrator-manual/en/nextcloud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ basic editing right on the web.
* preconfigure :index:`Nextcloud` with MariaDB and default access credential
* integration with |product| system users and groups
* automatic backup data with nethserver-backup-data tool
* customize https access url (custom virtual host)


Installation
Expand All @@ -33,6 +34,10 @@ After the installation a new application widget is added to the |product| web in
Server logs keep track of which apps were disabled. After a successful update/upgrade procedure
you can use the Applications page to update and re-enable the apps.

.. note:: Nextcloud version 13 uses new PHP 7.1 (`nethserver-rh-php71-php-fpm`) while older version uses PHP 5.6 (`nethserver-rh-php56-php-fpm`).
You can remove php56 version (if there are no dependency problems) with the command "yum remove nethserver-rh-php56-php-fpm".


User list
---------

Expand All @@ -44,6 +49,18 @@ in section `Internal Username` of `Official NextCloud documentation <https://doc
a dedicated user account in AD is required by the module to be fully
operational! See :ref:`join-existing-ad-section`.

Custom Virtual Host
===================

To customize the Nextcloud web url: ::

config setprop nextcloud VirtualHost mynextcloud.domain.com
config setprop nextcloud TrustedDomains mynextcloud.domain.com
signal-event nethserver-nextcloud-update

If you use :ref:`let's encrypt <server_certificate-section>` remember to add the domain name to the proper list.


Trusted Domains
===============

Expand Down

0 comments on commit e56963a

Please sign in to comment.