From 33b39d1ae290cf6176ca8da12d69e9d4068c8f8b Mon Sep 17 00:00:00 2001 From: waxgourd Date: Tue, 2 Jan 2024 19:10:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=AE=A2=E5=9B=BE=E7=89=87=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=EF=BC=8C=E4=BF=AE=E6=94=B9=E6=95=B0=E5=AD=97=E5=BA=8F?= =?UTF-8?q?=E5=8F=B7=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nextcloud/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/nextcloud/README.md b/nextcloud/README.md index dd8290b..7724374 100644 --- a/nextcloud/README.md +++ b/nextcloud/README.md @@ -20,8 +20,9 @@ If you use clients for file syncing, the use of SQLite is highly discouraged. 解决这个问题,请遵循以下步骤: -- 1. 安装 `mariadb` ,随机填写信息配置然后启动。为了在网络中能够被“nextcloud”找到,成功启动它很重要。 -- 2. 安装' nextcloud '插件(或者如果你已经安装了,重新启动它),观察日志,直到你会注意到以下'警告': +- 1、安装 `mariadb` ,随机填写信息配置然后启动。为了在网络中能够被“nextcloud”找到,成功启动它很重要。 + +- 2、安装' nextcloud '插件(或者如果你已经安装了,重新启动它),观察日志,直到你会注意到以下'警告': ```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 : @@ -31,8 +32,9 @@ If you use clients for file syncing, the use of SQLite is highly discouraged. Host-name : core-mariadb:3306 ``` -- 3. 回到“mariadb”附加组件,用上面的凭据配置它并重新启动它。确保插件正在创建“netxcloud”数据库。G -- 4. 进入web并填写所有必需的信息。下面是一个例子: +- 3、回到“mariadb”附加组件,用上面的凭据配置它并重新启动它。确保插件正在创建“netxcloud”数据库。 -![image](./images/nextcloud-1.png) +- 4、进入web并填写所有必需的信息。下面是一个例子: + +![image](https://raw.gitcode.com/waxgourd/addons/files/master/nextcloud/images/nextcloud-1.png)