Completed configuration, now to test

This commit is contained in:
WilliamMiceli
2018-12-05 22:16:09 -05:00
parent 0cdc0df11f
commit d56255a21a
2 changed files with 43 additions and 5 deletions

View File

@@ -32,4 +32,28 @@ catalog:
The port to locally access the web interface on.
default: "10700"
required: true
type: string
- variable: "DB_ROOT_PASS"
label: "MySQL Root Password"
description: |
A secure password to be used by the "root" MySQL user.
# default:
required: true
type: password
- variable: "DB_USER_PASS"
label: "MySQL User Password"
description: |
A secure password to be used by the "nextcloud_user" MySQL user.
# default:
required: true
type: password
- variable: "DATA_DIR"
label: "Data Directory"
description: |
The directory to store persistent data for the stack.
default: "Personal/Nextcloud"
required: true
type: string