From 521863bb332aa9711fadb735a2b70c392b8d964c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 20 Dec 2022 09:58:21 +0100 Subject: [PATCH] Update README.md --- nextcloud/README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/nextcloud/README.md b/nextcloud/README.md index 87e490d19..7737145ba 100644 --- a/nextcloud/README.md +++ b/nextcloud/README.md @@ -60,15 +60,13 @@ If you notice the following warning at your first `webui` running: ```bash Performance warning You chose SQLite as database. - SQLite should only be used for minimal and development instances. For production we recommend a different database backend. - If you use clients for file syncing, the use of SQLite is highly discouraged. ``` and you want to overcome this, follow the below steps: -1. Install `mariadb` add-on, configure it with some random infos and start it. It is important to start it successfully in order to be seen by `nextcloud` in the network. -2. Install `nextcloud` add-on (or restart it if you have already installed), watch the logs until you will notice the following `warning`: +- 1. Install `mariadb` add-on, configure it with some random infos and start it. It is important to start it successfully in order to be seen by `nextcloud` in the network. +- 2. Install `nextcloud` add-on (or restart it if you have already installed), watch the logs until you will notice the following `warning`: ```bash WARNING: MariaDB addon was found! It can't be configured automatically due to the way Nextcloud works, but you can configure it manually when running the web UI for the first time using those values : Database user : service @@ -77,8 +75,8 @@ and you want to overcome this, follow the below steps: Host-name : core-mariadb:3306 ``` -3. Go back at `mariadb` add-on, configure it with above credentials and restart it. Make sure the add-on is creating the `netxcloud` database. -4. Go in the webui and fill all required info. Here you can view an example: +- 3. Go back at `mariadb` add-on, configure it with above credentials and restart it. Make sure the add-on is creating the `netxcloud` database. +- 4. Go in the webui and fill all required info. Here you can view an example: ![image](https://user-images.githubusercontent.com/19391765/207888717-50b43002-a5e2-4782-b5c9-1f582309df2b.png)