From d605cd6b1122ce1433d83bffa46c2c0cc419286a Mon Sep 17 00:00:00 2001 From: Andrew Wong Date: Sun, 20 Oct 2019 06:14:53 +1100 Subject: [PATCH] Housekeeping (#100) * Fix redis documentation link address * Clean grammar and stray apostrophe characters --- public/v1/apps/adminer.json | 2 +- public/v1/apps/arangodb.json | 4 ++-- public/v1/apps/couchdb.json | 2 +- public/v1/apps/drone-gitea.json | 2 +- public/v1/apps/ghost.json | 2 +- public/v1/apps/gitea.json | 4 ++-- public/v1/apps/gitlab-ce.json | 2 +- public/v1/apps/gitlab-runner.json | 2 +- public/v1/apps/hasura.json | 2 +- public/v1/apps/jenkins.json | 2 +- public/v1/apps/jsreport.json | 2 +- public/v1/apps/keycloak.json | 4 ++-- public/v1/apps/mariadb.json | 2 +- public/v1/apps/minio.json | 4 ++-- public/v1/apps/mongo-express.json | 2 +- public/v1/apps/mongodb.json | 2 +- public/v1/apps/mssql.json | 2 +- public/v1/apps/mysql.json | 4 ++-- public/v1/apps/nextcloud.json | 4 ++-- public/v1/apps/nexus3.json | 2 +- public/v1/apps/nightscout.json | 2 +- public/v1/apps/parse.json | 4 ++-- public/v1/apps/pgadmin4.json | 2 +- public/v1/apps/pgweb.json | 4 ++-- public/v1/apps/phpmyadmin.json | 2 +- public/v1/apps/portainer.json | 2 +- public/v1/apps/poste-io.json | 2 +- public/v1/apps/postgres.json | 2 +- public/v1/apps/prisma.json | 4 ++-- public/v1/apps/rabbitmq.json | 2 +- public/v1/apps/rainloop.json | 2 +- public/v1/apps/redis.json | 4 ++-- public/v1/apps/sentry.json | 6 +++--- public/v1/apps/sonarqube.json | 4 ++-- public/v1/apps/strapi.json | 4 ++-- public/v1/apps/thumbor.json | 4 ++-- public/v1/apps/verdaccio.json | 2 +- public/v1/apps/vsts.json | 2 +- public/v1/apps/wordpress.json | 4 ++-- public/v2/apps/adminer.json | 2 +- public/v2/apps/arangodb.json | 4 ++-- public/v2/apps/couchdb.json | 2 +- public/v2/apps/drone-gitea.json | 2 +- public/v2/apps/ghost.json | 2 +- public/v2/apps/gitea.json | 4 ++-- public/v2/apps/gitlab-ce.json | 2 +- public/v2/apps/gitlab-runner.json | 2 +- public/v2/apps/hasura.json | 4 ++-- public/v2/apps/jenkins.json | 2 +- public/v2/apps/jsreport.json | 2 +- public/v2/apps/keycloak.json | 4 ++-- public/v2/apps/mariadb.json | 2 +- public/v2/apps/minio.json | 4 ++-- public/v2/apps/mongo-express.json | 2 +- public/v2/apps/mongodb.json | 2 +- public/v2/apps/mssql.json | 2 +- public/v2/apps/mysql.json | 4 ++-- public/v2/apps/nextcloud.json | 4 ++-- public/v2/apps/nexus3.json | 2 +- public/v2/apps/nightscout.json | 4 ++-- public/v2/apps/parse.json | 4 ++-- public/v2/apps/pgadmin4.json | 2 +- public/v2/apps/pgweb.json | 4 ++-- public/v2/apps/phpmyadmin.json | 2 +- public/v2/apps/portainer.json | 2 +- public/v2/apps/poste-io.json | 2 +- public/v2/apps/postgres.json | 2 +- public/v2/apps/prisma.json | 4 ++-- public/v2/apps/rabbitmq.json | 2 +- public/v2/apps/rainloop.json | 2 +- public/v2/apps/redis.json | 4 ++-- public/v2/apps/sentry.json | 6 +++--- public/v2/apps/sonarqube.json | 6 +++--- public/v2/apps/sourcegraph.json | 2 +- public/v2/apps/strapi.json | 6 +++--- public/v2/apps/thumbor.json | 4 ++-- public/v2/apps/verdaccio.json | 4 ++-- public/v2/apps/vsts.json | 2 +- public/v2/apps/wordpress.json | 8 ++++---- 79 files changed, 118 insertions(+), 118 deletions(-) diff --git a/public/v1/apps/adminer.json b/public/v1/apps/adminer.json index 25d7b31..44eb5cb 100644 --- a/public/v1/apps/adminer.json +++ b/public/v1/apps/adminer.json @@ -22,7 +22,7 @@ "variables": [{ "id": "$$cap_adminer_version", "label": "Adminer Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/adminer/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/library/adminer/tags/", "defaultValue": "4", "validRegex": "/^([^\\s^\\/])+$/" }, diff --git a/public/v1/apps/arangodb.json b/public/v1/apps/arangodb.json index 63e0dc3..f799993 100644 --- a/public/v1/apps/arangodb.json +++ b/public/v1/apps/arangodb.json @@ -20,13 +20,13 @@ }, "instructions": { "start": "ArangoDB is a multi-model, open-source database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. Use ACID transactions if you require them. Scale horizontally and vertically with a few mouse clicks.", - "end": "'ArangoDB' is deployed and available as srv-captain--$$cap_appname-db:8529 to other apps." + "end": "ArangoDB is deployed and available as srv-captain--$$cap_appname-db:8529 to other apps." }, "variables": [{ "id": "$$cap_arango_version", "label": "ArangoDB Version", "defaultValue": "3.4", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/arangodb/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/library/arangodb/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v1/apps/couchdb.json b/public/v1/apps/couchdb.json index 342d60f..62c40b8 100644 --- a/public/v1/apps/couchdb.json +++ b/public/v1/apps/couchdb.json @@ -26,7 +26,7 @@ "variables": [{ "id": "$$cap_couchdb_version", "label": "CouchDB Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/couchdb/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/library/couchdb/tags/", "defaultValue": "2", "validRegex": "/^([^\\s^\\/])+$/" }, diff --git a/public/v1/apps/drone-gitea.json b/public/v1/apps/drone-gitea.json index ecf1a84..de6deba 100644 --- a/public/v1/apps/drone-gitea.json +++ b/public/v1/apps/drone-gitea.json @@ -46,7 +46,7 @@ "id": "$$cap_drone_version", "label": "drone Version", "defaultValue": "1.0.0-rc.6", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/drone/drone/tags", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/drone/drone/tags", "validRegex": "" }, { diff --git a/public/v1/apps/ghost.json b/public/v1/apps/ghost.json index 78bab8b..e35b275 100644 --- a/public/v1/apps/ghost.json +++ b/public/v1/apps/ghost.json @@ -61,7 +61,7 @@ "variables":[ { "defaultValue":"2.16.4", - "description":"Checkout their docker page for the valid tags https://hub.docker.com/r/bitnami/ghost/tags", + "description":"Checkout their Docker page for the valid tags https://hub.docker.com/r/bitnami/ghost/tags", "id":"$$cap_ghost_version", "label":"Ghost Version", "validRegex":"/^([^\\s^\\/])+$/" diff --git a/public/v1/apps/gitea.json b/public/v1/apps/gitea.json index d425323..e1d7ea1 100644 --- a/public/v1/apps/gitea.json +++ b/public/v1/apps/gitea.json @@ -52,14 +52,14 @@ "id": "$$cap_gitea_version", "label": "Gitea Version", "defaultValue": "1.7", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/gitea/gitea/tags", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/gitea/gitea/tags", "validRegex": "/^([^\\s^\\/])+$/" }, { "id": "$$cap_mysql_version", "label": "MySQL Version", "defaultValue": "5.7", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/", "validRegex": "/^([^\\s^\\/])+$/" } ] diff --git a/public/v1/apps/gitlab-ce.json b/public/v1/apps/gitlab-ce.json index ab6c18a..8c1a11c 100644 --- a/public/v1/apps/gitlab-ce.json +++ b/public/v1/apps/gitlab-ce.json @@ -26,7 +26,7 @@ "variables": [{ "id": "$$cap_gitlab_version", "label": "Gitlab-CE Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/gitlab/gitlab-ce/tags", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/gitlab/gitlab-ce/tags", "defaultValue": "11.9.8-ce.0", "validRegex": "/^([^\\s^\\/])+$/" }, diff --git a/public/v1/apps/gitlab-runner.json b/public/v1/apps/gitlab-runner.json index 0b0c68f..197790c 100644 --- a/public/v1/apps/gitlab-runner.json +++ b/public/v1/apps/gitlab-runner.json @@ -23,7 +23,7 @@ "id": "$$cap_gitlab-runner_version", "label": "GitLab-Runner Version", "defaultValue": "v11.11.0", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/gitlab/gitlab-runner/tags", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/gitlab/gitlab-runner/tags", "validRegex": "/^([^\\s^\\/])+$/" } ] diff --git a/public/v1/apps/hasura.json b/public/v1/apps/hasura.json index 7213e5e..a39b410 100644 --- a/public/v1/apps/hasura.json +++ b/public/v1/apps/hasura.json @@ -41,7 +41,7 @@ }, { "defaultValue":"11", - "description":"mdillon/postgis provides a Docker container running Postgres with PostGIS installed. Checkout their docker page for their available tags https://hub.docker.com/r/mdillon/postgis/tags", + "description":"mdillon/postgis provides a Docker container running Postgres with PostGIS installed. Checkout their Docker page for their available tags https://hub.docker.com/r/mdillon/postgis/tags", "id":"$$cap_mdillon_postgis_version", "label":"mdillon/postgis Version", "validRegex":"/^([^\\s^\\/])+$/" diff --git a/public/v1/apps/jenkins.json b/public/v1/apps/jenkins.json index db27016..47baf92 100644 --- a/public/v1/apps/jenkins.json +++ b/public/v1/apps/jenkins.json @@ -23,7 +23,7 @@ "id": "$$cap_jenkins_version", "label": "Jenkins Version", "defaultValue": "lts-jdk11", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/jenkins/jenkins/tags", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/jenkins/jenkins/tags", "validRegex": "/^([^\\s^\\/])+$/" } ] diff --git a/public/v1/apps/jsreport.json b/public/v1/apps/jsreport.json index 667e74a..135126c 100644 --- a/public/v1/apps/jsreport.json +++ b/public/v1/apps/jsreport.json @@ -27,7 +27,7 @@ "id": "$$cap_jsreport_version", "label": "version", "defaultValue": "2.4.0-full", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/jsreport/jsreport/tags", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/jsreport/jsreport/tags", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v1/apps/keycloak.json b/public/v1/apps/keycloak.json index b2997d5..dc6b809 100644 --- a/public/v1/apps/keycloak.json +++ b/public/v1/apps/keycloak.json @@ -46,14 +46,14 @@ "id": "$$cap_postgres_version", "label": "Postgres Version", "defaultValue": "9.6", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { "id": "$$cap_keycloak_version", "label": "Keycloak Version", "defaultValue": "6.0.1", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/jboss/keycloak/tags", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/jboss/keycloak/tags", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v1/apps/mariadb.json b/public/v1/apps/mariadb.json index 7f5ee6a..6ca2910 100644 --- a/public/v1/apps/mariadb.json +++ b/public/v1/apps/mariadb.json @@ -27,7 +27,7 @@ "id": "$$cap_mysql_version", "label": "MariaDB Version", "defaultValue": "10.4", - "description": "Check out their docker page for the valid tags https://hub.docker.com/_/mariadb?tab=tags", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/_/mariadb?tab=tags", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v1/apps/minio.json b/public/v1/apps/minio.json index 94b4636..4fa796e 100644 --- a/public/v1/apps/minio.json +++ b/public/v1/apps/minio.json @@ -24,13 +24,13 @@ }, "instructions": { "start": "Minio is an object storage server released under Apache License v2.0. It is compatible with Amazon S3 cloud storage service. It is best suited for storing unstructured data such as photos, videos, log files, backups and container / VM images. Size of an object can range from a few KBs to a maximum of 5TB. Minio server is light enough to be bundled with the application stack, similar to NodeJS, Redis and MySQL. \n This one click app deploy one single instance of minio. If you are deploying minio in a high demand production environment, you should consider deploying multiple instances of minio. See minio docs for more details. https://www.minio.io/", - "end": "'Minio is deployed and available as $$cap_appname" + "end": "Minio is deployed and available as $$cap_appname" }, "variables": [{ "id": "$$cap_minio_version", "label": "Minio Version", "defaultValue": "latest", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/minio/minio/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/minio/minio/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v1/apps/mongo-express.json b/public/v1/apps/mongo-express.json index be1ff69..a3f66eb 100644 --- a/public/v1/apps/mongo-express.json +++ b/public/v1/apps/mongo-express.json @@ -28,7 +28,7 @@ "variables": [{ "id": "$$cap_mongoexpress_version", "label": "Mongo Express Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mongo-express/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/library/mongo-express/tags/", "defaultValue": "0.49", "validRegex": "/^([^\\s^\\/])+$/" }, diff --git a/public/v1/apps/mongodb.json b/public/v1/apps/mongodb.json index 99f3a18..2de24ed 100644 --- a/public/v1/apps/mongodb.json +++ b/public/v1/apps/mongodb.json @@ -27,7 +27,7 @@ "id": "$$cap_mongo_version", "label": "MongoDB Version", "defaultValue": "4", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v1/apps/mssql.json b/public/v1/apps/mssql.json index b875129..cb99b45 100644 --- a/public/v1/apps/mssql.json +++ b/public/v1/apps/mssql.json @@ -25,7 +25,7 @@ }, "instructions": { "start": "SQL Server is a central part of the Microsoft data platform. SQL Server is an industry leader in operational database management systems (ODBMS). \n\nSQL Server Developer edition lets developers build any kind of application on top of SQL Server. \n\n It includes all the functionality of Enterprise edition, but is licensed for use as a development and test system, not as a production server. \n\n SQL Server Developer Edition cannot be used in a production environment. \n\n The SQL Server 2017 Developer Edition license terms are located here: https://go.microsoft.com/fwlink/?linkid=857698 .\n\n After installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at the port specified for \"Container TCP Port\" field to other apps.\n\nEnter your SQL Server Configuration parameters and click on next. It will take about a minute for the process to finish.", - "end": "'SQL Server is deployed and available as srv-captain--$$cap_appname-db:$$cap_container_port to other apps." + "end": "SQL Server is deployed and available as srv-captain--$$cap_appname-db:$$cap_container_port to other apps." }, "variables": [ { diff --git a/public/v1/apps/mysql.json b/public/v1/apps/mysql.json index 7fb20f5..ce25384 100644 --- a/public/v1/apps/mysql.json +++ b/public/v1/apps/mysql.json @@ -19,13 +19,13 @@ }, "instructions": { "start": "MySQL is the world's most popular open source database. With its proven performance, reliability and ease-of-use, MySQL has become the leading database choice for web-based applications, covering the entire range from personal projects and websites, via e-commerce and information services, all the way to high profile web properties including Facebook, Twitter, YouTube, Yahoo! and many more.\n\n After installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 3306 to other CapRover apps.\n\nEnter your MySQL Configuration parameters and click on next. It will take about a minute for the process to finish.", - "end": "'MySQL is deployed and available as srv-captain--$$cap_appname-db:3306 to other apps. For example with NodeJS, you do 'var con = mysql.createConnection({ host: 'srv-captain--$$cap_appname-db', user: 'root', password: '*********' });'" + "end": "MySQL is deployed and available as srv-captain--$$cap_appname-db:3306 to other apps. For example with NodeJS, you do 'var con = mysql.createConnection({ host: 'srv-captain--$$cap_appname-db', user: 'root', password: '*********' });'" }, "variables": [{ "id": "$$cap_mysql_version", "label": "MySQL Version", "defaultValue": "5.7", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v1/apps/nextcloud.json b/public/v1/apps/nextcloud.json index 10df390..cd5b5ef 100644 --- a/public/v1/apps/nextcloud.json +++ b/public/v1/apps/nextcloud.json @@ -16,13 +16,13 @@ }, "instructions": { "start": "A safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms. http://Nextcloud.com", - "end": "'NextCloud is deployed and available as $$cap_appname" + "end": "NextCloud is deployed and available as $$cap_appname" }, "variables": [{ "id": "$$cap_nextcloud_version", "label": "NextCloud Version", "defaultValue": "15", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/nextcloud/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/library/nextcloud/tags/", "validRegex": "/^([^\\s^\\/])+$/" }] diff --git a/public/v1/apps/nexus3.json b/public/v1/apps/nexus3.json index bdfcd92..2d1214d 100644 --- a/public/v1/apps/nexus3.json +++ b/public/v1/apps/nexus3.json @@ -18,7 +18,7 @@ }, "instructions": { "start": "Nexus is the world's first and only universal repository solution that's FREE to use. It supports Bower, Docker, Git LFS, Maven, npm, NuGet, PyPI, Ruby Gems, Yum, Apt, Conan, R, CPAN, Raw (Universal),P2 ,Helm and ELPA.\n\nEnter your Nexus Configuration parameters and click on next. \n\n Notes:\n\nDefault credentials are: admin / admin123\n\nIt can take some time (2-3 minutes) for the service to launch in a new container. Check the \"Deployment\" tab logs to determine once Nexus is ready.", - "end": "'Nexus is deployed and available as srv-captain--$$cap_appname:8081 to other apps." + "end": "Nexus is deployed and available as srv-captain--$$cap_appname:8081 to other apps." }, "variables": [ { diff --git a/public/v1/apps/nightscout.json b/public/v1/apps/nightscout.json index e35b1cb..a5c46cf 100644 --- a/public/v1/apps/nightscout.json +++ b/public/v1/apps/nightscout.json @@ -52,7 +52,7 @@ "id": "$$cap_mongo_version", "label": "MongoDB Version", "defaultValue": "4", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v1/apps/parse.json b/public/v1/apps/parse.json index 23cef02..cfd9a79 100644 --- a/public/v1/apps/parse.json +++ b/public/v1/apps/parse.json @@ -41,7 +41,7 @@ "id": "$$cap_mongo_version", "label": "MongoDB Version", "defaultValue": "4", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { @@ -54,7 +54,7 @@ "id": "$$cap_parse_version", "label": "Parse Version", "defaultValue": "3.1.3", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/parseplatform/parse-server/tags", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/parseplatform/parse-server/tags", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v1/apps/pgadmin4.json b/public/v1/apps/pgadmin4.json index 74e8524..ff89a0e 100644 --- a/public/v1/apps/pgadmin4.json +++ b/public/v1/apps/pgadmin4.json @@ -21,7 +21,7 @@ "variables": [{ "id": "$$cap_pgadmin4_version", "label": "Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/thajeztah/pgadmin4/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/thajeztah/pgadmin4/tags/", "defaultValue": "3.6", "validRegex": "/^([^\\s^\\/])+$/" } diff --git a/public/v1/apps/pgweb.json b/public/v1/apps/pgweb.json index 9cd3765..90790d1 100644 --- a/public/v1/apps/pgweb.json +++ b/public/v1/apps/pgweb.json @@ -13,13 +13,13 @@ }, "instructions": { "start": "pgweb is a web-based database browser for PostgreSQL, written in Go.", - "end": "'pgweb' is deployed." + "end": "pgweb is deployed." }, "variables": [{ "id": "$$cap_pgweb_version", "label": "pgweb Version", "defaultValue": "0.11.2", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/sosedoff/pgweb/tags", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/sosedoff/pgweb/tags", "validRegex": "/^([^\\s^\\/])+$/" } ] diff --git a/public/v1/apps/phpmyadmin.json b/public/v1/apps/phpmyadmin.json index 5823927..51cc361 100644 --- a/public/v1/apps/phpmyadmin.json +++ b/public/v1/apps/phpmyadmin.json @@ -20,7 +20,7 @@ "variables": [{ "id": "$$cap_pma_version", "label": "PHP My Admin Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/phpmyadmin/phpmyadmin/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/phpmyadmin/phpmyadmin/tags/", "defaultValue": "4.8", "validRegex": "/^([^\\s^\\/])+$/" }] diff --git a/public/v1/apps/portainer.json b/public/v1/apps/portainer.json index 03227b8..5334669 100644 --- a/public/v1/apps/portainer.json +++ b/public/v1/apps/portainer.json @@ -24,7 +24,7 @@ "id": "$$cap_portainer_version", "label": "Portainer Version", "defaultValue": "1.20.2", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/portainer/portainer/tags", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/portainer/portainer/tags", "validRegex": "/^([^\\s^\\/])+$/" } ] diff --git a/public/v1/apps/poste-io.json b/public/v1/apps/poste-io.json index c685aa9..381a354 100644 --- a/public/v1/apps/poste-io.json +++ b/public/v1/apps/poste-io.json @@ -38,7 +38,7 @@ { "id": "$$cap_poste_version", "label": "Poste.io version tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/analogic/poste.io/tags", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/analogic/poste.io/tags", "defaultValue": "2" }, { diff --git a/public/v1/apps/postgres.json b/public/v1/apps/postgres.json index b50c95f..2ac62eb 100644 --- a/public/v1/apps/postgres.json +++ b/public/v1/apps/postgres.json @@ -28,7 +28,7 @@ "id": "$$cap_postgres_version", "label": "Postgres Version", "defaultValue": "9.6", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v1/apps/prisma.json b/public/v1/apps/prisma.json index cbf28b8..6fdd4c0 100644 --- a/public/v1/apps/prisma.json +++ b/public/v1/apps/prisma.json @@ -43,14 +43,14 @@ "id": "$$cap_prisma_version", "label": "Prisma Version", "defaultValue": "1.29", - "description": "Checkout their github page for their latest version https://github.com/prisma/prisma", + "description": "Checkout their GitHub page for their latest version https://github.com/prisma/prisma", "validRegex": "/^([^\\s^\\/])+$/" }, { "id": "$$cap_mysql_version", "label": "MySQL Version", "defaultValue": "5.7", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v1/apps/rabbitmq.json b/public/v1/apps/rabbitmq.json index ba0cc07..9261d89 100644 --- a/public/v1/apps/rabbitmq.json +++ b/public/v1/apps/rabbitmq.json @@ -26,7 +26,7 @@ "variables": [{ "id": "$$cap_rabbitmq_version", "label": "RabbitMQ Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/rabbitmq/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/library/rabbitmq/tags/", "defaultValue": "3.7", "validRegex": "/^([^\\s^\\/])+$/" }, diff --git a/public/v1/apps/rainloop.json b/public/v1/apps/rainloop.json index c367734..90df26d 100644 --- a/public/v1/apps/rainloop.json +++ b/public/v1/apps/rainloop.json @@ -25,7 +25,7 @@ { "id": "$$cap_rainloop_version", "label": "Rainloop Version", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/hardware/rainloop/tags", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/hardware/rainloop/tags", "defaultValue": "1.12.0", "validRegex": "/^([^\\s^\\/])+$/" } diff --git a/public/v1/apps/redis.json b/public/v1/apps/redis.json index d43733c..010572d 100644 --- a/public/v1/apps/redis.json +++ b/public/v1/apps/redis.json @@ -1,6 +1,6 @@ { "captainVersion": "1", - "documentation": "Taken from https://hub.docker.com/_/adminer except it is manually adjusted for port 80", + "documentation": "Taken from https://hub.docker.com/_/redis", "dockerCompose": { "version": "3.3", "services": { @@ -27,7 +27,7 @@ "variables": [{ "id": "$$cap_redis_version", "label": "Redis Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/redis/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/library/redis/tags/", "defaultValue": "4", "validRegex": "/^([^\\s^\\/])+$/" }, diff --git a/public/v1/apps/sentry.json b/public/v1/apps/sentry.json index 4c93494..c6c8c3c 100644 --- a/public/v1/apps/sentry.json +++ b/public/v1/apps/sentry.json @@ -136,20 +136,20 @@ "id": "$$cap_postgres_version", "label": "Postgres Version Tag", "defaultValue": "9.6", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { "id": "$$cap_redis_version", "label": "Redis Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/redis/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/library/redis/tags/", "defaultValue": "3.2-alpine", "validRegex": "/^([^\\s^\\/])+$/" }, { "id": "$$cap_sentry_version", "label": "Sentry Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/_/sentry/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/_/sentry/", "defaultValue": "9.1.0", "validRegex": "/^([^\\s^\\/])+$/" }, diff --git a/public/v1/apps/sonarqube.json b/public/v1/apps/sonarqube.json index b36ffb1..85ded64 100644 --- a/public/v1/apps/sonarqube.json +++ b/public/v1/apps/sonarqube.json @@ -48,14 +48,14 @@ "id": "$$cap_postgres_version", "label": "Postgres Version", "defaultValue": "9.6", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { "id": "$$cap_sonar_version", "label": "Sonarqube Version", "defaultValue": "7.7-community", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/_/sonarqube?tab=tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/_/sonarqube?tab=tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v1/apps/strapi.json b/public/v1/apps/strapi.json index 809e8c3..90a9404 100644 --- a/public/v1/apps/strapi.json +++ b/public/v1/apps/strapi.json @@ -62,14 +62,14 @@ "id": "$$cap_strapi_version", "label": "Strapi Version", "defaultValue": "3.0.0-alpha.24.1", - "description": "Checkout their github page for the valid versions https://github.com/strapi/strapi/releases", + "description": "Checkout their GitHub page for the valid versions https://github.com/strapi/strapi/releases", "validRegex": "/^([^\\s^\\/])+$/" }, { "id": "$$cap_mongo_version", "label": "MongoDB Version", "defaultValue": "4", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/", "validRegex": "/^([a-zA-Z0-9])+$/" }, { diff --git a/public/v1/apps/thumbor.json b/public/v1/apps/thumbor.json index c948ff6..8373d1f 100644 --- a/public/v1/apps/thumbor.json +++ b/public/v1/apps/thumbor.json @@ -18,13 +18,13 @@ }, "instructions": { "start": "thumbor is a smart imaging service. It enables on-demand crop, resizing and flipping of images. It also features a VERY smart detection of important points in the image for better cropping and resizing, using state-of-the-art face and feature detection algorithms (more on that in Detection Algorithms). Using thumbor is very easy (after it is running). All you have to do is access it using an URL for an image, like this:\n http:///300x200/smart/s.glbimg.com/et/bb/f/original/2011/03/24/VN0JiwzmOw0b0lg.jpg\n\n See http://thumbor.org for more details. \n\n Enter your thumbor Configuration parameters and click on next. It will take about a minute for the process to finish.", - "end": "'thumbor is deployed and available as $$cap_appname-db. Go to YOUR_APP_URL/unsafe/200x50/i.imgur.com/bvjzPct.jpg to test thumbor!" + "end": "thumbor is deployed and available as $$cap_appname-db. Go to YOUR_APP_URL/unsafe/200x50/i.imgur.com/bvjzPct.jpg to test thumbor!" }, "variables": [{ "id": "$$cap_thumbor_version", "label": "Thumbor Version", "defaultValue": "6.7.0", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/minimalcompact/thumbor/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/minimalcompact/thumbor/tags/", "validRegex": "/^([^\\s^\\/])+$/" }] diff --git a/public/v1/apps/verdaccio.json b/public/v1/apps/verdaccio.json index f482b7a..16333b9 100644 --- a/public/v1/apps/verdaccio.json +++ b/public/v1/apps/verdaccio.json @@ -19,7 +19,7 @@ }, "instructions": { "start": "Verdaccio is a simple, zero-config-required local private npm registry. \n\n No need for an entire database just to get started! Verdaccio comes out of the box with its own tiny database, and the ability to proxy other registries (eg. npmjs.org), caching the downloaded modules along the way. For those looking to extend their storage capabilities, Verdaccio supports various community-made plugins to hook into services such as Amazon's s3, Google Cloud Storage or create your own plugin. \n\n For more details, see: https://hub.docker.com/r/verdaccio/verdaccio\n\n Enter your verdaccio Configuration parameters and click on next. It will take about a minute for the process to finish.", - "end": "'Verdaccio is deployed and available as srv-captain--$$cap_appname:4873 to other apps.." + "end": "Verdaccio is deployed and available as srv-captain--$$cap_appname:4873 to other apps.." }, "variables": [ { diff --git a/public/v1/apps/vsts.json b/public/v1/apps/vsts.json index 0adeeed..415b55b 100644 --- a/public/v1/apps/vsts.json +++ b/public/v1/apps/vsts.json @@ -23,7 +23,7 @@ "variables": [{ "id": "$$cap_vsts_version", "label": "VSTS Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/microsoft/vsts-agent/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/microsoft/vsts-agent/tags/", "defaultValue": "ubuntu-16.04-standard", "validRegex": "/^([^\\s^\\/])+$/" }, diff --git a/public/v1/apps/wordpress.json b/public/v1/apps/wordpress.json index ebee9f9..2137a9f 100644 --- a/public/v1/apps/wordpress.json +++ b/public/v1/apps/wordpress.json @@ -58,14 +58,14 @@ "id": "$$cap_wp_version", "label": "WordPress Version", "defaultValue": "4.9", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { "id": "$$cap_mysql_version", "label": "MySQL Version", "defaultValue": "5.7", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/", "validRegex": "/^([^\\s^\\/])+$/" } ] diff --git a/public/v2/apps/adminer.json b/public/v2/apps/adminer.json index 7d43af7..14b5384 100644 --- a/public/v2/apps/adminer.json +++ b/public/v2/apps/adminer.json @@ -22,7 +22,7 @@ "variables": [{ "id": "$$cap_adminer_version", "label": "Adminer Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/adminer/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/adminer/tags/", "defaultValue": "4", "validRegex": "/^([^\\s^\\/])+$/" }, diff --git a/public/v2/apps/arangodb.json b/public/v2/apps/arangodb.json index c58b5ac..bf99ed1 100644 --- a/public/v2/apps/arangodb.json +++ b/public/v2/apps/arangodb.json @@ -20,13 +20,13 @@ }, "instructions": { "start": "ArangoDB is a multi-model, open-source database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. Use ACID transactions if you require them. Scale horizontally and vertically with a few mouse clicks.", - "end": "'ArangoDB' is deployed and available as srv-captain--$$cap_appname-db:8529 to other apps." + "end": "ArangoDB is deployed and available as srv-captain--$$cap_appname-db:8529 to other apps." }, "variables": [{ "id": "$$cap_arango_version", "label": "ArangoDB Version", "defaultValue": "3.4", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/arangodb/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/arangodb/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v2/apps/couchdb.json b/public/v2/apps/couchdb.json index afd2d84..195cd08 100644 --- a/public/v2/apps/couchdb.json +++ b/public/v2/apps/couchdb.json @@ -26,7 +26,7 @@ "variables": [{ "id": "$$cap_couchdb_version", "label": "CouchDB Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/couchdb/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/couchdb/tags/", "defaultValue": "2", "validRegex": "/^([^\\s^\\/])+$/" }, diff --git a/public/v2/apps/drone-gitea.json b/public/v2/apps/drone-gitea.json index a4bacdf..6779cf4 100644 --- a/public/v2/apps/drone-gitea.json +++ b/public/v2/apps/drone-gitea.json @@ -46,7 +46,7 @@ "id": "$$cap_drone_version", "label": "drone Version", "defaultValue": "1.0.0-rc.6", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/drone/drone/tags", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/drone/drone/tags", "validRegex": "" }, { diff --git a/public/v2/apps/ghost.json b/public/v2/apps/ghost.json index a49c6ef..135cb0f 100644 --- a/public/v2/apps/ghost.json +++ b/public/v2/apps/ghost.json @@ -61,7 +61,7 @@ "variables":[ { "defaultValue":"2.16.4", - "description":"Checkout their docker page for the valid tags https://hub.docker.com/r/bitnami/ghost/tags", + "description":"Check out their Docker page for the valid tags https://hub.docker.com/r/bitnami/ghost/tags", "id":"$$cap_ghost_version", "label":"Ghost Version", "validRegex":"/^([^\\s^\\/])+$/" diff --git a/public/v2/apps/gitea.json b/public/v2/apps/gitea.json index bdafdc1..cb35ff5 100644 --- a/public/v2/apps/gitea.json +++ b/public/v2/apps/gitea.json @@ -52,14 +52,14 @@ "id": "$$cap_gitea_version", "label": "Gitea Version", "defaultValue": "1.7", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/gitea/gitea/tags", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/gitea/gitea/tags", "validRegex": "/^([^\\s^\\/])+$/" }, { "id": "$$cap_mysql_version", "label": "MySQL Version", "defaultValue": "5.7", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/", "validRegex": "/^([^\\s^\\/])+$/" } ] diff --git a/public/v2/apps/gitlab-ce.json b/public/v2/apps/gitlab-ce.json index ad11232..c0945a1 100644 --- a/public/v2/apps/gitlab-ce.json +++ b/public/v2/apps/gitlab-ce.json @@ -26,7 +26,7 @@ "variables": [{ "id": "$$cap_gitlab_version", "label": "Gitlab-CE Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/gitlab/gitlab-ce/tags", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/gitlab/gitlab-ce/tags", "defaultValue": "11.9.8-ce.0", "validRegex": "/^([^\\s^\\/])+$/" }, diff --git a/public/v2/apps/gitlab-runner.json b/public/v2/apps/gitlab-runner.json index 984dec1..398a66a 100644 --- a/public/v2/apps/gitlab-runner.json +++ b/public/v2/apps/gitlab-runner.json @@ -23,7 +23,7 @@ "id": "$$cap_gitlab-runner_version", "label": "GitLab-Runner Version", "defaultValue": "v11.11.0", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/gitlab/gitlab-runner/tags", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/gitlab/gitlab-runner/tags", "validRegex": "/^([^\\s^\\/])+$/" } ] diff --git a/public/v2/apps/hasura.json b/public/v2/apps/hasura.json index 0794bea..8583807 100644 --- a/public/v2/apps/hasura.json +++ b/public/v2/apps/hasura.json @@ -34,14 +34,14 @@ "variables":[ { "defaultValue":"v1.0.0-beta.2", - "description":"Checkout their github page for their latest version https://github.com/hasura/graphql-engine", + "description":"Check out their GitHub page for their latest version https://github.com/hasura/graphql-engine", "id":"$$cap_hasura_version", "label":"Hasura Version", "validRegex":"/^([^\\s^\\/])+$/" }, { "defaultValue":"11", - "description":"mdillon/postgis provides a Docker container running Postgres with PostGIS installed. Checkout their docker page for their available tags https://hub.docker.com/r/mdillon/postgis/tags", + "description":"mdillon/postgis provides a Docker container running Postgres with PostGIS installed. Check out their Docker page for their available tags https://hub.docker.com/r/mdillon/postgis/tags", "id":"$$cap_mdillon_postgis_version", "label":"mdillon/postgis Version", "validRegex":"/^([^\\s^\\/])+$/" diff --git a/public/v2/apps/jenkins.json b/public/v2/apps/jenkins.json index dee8541..71e5bee 100644 --- a/public/v2/apps/jenkins.json +++ b/public/v2/apps/jenkins.json @@ -23,7 +23,7 @@ "id": "$$cap_jenkins_version", "label": "Jenkins Version", "defaultValue": "lts-jdk11", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/jenkins/jenkins/tags", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/jenkins/jenkins/tags", "validRegex": "/^([^\\s^\\/])+$/" } ] diff --git a/public/v2/apps/jsreport.json b/public/v2/apps/jsreport.json index fc30723..af341a9 100644 --- a/public/v2/apps/jsreport.json +++ b/public/v2/apps/jsreport.json @@ -27,7 +27,7 @@ "id": "$$cap_jsreport_version", "label": "version", "defaultValue": "2.4.0-full", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/jsreport/jsreport/tags", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/jsreport/jsreport/tags", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v2/apps/keycloak.json b/public/v2/apps/keycloak.json index ee8ff44..9f2487e 100644 --- a/public/v2/apps/keycloak.json +++ b/public/v2/apps/keycloak.json @@ -46,14 +46,14 @@ "id": "$$cap_postgres_version", "label": "Postgres Version", "defaultValue": "9.6", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { "id": "$$cap_keycloak_version", "label": "Keycloak Version", "defaultValue": "6.0.1", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/jboss/keycloak/tags", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/jboss/keycloak/tags", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v2/apps/mariadb.json b/public/v2/apps/mariadb.json index 47443ae..d05f64a 100644 --- a/public/v2/apps/mariadb.json +++ b/public/v2/apps/mariadb.json @@ -27,7 +27,7 @@ "id": "$$cap_mysql_version", "label": "MariaDB Version", "defaultValue": "10.4", - "description": "Check out their docker page for the valid tags https://hub.docker.com/_/mariadb?tab=tags", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/_/mariadb?tab=tags", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v2/apps/minio.json b/public/v2/apps/minio.json index f69b4fa..274ee9e 100644 --- a/public/v2/apps/minio.json +++ b/public/v2/apps/minio.json @@ -24,13 +24,13 @@ }, "instructions": { "start": "Minio is an object storage server released under Apache License v2.0. It is compatible with Amazon S3 cloud storage service. It is best suited for storing unstructured data such as photos, videos, log files, backups and container / VM images. Size of an object can range from a few KBs to a maximum of 5TB. Minio server is light enough to be bundled with the application stack, similar to NodeJS, Redis and MySQL. \n This one click app deploy one single instance of minio. If you are deploying minio in a high demand production environment, you should consider deploying multiple instances of minio. See minio docs for more details. https://www.minio.io/", - "end": "'Minio is deployed and available as $$cap_appname" + "end": "Minio is deployed and available as $$cap_appname" }, "variables": [{ "id": "$$cap_minio_version", "label": "Minio Version", "defaultValue": "latest", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/minio/minio/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/minio/minio/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v2/apps/mongo-express.json b/public/v2/apps/mongo-express.json index 46a1e90..682ea14 100644 --- a/public/v2/apps/mongo-express.json +++ b/public/v2/apps/mongo-express.json @@ -28,7 +28,7 @@ "variables": [{ "id": "$$cap_mongoexpress_version", "label": "Mongo Express Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mongo-express/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/mongo-express/tags/", "defaultValue": "0.49", "validRegex": "/^([^\\s^\\/])+$/" }, diff --git a/public/v2/apps/mongodb.json b/public/v2/apps/mongodb.json index 4a406d2..a0c1f79 100644 --- a/public/v2/apps/mongodb.json +++ b/public/v2/apps/mongodb.json @@ -27,7 +27,7 @@ "id": "$$cap_mongo_version", "label": "MongoDB Version", "defaultValue": "4", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v2/apps/mssql.json b/public/v2/apps/mssql.json index af9beb1..3d79b2a 100644 --- a/public/v2/apps/mssql.json +++ b/public/v2/apps/mssql.json @@ -25,7 +25,7 @@ }, "instructions": { "start": "SQL Server is a central part of the Microsoft data platform. SQL Server is an industry leader in operational database management systems (ODBMS). \n\nSQL Server Developer edition lets developers build any kind of application on top of SQL Server. \n\n It includes all the functionality of Enterprise edition, but is licensed for use as a development and test system, not as a production server. \n\n SQL Server Developer Edition cannot be used in a production environment. \n\n The SQL Server 2017 Developer Edition license terms are located here: https://go.microsoft.com/fwlink/?linkid=857698 .\n\n After installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at the port specified for \"Container TCP Port\" field to other apps.\n\nEnter your SQL Server Configuration parameters and click on next. It will take about a minute for the process to finish.", - "end": "'SQL Server is deployed and available as srv-captain--$$cap_appname-db:$$cap_container_port to other apps." + "end": "SQL Server is deployed and available as srv-captain--$$cap_appname-db:$$cap_container_port to other apps." }, "variables": [ { diff --git a/public/v2/apps/mysql.json b/public/v2/apps/mysql.json index 7135320..d0cfd18 100644 --- a/public/v2/apps/mysql.json +++ b/public/v2/apps/mysql.json @@ -19,13 +19,13 @@ }, "instructions": { "start": "MySQL is the world's most popular open source database. With its proven performance, reliability and ease-of-use, MySQL has become the leading database choice for web-based applications, covering the entire range from personal projects and websites, via e-commerce and information services, all the way to high profile web properties including Facebook, Twitter, YouTube, Yahoo! and many more.\n\n After installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 3306 to other CapRover apps.\n\nEnter your MySQL Configuration parameters and click on next. It will take about a minute for the process to finish.", - "end": "'MySQL is deployed and available as srv-captain--$$cap_appname-db:3306 to other apps. For example with NodeJS, you do 'var con = mysql.createConnection({ host: 'srv-captain--$$cap_appname-db', user: 'root', password: '*********' });'" + "end": "MySQL is deployed and available as srv-captain--$$cap_appname-db:3306 to other apps. For example with NodeJS, you do 'var con = mysql.createConnection({ host: 'srv-captain--$$cap_appname-db', user: 'root', password: '*********' });'" }, "variables": [{ "id": "$$cap_mysql_version", "label": "MySQL Version", "defaultValue": "5.7", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v2/apps/nextcloud.json b/public/v2/apps/nextcloud.json index 4909631..f6bf624 100644 --- a/public/v2/apps/nextcloud.json +++ b/public/v2/apps/nextcloud.json @@ -16,13 +16,13 @@ }, "instructions": { "start": "A safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms. http://Nextcloud.com", - "end": "'NextCloud is deployed and available as $$cap_appname" + "end": "NextCloud is deployed and available as $$cap_appname" }, "variables": [{ "id": "$$cap_nextcloud_version", "label": "NextCloud Version", "defaultValue": "15", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/nextcloud/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/nextcloud/tags/", "validRegex": "/^([^\\s^\\/])+$/" }] diff --git a/public/v2/apps/nexus3.json b/public/v2/apps/nexus3.json index 59d7d8c..4ff49ad 100644 --- a/public/v2/apps/nexus3.json +++ b/public/v2/apps/nexus3.json @@ -18,7 +18,7 @@ }, "instructions": { "start": "Nexus is the world's first and only universal repository solution that's FREE to use. It supports Bower, Docker, Git LFS, Maven, npm, NuGet, PyPI, Ruby Gems, Yum, Apt, Conan, R, CPAN, Raw (Universal),P2 ,Helm and ELPA.\n\nEnter your Nexus Configuration parameters and click on next. \n\n Notes:\n\nDefault credentials are: admin / admin123\n\nIt can take some time (2-3 minutes) for the service to launch in a new container. Check the \"Deployment\" tab logs to determine once Nexus is ready.", - "end": "'Nexus is deployed and available as srv-captain--$$cap_appname:8081 to other apps." + "end": "Nexus is deployed and available as srv-captain--$$cap_appname:8081 to other apps." }, "variables": [ { diff --git a/public/v2/apps/nightscout.json b/public/v2/apps/nightscout.json index bc48201..17ae516 100644 --- a/public/v2/apps/nightscout.json +++ b/public/v2/apps/nightscout.json @@ -52,7 +52,7 @@ "id": "$$cap_mongo_version", "label": "MongoDB Version", "defaultValue": "4", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { @@ -65,7 +65,7 @@ "id": "$$cap_nighscout_version", "label": "Nighscout Version", "defaultValue": "0.11.1", - "description": "Checkout their page for the valid tags https://github.com/nightscout/cgm-remote-monitor/releases", + "description": "Check out their page for the valid tags https://github.com/nightscout/cgm-remote-monitor/releases", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v2/apps/parse.json b/public/v2/apps/parse.json index c13d481..ca67a16 100644 --- a/public/v2/apps/parse.json +++ b/public/v2/apps/parse.json @@ -41,7 +41,7 @@ "id": "$$cap_mongo_version", "label": "MongoDB Version", "defaultValue": "4", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { @@ -54,7 +54,7 @@ "id": "$$cap_parse_version", "label": "Parse Version", "defaultValue": "3.1.3", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/parseplatform/parse-server/tags", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/parseplatform/parse-server/tags", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v2/apps/pgadmin4.json b/public/v2/apps/pgadmin4.json index de47fb6..55ea149 100644 --- a/public/v2/apps/pgadmin4.json +++ b/public/v2/apps/pgadmin4.json @@ -21,7 +21,7 @@ "variables": [{ "id": "$$cap_pgadmin4_version", "label": "Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/thajeztah/pgadmin4/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/thajeztah/pgadmin4/tags/", "defaultValue": "3.6", "validRegex": "/^([^\\s^\\/])+$/" } diff --git a/public/v2/apps/pgweb.json b/public/v2/apps/pgweb.json index 328ca86..ea8fc31 100644 --- a/public/v2/apps/pgweb.json +++ b/public/v2/apps/pgweb.json @@ -13,13 +13,13 @@ }, "instructions": { "start": "pgweb is a web-based database browser for PostgreSQL, written in Go.", - "end": "'pgweb' is deployed." + "end": "pgweb is deployed." }, "variables": [{ "id": "$$cap_pgweb_version", "label": "pgweb Version", "defaultValue": "0.11.2", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/sosedoff/pgweb/tags", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/sosedoff/pgweb/tags", "validRegex": "/^([^\\s^\\/])+$/" } ] diff --git a/public/v2/apps/phpmyadmin.json b/public/v2/apps/phpmyadmin.json index 66e2f9c..3d95ade 100644 --- a/public/v2/apps/phpmyadmin.json +++ b/public/v2/apps/phpmyadmin.json @@ -20,7 +20,7 @@ "variables": [{ "id": "$$cap_pma_version", "label": "PHP My Admin Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/phpmyadmin/phpmyadmin/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/phpmyadmin/phpmyadmin/tags/", "defaultValue": "4.8", "validRegex": "/^([^\\s^\\/])+$/" }] diff --git a/public/v2/apps/portainer.json b/public/v2/apps/portainer.json index d224592..3652d96 100644 --- a/public/v2/apps/portainer.json +++ b/public/v2/apps/portainer.json @@ -24,7 +24,7 @@ "id": "$$cap_portainer_version", "label": "Portainer Version", "defaultValue": "1.20.2", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/portainer/portainer/tags", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/portainer/portainer/tags", "validRegex": "/^([^\\s^\\/])+$/" } ] diff --git a/public/v2/apps/poste-io.json b/public/v2/apps/poste-io.json index a5c7b70..f6fe7bf 100644 --- a/public/v2/apps/poste-io.json +++ b/public/v2/apps/poste-io.json @@ -38,7 +38,7 @@ { "id": "$$cap_poste_version", "label": "Poste.io version tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/analogic/poste.io/tags", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/analogic/poste.io/tags", "defaultValue": "2" }, { diff --git a/public/v2/apps/postgres.json b/public/v2/apps/postgres.json index 62c897d..3c38263 100644 --- a/public/v2/apps/postgres.json +++ b/public/v2/apps/postgres.json @@ -28,7 +28,7 @@ "id": "$$cap_postgres_version", "label": "Postgres Version", "defaultValue": "9.6", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v2/apps/prisma.json b/public/v2/apps/prisma.json index 37730a7..0f8a794 100644 --- a/public/v2/apps/prisma.json +++ b/public/v2/apps/prisma.json @@ -43,14 +43,14 @@ "id": "$$cap_prisma_version", "label": "Prisma Version", "defaultValue": "1.29", - "description": "Checkout their github page for their latest version https://github.com/prisma/prisma", + "description": "Check out their GitHub page for their latest version https://github.com/prisma/prisma", "validRegex": "/^([^\\s^\\/])+$/" }, { "id": "$$cap_mysql_version", "label": "MySQL Version", "defaultValue": "5.7", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v2/apps/rabbitmq.json b/public/v2/apps/rabbitmq.json index 300dbf3..d768c27 100644 --- a/public/v2/apps/rabbitmq.json +++ b/public/v2/apps/rabbitmq.json @@ -26,7 +26,7 @@ "variables": [{ "id": "$$cap_rabbitmq_version", "label": "RabbitMQ Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/rabbitmq/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/rabbitmq/tags/", "defaultValue": "3.7", "validRegex": "/^([^\\s^\\/])+$/" }, diff --git a/public/v2/apps/rainloop.json b/public/v2/apps/rainloop.json index e8192e5..de64f78 100644 --- a/public/v2/apps/rainloop.json +++ b/public/v2/apps/rainloop.json @@ -25,7 +25,7 @@ { "id": "$$cap_rainloop_version", "label": "Rainloop Version", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/hardware/rainloop/tags", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/hardware/rainloop/tags", "defaultValue": "1.12.0", "validRegex": "/^([^\\s^\\/])+$/" } diff --git a/public/v2/apps/redis.json b/public/v2/apps/redis.json index 7c0d054..23aca08 100644 --- a/public/v2/apps/redis.json +++ b/public/v2/apps/redis.json @@ -1,6 +1,6 @@ { "captainVersion": "2", - "documentation": "Taken from https://hub.docker.com/_/adminer except it is manually adjusted for port 80", + "documentation": "Taken from https://hub.docker.com/_/redis", "dockerCompose": { "version": "3.3", "services": { @@ -27,7 +27,7 @@ "variables": [{ "id": "$$cap_redis_version", "label": "Redis Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/redis/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/_/redis/tags/", "defaultValue": "4", "validRegex": "/^([^\\s^\\/])+$/" }, diff --git a/public/v2/apps/sentry.json b/public/v2/apps/sentry.json index 469313a..962bdb3 100644 --- a/public/v2/apps/sentry.json +++ b/public/v2/apps/sentry.json @@ -136,20 +136,20 @@ "id": "$$cap_postgres_version", "label": "Postgres Version Tag", "defaultValue": "9.6", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { "id": "$$cap_redis_version", "label": "Redis Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/redis/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/redis/tags/", "defaultValue": "3.2-alpine", "validRegex": "/^([^\\s^\\/])+$/" }, { "id": "$$cap_sentry_version", "label": "Sentry Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/_/sentry/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/_/sentry/", "defaultValue": "9.1.0", "validRegex": "/^([^\\s^\\/])+$/" }, diff --git a/public/v2/apps/sonarqube.json b/public/v2/apps/sonarqube.json index f5a7b3d..dc6d7b0 100644 --- a/public/v2/apps/sonarqube.json +++ b/public/v2/apps/sonarqube.json @@ -1,6 +1,6 @@ { "captainVersion": "2", - "documentation": "Taken from https://hub.docker.com/_/sonarqube?tab=description", + "documentation": "Taken from https://hub.docker.com/_/sonarqube", "dockerCompose": { "version": "3.3", "services": { @@ -48,14 +48,14 @@ "id": "$$cap_postgres_version", "label": "Postgres Version", "defaultValue": "9.6", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { "id": "$$cap_sonar_version", "label": "Sonarqube Version", "defaultValue": "7.7-community", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/_/sonarqube?tab=tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/_/sonarqube?tab=tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { diff --git a/public/v2/apps/sourcegraph.json b/public/v2/apps/sourcegraph.json index e6b804e..a74a018 100644 --- a/public/v2/apps/sourcegraph.json +++ b/public/v2/apps/sourcegraph.json @@ -24,7 +24,7 @@ "id": "$$cap_container_version", "label": "Version", "defaultValue": "3.2.2", - "description": "Additional tags can be found here: https://hub.docker.com/r/sourcegraph/server/tags", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/sourcegraph/server/tags", "validRegex":"/^([^\\s^\\/])+$/" } ] diff --git a/public/v2/apps/strapi.json b/public/v2/apps/strapi.json index 396bb18..3f6af5d 100644 --- a/public/v2/apps/strapi.json +++ b/public/v2/apps/strapi.json @@ -56,20 +56,20 @@ }, "instructions": { "start": "API creation made simple, secure and fast. The most advanced open-source Content Management Framework to build powerful API with no effort. Read more here: https://strapi.io \n\nNOTE: Hardware requirements: \n2GB minimum RAM required\n1Ghz minimum CPU clock speed", - "end": "Strapi is deployed and available as $$cap_appname-core \n IMPORTANT!! It takes up to 2 minutes for Strapi to boot up. You will see 502 Error until the startup is finished." + "end": "Strapi is deployed and available as $$cap_appname-core \n IMPORTANT!! It takes up to 2 minutes for Strapi to boot up. You will see a 502 Error until the startup is finished." }, "variables": [{ "id": "$$cap_strapi_version", "label": "Strapi Version", "defaultValue": "3.0.0-alpha.24.1", - "description": "Checkout their github page for the valid versions https://github.com/strapi/strapi/releases", + "description": "Check out their GitHub page for the valid versions https://github.com/strapi/strapi/releases", "validRegex": "/^([^\\s^\\/])+$/" }, { "id": "$$cap_mongo_version", "label": "MongoDB Version", "defaultValue": "4", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/", "validRegex": "/^([a-zA-Z0-9])+$/" }, { diff --git a/public/v2/apps/thumbor.json b/public/v2/apps/thumbor.json index 9d770bd..a3b18e2 100644 --- a/public/v2/apps/thumbor.json +++ b/public/v2/apps/thumbor.json @@ -18,13 +18,13 @@ }, "instructions": { "start": "thumbor is a smart imaging service. It enables on-demand crop, resizing and flipping of images. It also features a VERY smart detection of important points in the image for better cropping and resizing, using state-of-the-art face and feature detection algorithms (more on that in Detection Algorithms). Using thumbor is very easy (after it is running). All you have to do is access it using an URL for an image, like this:\n http:///300x200/smart/s.glbimg.com/et/bb/f/original/2011/03/24/VN0JiwzmOw0b0lg.jpg\n\n See http://thumbor.org for more details. \n\n Enter your thumbor Configuration parameters and click on next. It will take about a minute for the process to finish.", - "end": "'thumbor is deployed and available as $$cap_appname-db. Go to YOUR_APP_URL/unsafe/200x50/i.imgur.com/bvjzPct.jpg to test thumbor!" + "end": "thumbor is deployed and available as $$cap_appname-db. Go to YOUR_APP_URL/unsafe/200x50/i.imgur.com/bvjzPct.jpg to test thumbor!" }, "variables": [{ "id": "$$cap_thumbor_version", "label": "Thumbor Version", "defaultValue": "6.7.0", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/minimalcompact/thumbor/tags/", + "description": "Checkout their Docker page for the valid tags https://hub.docker.com/r/minimalcompact/thumbor/tags/", "validRegex": "/^([^\\s^\\/])+$/" }] diff --git a/public/v2/apps/verdaccio.json b/public/v2/apps/verdaccio.json index 59ffd9a..2b6cd80 100644 --- a/public/v2/apps/verdaccio.json +++ b/public/v2/apps/verdaccio.json @@ -18,8 +18,8 @@ } }, "instructions": { - "start": "Verdaccio is a simple, zero-config-required local private npm registry. \n\n No need for an entire database just to get started! Verdaccio comes out of the box with its own tiny database, and the ability to proxy other registries (eg. npmjs.org), caching the downloaded modules along the way. For those looking to extend their storage capabilities, Verdaccio supports various community-made plugins to hook into services such as Amazon's s3, Google Cloud Storage or create your own plugin. \n\n For more details, see: https://hub.docker.com/r/verdaccio/verdaccio\n\n Enter your verdaccio Configuration parameters and click on next. It will take about a minute for the process to finish.", - "end": "'Verdaccio is deployed and available as srv-captain--$$cap_appname:4873 to other apps.." + "start": "Verdaccio is a simple, zero-config-required local private npm registry. \n\n No need for an entire database just to get started! Verdaccio comes out of the box with its own tiny database, and the ability to proxy other registries (eg. npmjs.org), caching the downloaded modules along the way. For those looking to extend their storage capabilities, Verdaccio supports various community-made plugins to hook into services such as Amazon's S3, Google Cloud Storage, or create your own plugin. \n\n For more details, see: https://hub.docker.com/r/verdaccio/verdaccio\n\n Enter your verdaccio Configuration parameters and click on next. It will take about a minute for the process to finish.", + "end": "Verdaccio is deployed and available as srv-captain--$$cap_appname:4873 to other apps.." }, "variables": [ { diff --git a/public/v2/apps/vsts.json b/public/v2/apps/vsts.json index 83e5534..2305d95 100644 --- a/public/v2/apps/vsts.json +++ b/public/v2/apps/vsts.json @@ -23,7 +23,7 @@ "variables": [{ "id": "$$cap_vsts_version", "label": "VSTS Version Tag", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/microsoft/vsts-agent/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/microsoft/vsts-agent/tags/", "defaultValue": "ubuntu-16.04-standard", "validRegex": "/^([^\\s^\\/])+$/" }, diff --git a/public/v2/apps/wordpress.json b/public/v2/apps/wordpress.json index f3d63b6..4c4013a 100644 --- a/public/v2/apps/wordpress.json +++ b/public/v2/apps/wordpress.json @@ -1,6 +1,6 @@ { "captainVersion": "2", - "documentation": "Taken from https://docs.docker.com/compose/wordpress/ port mapping removed from WP as it's not needed", + "documentation": "Taken from https://docs.docker.com/compose/wordpress/. Port mapping removed from WP as it is no longer needed", "dockerCompose": { "version": "3.3", "services": { @@ -40,7 +40,7 @@ }, "instructions": { "start": "WordPress is an online, open source website creation tool written in PHP. But in non-geek speak, it’s probably the easiest and most powerful blogging and website content management system (or CMS) in existence today.\n\n Enter your WordPress Configuration parameters and click on next. A MySQL (database) and a WordPress container will be created for you. The process will take about a minute for the process to finish.", - "end": "Wordpress is deployed and available as $$cap_appname-wordpress . \n\n IMPORTANT: It will take up to 2 minutes for wordpress to be ready. Before that, you might see 502 error page.\n" + "end": "Wordpress is deployed and available as $$cap_appname-wordpress . \n\n IMPORTANT: It will take up to 2 minutes for WordPress to be ready. Before that, you might see a 502 error page.\n" }, "variables": [{ "id": "$$cap_db_user", @@ -58,14 +58,14 @@ "id": "$$cap_wp_version", "label": "WordPress Version", "defaultValue": "4.9", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/", "validRegex": "/^([^\\s^\\/])+$/" }, { "id": "$$cap_mysql_version", "label": "MySQL Version", "defaultValue": "5.7", - "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/", "validRegex": "/^([^\\s^\\/])+$/" } ]