Updated for Joomla

This commit is contained in:
WilliamMiceli
2019-06-01 12:55:30 -04:00
parent db9427a415
commit b6e90475db

View File

@@ -1,6 +1,6 @@
version: '2' version: '2'
catalog: catalog:
name: Nextcloud name: Joomla
version: latest version: latest
# description: # description:
# minimum_rancher_version: # minimum_rancher_version:
@@ -24,50 +24,18 @@ catalog:
required: true required: true
type: string type: string
- variable: "DB_ROOT_PASS"
label: "Database Root Password"
description: |
A secure password to be used by the "root" database user.
# default:
required: true
type: password
- variable: "DB_USER_PASS" - variable: "DB_USER_PASS"
label: "Database User Password" label: "Database User Password"
description: | description: |
A secure password to be used by the "nextcloud_user" database user. A secure password to be used by the database user.
# default: # default:
required: true required: true
type: password type: password
- variable: "NC_ADMIN"
label: "Nextcloud Admin Username"
description: |
The username of the Nextcloud admin user.
# default:
required: true
type: string
- variable: "NC_ADMIN_PASS"
label: "Nextcloud Admin Password"
description: |
A secure password for the Nextcloud admin user.
# default:
required: true
type: password
- variable: "REDIS"
label: "Enable Redis"
description: |
Add a Redis container for memory caching. Additional setup required, see README.
default: true
required: true
type: boolean
- variable: "DATA_DIR" - variable: "DATA_DIR"
label: "Data Directory" label: "Data Directory"
description: | description: |
The directory to store persistent data for the stack. The directory to store persistent data for the stack.
default: "Personal/Nextcloud" default: "Personal/Joomla"
required: true required: true
type: string type: string