Commit 5e1ff9b5 authored by Waqar Ahmed's avatar Waqar Ahmed

Add description for nextcloud configuration fields

parent 8ca4264d
...@@ -74,12 +74,14 @@ questions: ...@@ -74,12 +74,14 @@ questions:
- "definitions/nodeIP" - "definitions/nodeIP"
- variable: username - variable: username
label: "Username" label: "Username"
description: "Name of the Nextcloud admin user"
schema: schema:
type: string type: string
default: "admin" default: "admin"
required: true required: true
- variable: password - variable: password
label: "Password" label: "Password"
description: "Password for the Nextcloud admin user"
schema: schema:
type: string type: string
private: true private: true
...@@ -87,6 +89,7 @@ questions: ...@@ -87,6 +89,7 @@ questions:
required: true required: true
- variable: datadir - variable: datadir
label: "Nextcloud data directory" label: "Nextcloud data directory"
description: "Configures the data directory where nextcloud stores all files from the users"
schema: schema:
type: path type: path
default: "/var/www/html/data" default: "/var/www/html/data"
...@@ -133,7 +136,7 @@ questions: ...@@ -133,7 +136,7 @@ questions:
type: hostpath type: hostpath
- variable: nextcloudDataVolume - variable: nextcloudDataVolume
label: "Configure iXVolume" label: "Nextcloud Data Volume Defaults"
group: "Storage" group: "Storage"
schema: schema:
type: dict type: dict
...@@ -156,7 +159,7 @@ questions: ...@@ -156,7 +159,7 @@ questions:
editable: false editable: false
- variable: postgresBackupVolume - variable: postgresBackupVolume
label: "Postgres Backup Volume" label: "Postgres Backup Volume Defaults"
group: "Storage" group: "Storage"
schema: schema:
type: dict type: dict
...@@ -177,7 +180,7 @@ questions: ...@@ -177,7 +180,7 @@ questions:
editable: false editable: false
- variable: postgresDataVolume - variable: postgresDataVolume
label: "Postgresql Data Volume" label: "Postgresql Data Volume Defaults"
group: "Storage" group: "Storage"
schema: schema:
type: dict type: dict
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment