Improve readability

master
Daniel Kesselberg 5 years ago committed by GitHub
parent 04a66187b5
commit 8088f2bd6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -245,9 +245,9 @@ correct syntax. The following file names will be taken as override configuration
I want to integrate Nextcloud 15 (and newer) with Mailu
````````````````````````````````````````
First of all you have to enable External user support from Nextcloud Apps interface
1. Enable External user support from Nextcloud Apps interface
In the end you need to configure additional user backends in Nextclouds configuration config/config.php using the following syntax if you use at least Nextcloud 15.
2. Configure additional user backends in Nextclouds configuration config/config.php using the following syntax if you use at least Nextcloud 15.
.. code-block:: bash
@ -272,7 +272,7 @@ After successfull login the domain part will be striped and the rest used as use
I want to integrate Nextcloud 14 (and older) with Mailu
````````````````````````````````````````
First of all you have to install dependencies required to authenticate users via imap in Nextcloud
1. Install dependencies required to authenticate users via imap in Nextcloud
.. code-block:: bash
@ -282,9 +282,9 @@ First of all you have to install dependencies required to authenticate users via
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
&& docker-php-ext-install imap
Next, you have to enable External user support from Nextcloud Apps interface
2. Enable External user support from Nextcloud Apps interface
In the end you need to configure additional user backends in Nextclouds configuration config/config.php using the following syntax for Nextcloud 14 (and below):
3. Configure additional user backends in Nextclouds configuration config/config.php using the following syntax for Nextcloud 14 (and below):
.. code-block:: bash

Loading…
Cancel
Save