Update README.md

This commit is contained in:
Alexandre
2022-12-15 16:38:05 +01:00
committed by GitHub
parent d3839957ea
commit 6fc16f2451

View File

@@ -27,10 +27,12 @@ This addon is based on the [docker image](https://github.com/linuxserver/docker-
## Configuration
### Custom scripts
Scripts with .sh ending located in /config/addons_config/nextcloud will be executed at boot
### Addon options
```yaml
@@ -51,6 +53,7 @@ cifspassword: "password" # optional, smb password, same for all smb shares)
Webui can be found at `<your-ip>:port`.
### Use mariadb as the main database (Thanks @amaciuc)
If you notice the following warning at your first `webui` running:
@@ -75,6 +78,7 @@ 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:
![image](https://user-images.githubusercontent.com/19391765/207888717-50b43002-a5e2-4782-b5c9-1f582309df2b.png)
## Installation