Updated for Joomla
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user