diff --git a/templates/Bind/0/rancher-compose.yml b/templates/Bind/0/rancher-compose.yml index b3b58d3..1439a3b 100644 --- a/templates/Bind/0/rancher-compose.yml +++ b/templates/Bind/0/rancher-compose.yml @@ -11,7 +11,7 @@ catalog: - variable: "HOST_LABEL" label: "Host Label Key/Value Pair" description: | - The Key/Value pair on the host which Bind should be deployed. + The Key/Value pair of the host which Bind should be deployed. default: "host.id=Controller" required: false type: string diff --git a/templates/Ghost/0/rancher-compose.yml b/templates/Ghost/0/rancher-compose.yml index fc9c4f7..a84102b 100644 --- a/templates/Ghost/0/rancher-compose.yml +++ b/templates/Ghost/0/rancher-compose.yml @@ -12,7 +12,7 @@ catalog: - variable: "HOST_LABEL" label: "Host Label Key/Value Pair" description: | - The Key/Value pair on the host which the stack should be deployed. + The Key/Value pair of the host which the stack should be deployed. default: "host.id=Host1" required: false type: string diff --git a/templates/Gogs/0/rancher-compose.yml b/templates/Gogs/0/rancher-compose.yml index 766476f..8bb1d55 100644 --- a/templates/Gogs/0/rancher-compose.yml +++ b/templates/Gogs/0/rancher-compose.yml @@ -11,7 +11,7 @@ catalog: - variable: "HOST_LABEL" label: "Host Label Key/Value Pair" description: | - The Label Key/Value pair on the host which containers should be deployed + The Label Key/Value pair of the host which containers should be deployed default: "host.id=Host1" required: false type: string @@ -37,22 +37,22 @@ catalog: label: "SSH Port" description: | The port to access the SSH server on. - default: "10522" + default: "1022" required: true type: string - variable: "DB_ROOT_PASS" - label: "MySQL Root Password" + label: "Database Root Password" description: | - A secure password to be used by the "root" MySQL user. + A secure password to be used by the "root" database user. # default: required: true type: password - variable: "DB_USER_PASS" - label: "MySQL User Password" + label: "Database User Password" description: | - A secure password to be used by the "gogs_user" MySQL user. + A secure password to be used by the "gogs_user" database user. # default: required: true type: password diff --git a/templates/Guacamole/0/rancher-compose.yml b/templates/Guacamole/0/rancher-compose.yml index 7aefee8..f0bd52d 100644 --- a/templates/Guacamole/0/rancher-compose.yml +++ b/templates/Guacamole/0/rancher-compose.yml @@ -12,7 +12,7 @@ catalog: - variable: "HOST_LABEL" label: "Host Label Key/Value Pair" description: | - The Key/Value pair on the host which the stack should be deployed. + The Key/Value pair of the host which the stack should be deployed. default: "host.id=Controller" required: false type: string diff --git a/templates/HTTPD/0/rancher-compose.yml b/templates/HTTPD/0/rancher-compose.yml index db96f72..31e5ee7 100644 --- a/templates/HTTPD/0/rancher-compose.yml +++ b/templates/HTTPD/0/rancher-compose.yml @@ -11,7 +11,7 @@ catalog: - variable: "HOST_LABEL" label: "Host Label Key/Value Pair" description: | - The Label Key/Value pair on the host which containers should be deployed + The Label Key/Value pair of the host which containers should be deployed default: "host.id=Host1" required: false type: string diff --git a/templates/InvoiceNinja/0/rancher-compose.yml b/templates/InvoiceNinja/0/rancher-compose.yml index 5434cbe..842efaf 100644 --- a/templates/InvoiceNinja/0/rancher-compose.yml +++ b/templates/InvoiceNinja/0/rancher-compose.yml @@ -11,7 +11,7 @@ catalog: - variable: "HOST_LABEL" label: "Host Label Key/Value Pair" description: | - The Label Key/Value pair on the host which InvoiceNinja should be deployed + The Label Key/Value pair of the host which InvoiceNinja should be deployed default: "host.id=Host1" required: false type: string @@ -25,17 +25,17 @@ catalog: type: string - variable: "DB_ROOT_PASS" - label: "MySQL Root Password" + label: "Database Root Password" description: | - A secure password to be used by the "root" MySQL user. + A secure password to be used by the "root" database user. # default: required: true type: password - variable: "DB_USER_PASS" - label: "MySQL User Password" + label: "Database User Password" description: | - A secure password to be used by the "ninja" MySQL user. + A secure password to be used by the "ninja" database user. # default: required: true type: password diff --git a/templates/Nextcloud/0/rancher-compose.yml b/templates/Nextcloud/0/rancher-compose.yml index faa54a4..17f9b7f 100644 --- a/templates/Nextcloud/0/rancher-compose.yml +++ b/templates/Nextcloud/0/rancher-compose.yml @@ -11,7 +11,7 @@ catalog: - variable: "HOST_LABEL" label: "Host Label Key/Value Pair" description: | - The Label Key/Value pair on the host which containers should be deployed + The Label Key/Value pair of the host which containers should be deployed default: "host.id=Host1" required: false type: string @@ -34,17 +34,17 @@ catalog: type: string - variable: "DB_ROOT_PASS" - label: "MySQL Root Password" + label: "Database Root Password" description: | - A secure password to be used by the "root" MySQL user. + A secure password to be used by the "root" database user. # default: required: true type: password - variable: "DB_USER_PASS" - label: "MySQL User Password" + label: "Database User Password" description: | - A secure password to be used by the "nextcloud_user" MySQL user. + A secure password to be used by the "nextcloud_user" database user. # default: required: true type: password diff --git a/templates/Nginx/0/rancher-compose.yml b/templates/Nginx/0/rancher-compose.yml index e569f26..5966524 100644 --- a/templates/Nginx/0/rancher-compose.yml +++ b/templates/Nginx/0/rancher-compose.yml @@ -11,7 +11,7 @@ catalog: - variable: "HOST_LABEL" label: "Host Label Key/Value Pair" description: | - The Label Key/Value pair on the host which containers should be deployed + The Label Key/Value pair of the host which containers should be deployed default: "host.id=Host1" required: false type: string diff --git a/templates/OpenProject/0/rancher-compose.yml b/templates/OpenProject/0/rancher-compose.yml index 8591abc..fe77504 100644 --- a/templates/OpenProject/0/rancher-compose.yml +++ b/templates/OpenProject/0/rancher-compose.yml @@ -12,7 +12,7 @@ catalog: - variable: "HOST_LABEL" label: "Host Label Key/Value Pair" description: | - The Key/Value pair on the host which the stack should be deployed. + The Key/Value pair of the host which the stack should be deployed. default: "host.id=Host1" required: false type: string diff --git a/templates/PHPMyAdmin/0/rancher-compose.yml b/templates/PHPMyAdmin/0/rancher-compose.yml index f3cf680..af8d01a 100644 --- a/templates/PHPMyAdmin/0/rancher-compose.yml +++ b/templates/PHPMyAdmin/0/rancher-compose.yml @@ -12,7 +12,7 @@ catalog: - variable: "HOST_LABEL" label: "Host Label Key/Value Pair" description: | - The Key/Value pair on the host which the stack should be deployed. + The Key/Value pair of the host which the stack should be deployed. default: "host.id=Host1" required: false type: string diff --git a/templates/Snipe-IT/0/rancher-compose.yml b/templates/Snipe-IT/0/rancher-compose.yml index a6a9136..271b60d 100644 --- a/templates/Snipe-IT/0/rancher-compose.yml +++ b/templates/Snipe-IT/0/rancher-compose.yml @@ -11,7 +11,7 @@ catalog: - variable: "HOST_LABEL" label: "Host Label Key/Value Pair" description: | - The Label Key/Value pair on the host which containers should be deployed + The Label Key/Value pair of the host which containers should be deployed default: "host.id=Host1" required: false type: string @@ -33,17 +33,17 @@ catalog: type: string - variable: "DB_ROOT_PASS" - label: "MySQL Root Password" + label: "Database Root Password" description: | - A secure password to be used by the "root" MySQL user. + A secure password to be used by the "root" database user. # default: required: true type: password - variable: "DB_USER_PASS" - label: "MySQL User Password" + label: "Database User Password" description: | - A secure password to be used by the "snipeit_user" MySQL user. + A secure password to be used by the "snipeit_user" database user. # default: required: true type: password diff --git a/templates/Traefik/0/rancher-compose.yml b/templates/Traefik/0/rancher-compose.yml index fba8fcd..bc7b461 100644 --- a/templates/Traefik/0/rancher-compose.yml +++ b/templates/Traefik/0/rancher-compose.yml @@ -12,7 +12,7 @@ catalog: - variable: "HOST_LABEL" label: "Host Label Key/Value Pair" description: | - The Key/Value pair on the host which the stack should be deployed. + The Key/Value pair of the host which the stack should be deployed. default: "host.id=Proxy1" required: false type: string diff --git a/templates/WordPress/0/rancher-compose.yml b/templates/WordPress/0/rancher-compose.yml index db2997d..b7365ce 100644 --- a/templates/WordPress/0/rancher-compose.yml +++ b/templates/WordPress/0/rancher-compose.yml @@ -11,7 +11,7 @@ catalog: - variable: "HOST_LABEL" label: "Host Label Key/Value Pair" description: | - The Label Key/Value pair on the host which containers should be deployed + The Label Key/Value pair of the host which containers should be deployed default: "host.id=Host1" required: false type: string @@ -25,9 +25,9 @@ catalog: type: string - variable: "DB_ROOT_PASS" - label: "MySQL Root Password" + label: "Database Root Password" description: | - A secure password to be used by the "root" MySQL user. + A secure password to be used by the "root" database user. # default: required: true type: password @@ -35,7 +35,7 @@ catalog: - variable: "DB_USER_PASS" label: "MySQL User Password" description: | - A secure password to be used by the "wordpress_user" MySQL user. + A secure password to be used by the "wordpress_user" database user. # default: required: true type: password diff --git a/templates/XWiki/0/rancher-compose.yml b/templates/XWiki/0/rancher-compose.yml index d97c6b7..7acfdef 100644 --- a/templates/XWiki/0/rancher-compose.yml +++ b/templates/XWiki/0/rancher-compose.yml @@ -11,7 +11,7 @@ catalog: - variable: "HOST_LABEL" label: "Host Label Key/Value Pair" description: | - The Label Key/Value pair on the host which containers should be deployed + The Label Key/Value pair of the host which containers should be deployed default: "host.id=Host3" required: false type: string @@ -27,7 +27,7 @@ catalog: - variable: "DB_ROOT_PASS" label: "Database Root Password" description: | - A secure password to be used by the "root" MySQL user. + A secure password to be used by the "root" database user. # default: required: true type: password @@ -35,7 +35,7 @@ catalog: - variable: "DB_USER_PASS" label: "Database User Password" description: | - A secure password to be used by the "xwiki_user" MySQL user. + A secure password to be used by the "xwiki_user" database user. # default: required: true type: password