chore(nextcloud): doc polishing (#3725)

This commit is contained in:
Stavros Kois
2022-09-09 22:15:46 +02:00
committed by GitHub
parent fb3c440b02
commit 6ca6086b7f
2 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ sources:
- https://github.com/nextcloud/docker - https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm - https://github.com/nextcloud/helm
type: application type: application
version: 15.3.9 version: 15.3.10
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- cloud - cloud
+10 -7
View File
@@ -6,13 +6,16 @@ This is the optional location your Nextcloud userdata will be located
> You do NOT need to create a dataset if you do not plan on using one. Nextcloud does not require one, instead you can rely on the PVC default > You do NOT need to create a dataset if you do not plan on using one. Nextcloud does not require one, instead you can rely on the PVC default
??? Note "Note" :::note
The `apps`:`apps` user:group is built into Truenas SCALE, it is the default user for most applications on Truenas SCALE. You do not have to create a separate user for each application. The `apps`:`apps` user:group is built into Truenas SCALE, it is the default user for most applications on Truenas SCALE. You do not have to create a separate user for each application.
When configuring your application you'll typically see user:group `568`, this is the UID for `apps` and its recommended not to change it. When configuring your application you'll typically see user:group `568`, this is the UID for `apps` and its recommended not to change it.
- You are REQUIRED to use the `www-data` group and setting the permissions exactly, If you have anything different, chances are it will not work :::
- ACL's are known to cause problems with the Nextcloud Userdata folder, we advice you not to use them.
- You are **REQUIRED** to use the `www-data` group and setting the permissions exactly, If you have anything different, chances are it will not work
- ACL's are known to cause problems with the Nextcloud `Userdata` folder, we advice you not to use them.
![!Dataset: Nextcloud](images/dataset.png) ![!Dataset: Nextcloud](images/dataset.png)
@@ -30,7 +33,7 @@ For this application We used the `Nextcloud` provided by [TrueCharts](https://tr
**Application Name** **Application Name**
``` ```text
nextcloud nextcloud
``` ```
@@ -38,7 +41,7 @@ Name it whatever you want, We stick with the chart name for now
**NEXTCLOUD_ADMIN_USER (First Install Only)** **NEXTCLOUD_ADMIN_USER (First Install Only)**
``` ```text
USERNAME USERNAME
``` ```
@@ -48,7 +51,7 @@ USERNAME
**NEXTCLOUD_ADMIN_PASSWORD (First Install Only)** **NEXTCLOUD_ADMIN_PASSWORD (First Install Only)**
``` ```text
PASSWORD PASSWORD
``` ```