summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--public/v2/apps/adminer.json1
-rw-r--r--public/v2/apps/arangodb.json1
-rw-r--r--public/v2/apps/couchdb.json1
-rw-r--r--public/v2/apps/countly.json1
-rw-r--r--public/v2/apps/directus.json1
-rw-r--r--public/v2/apps/drone-gitea.json1
-rw-r--r--public/v2/apps/droppy.json1
-rw-r--r--public/v2/apps/elasticsearch.json5
-rw-r--r--public/v2/apps/fusionauth.json1
-rw-r--r--public/v2/apps/ghost.json1
-rw-r--r--public/v2/apps/gitea.json1
-rw-r--r--public/v2/apps/gitlab-ce.json1
-rw-r--r--public/v2/apps/gitlab-runner.json1
-rw-r--r--public/v2/apps/graylog.json1
-rw-r--r--public/v2/apps/hasura.json1
-rw-r--r--public/v2/apps/jenkins.json1
-rw-r--r--public/v2/apps/jsreport.json1
-rw-r--r--public/v2/apps/keycloak.json1
-rw-r--r--public/v2/apps/mariadb.json1
-rw-r--r--public/v2/apps/matomo.json1
-rw-r--r--public/v2/apps/minio.json1
-rw-r--r--public/v2/apps/mongo-express.json1
-rw-r--r--public/v2/apps/mongodb.json1
-rw-r--r--public/v2/apps/mssql.json1
-rw-r--r--public/v2/apps/mysql.json1
-rw-r--r--public/v2/apps/nextcloud.json1
-rw-r--r--public/v2/apps/nexus3.json1
-rw-r--r--public/v2/apps/nginx-reverse-proxy.json1
-rw-r--r--public/v2/apps/nightscout.json1
-rw-r--r--public/v2/apps/parse.json1
-rw-r--r--public/v2/apps/peertube.json1
-rw-r--r--public/v2/apps/pgadmin4.json1
-rw-r--r--public/v2/apps/pgweb.json1
-rw-r--r--public/v2/apps/phpmyadmin.json1
-rw-r--r--public/v2/apps/portainer.json1
-rw-r--r--public/v2/apps/poste-io.json1
-rw-r--r--public/v2/apps/postgres.json1
-rw-r--r--public/v2/apps/prisma.json1
-rw-r--r--public/v2/apps/rabbitmq.json1
-rw-r--r--public/v2/apps/rainloop.json1
-rw-r--r--public/v2/apps/redis.json1
-rw-r--r--public/v2/apps/rethinkdb.json1
-rw-r--r--public/v2/apps/sentry.json1
-rw-r--r--public/v2/apps/sonarqube.json1
-rw-r--r--public/v2/apps/sourcegraph.json1
-rw-r--r--public/v2/apps/strapi.json1
-rw-r--r--public/v2/apps/thumbor.json1
-rw-r--r--public/v2/apps/verdaccio.json1
-rw-r--r--public/v2/apps/vsts.json1
-rw-r--r--public/v2/apps/wordpress.json1
50 files changed, 52 insertions, 2 deletions
diff --git a/public/v2/apps/adminer.json b/public/v2/apps/adminer.json
index 36b7a7d..77a3730 100644
--- a/public/v2/apps/adminer.json
+++ b/public/v2/apps/adminer.json
@@ -2,6 +2,7 @@
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/_/adminer ",
"description": "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP",
+ "displayName": "",
"dockerCompose": {
"version": "3.3",
"services": {
diff --git a/public/v2/apps/arangodb.json b/public/v2/apps/arangodb.json
index 9e34f8a..f5325f8 100644
--- a/public/v2/apps/arangodb.json
+++ b/public/v2/apps/arangodb.json
@@ -2,6 +2,7 @@
"captainVersion": "2",
"documentation": "ArangoDB",
"description": "ArangoDB is native multi-model database for using and combining graph, document and key/value models",
+ "displayName": "",
"dockerCompose": {
"version": "3.3",
"services": {
diff --git a/public/v2/apps/couchdb.json b/public/v2/apps/couchdb.json
index 52cfde0..83daec7 100644
--- a/public/v2/apps/couchdb.json
+++ b/public/v2/apps/couchdb.json
@@ -2,6 +2,7 @@
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/_/couchdb/",
"description": "Apache CouchDB is an open-source document-oriented NoSQL database, implemented in Erlang",
+ "displayName": "",
"dockerCompose": {
"version": "3.3",
"services": {
diff --git a/public/v2/apps/countly.json b/public/v2/apps/countly.json
index d40264b..16fb539 100644
--- a/public/v2/apps/countly.json
+++ b/public/v2/apps/countly.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/r/countly/countly-server",
+ "displayName": "",
"description": "Countly helps you get insights from your application",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/directus.json b/public/v2/apps/directus.json
index a41cace..b72ab70 100644
--- a/public/v2/apps/directus.json
+++ b/public/v2/apps/directus.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://github.com/directus/docker.",
+ "displayName": "",
"description": "Directus is an open-source tool for managing content across all your omni-channel digital experiences",
"dockerCompose": {
"version": "7",
diff --git a/public/v2/apps/drone-gitea.json b/public/v2/apps/drone-gitea.json
index d20c34c..661ecd7 100644
--- a/public/v2/apps/drone-gitea.json
+++ b/public/v2/apps/drone-gitea.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://docs.drone.io/intro/gitea/single-machine/",
+ "displayName": "",
"description": "Drone is a self-service Continuous Delivery platform for busy development teams",
"dockerCompose": {
"version": "2",
diff --git a/public/v2/apps/droppy.json b/public/v2/apps/droppy.json
index abb2585..52499c1 100644
--- a/public/v2/apps/droppy.json
+++ b/public/v2/apps/droppy.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Read the documentation @ https://github.com/silverwind/droppy",
+ "displayName": "",
"description": "droppy is a self-hosted file storage server with a web interface",
"dockerCompose": {
"version": "3.7",
diff --git a/public/v2/apps/elasticsearch.json b/public/v2/apps/elasticsearch.json
index 6cc38ec..f1cb128 100644
--- a/public/v2/apps/elasticsearch.json
+++ b/public/v2/apps/elasticsearch.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
- "documentation": "Elasticsearch is a distributed, RESTful search and analytics engine. This image can be used for single nodes and cluster setups. Look at https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html for further assistance using Elasticsearch with docker.",
+ "documentation": "Look at https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html for further assistance using Elasticsearch with docker.",
+ "displayName": "",
"description": "Elasticsearch is a search engine based on the Lucene library",
"dockerCompose": {
"version": "3.3",
@@ -25,7 +26,7 @@
}
},
"instructions": {
- "start": "Elasticsearch startearch engine. Be sure to extend the virtual memory on all your hosts! (increase \"echo 'vm.max_map_count=262144' >> /etc/sysctl.conf\" and restart \"sysctl -p\")",
+ "start": "Elasticsearch is a distributed, RESTful search and analytics engine. This image can be used for single nodes and cluster setups. Be sure to extend the virtual memory on all your hosts! (increase \"echo 'vm.max_map_count=262144' >> /etc/sysctl.conf\" and restart \"sysctl -p\")",
"end": "Deployment of Elasticsearch is finished. You might see 502 errors for the next 2 minutes. Goto <YOUR-APP-URL>/_cat/health to check the health of your cluster."
},
"variables": [{
diff --git a/public/v2/apps/fusionauth.json b/public/v2/apps/fusionauth.json
index 2c89b7b..fe48aae 100644
--- a/public/v2/apps/fusionauth.json
+++ b/public/v2/apps/fusionauth.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Adapted from: https://github.com/FusionAuth/fusionauth-containers",
+ "displayName": "",
"description": "FusionAuth is a scalable, identity and user management platform built for devs",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/ghost.json b/public/v2/apps/ghost.json
index 06162d4..bb1c7f9 100644
--- a/public/v2/apps/ghost.json
+++ b/public/v2/apps/ghost.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation":"Taken from https://docs.ghost.org/",
+ "displayName": "",
"description": "Ghost is a free and open source blogging platform written in JavaScript and distributed under the MIT License",
"dockerCompose":{
"services":{
diff --git a/public/v2/apps/gitea.json b/public/v2/apps/gitea.json
index 1edbb21..ee3857e 100644
--- a/public/v2/apps/gitea.json
+++ b/public/v2/apps/gitea.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/r/gitea/gitea/",
+ "displayName": "",
"description": "Gitea is a software package for hosting software development using Git as well as bug tracking, wikis and code review",
"dockerCompose": {
"version": "2",
diff --git a/public/v2/apps/gitlab-ce.json b/public/v2/apps/gitlab-ce.json
index 9dbfd14..bc134a2 100644
--- a/public/v2/apps/gitlab-ce.json
+++ b/public/v2/apps/gitlab-ce.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://docs.gitlab.com/omnibus/docker/",
+ "displayName": "",
"description": "CE version of GitLab for CI/CD pipeline",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/gitlab-runner.json b/public/v2/apps/gitlab-runner.json
index 8adc9a3..f2ede72 100644
--- a/public/v2/apps/gitlab-runner.json
+++ b/public/v2/apps/gitlab-runner.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://docs.gitlab.com/runner/install/docker.html and https://docs.gitlab.com/runner/register/",
+ "displayName": "",
"description": "Runner version of GitLab for CI/CD pipeline",
"dockerCompose": {
"version": "3",
diff --git a/public/v2/apps/graylog.json b/public/v2/apps/graylog.json
index 65dee5c..e4e5392 100644
--- a/public/v2/apps/graylog.json
+++ b/public/v2/apps/graylog.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/r/graylog/graylog",
+ "displayName": "",
"description": "Graylog is used for log management of both structured and unstructured data along with debugging applications.",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/hasura.json b/public/v2/apps/hasura.json
index 44e260a..3af8139 100644
--- a/public/v2/apps/hasura.json
+++ b/public/v2/apps/hasura.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Hasura GraphQL Engine",
+ "displayName": "",
"description": "Instant realtime GraphQL APIs on any Postgres application, existing or new",
"dockerCompose": {
"version": "3.6",
diff --git a/public/v2/apps/jenkins.json b/public/v2/apps/jenkins.json
index 870d716..c5facb5 100644
--- a/public/v2/apps/jenkins.json
+++ b/public/v2/apps/jenkins.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/r/jenkins/jenkins/ ",
+ "displayName": "",
"description": "Jenkins helps to automate the non-human part of the software development process, with continuous integration and facilitating technical aspects of continuous delivery",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/jsreport.json b/public/v2/apps/jsreport.json
index fbe8425..7c5f47b 100644
--- a/public/v2/apps/jsreport.json
+++ b/public/v2/apps/jsreport.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/r/jsreport/jsreport/",
+ "displayName": "",
"description": "jsreport is an open source reporting platform where reports are designed using popular javascript templating engines",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/keycloak.json b/public/v2/apps/keycloak.json
index 8a054f4..6e6da19 100644
--- a/public/v2/apps/keycloak.json
+++ b/public/v2/apps/keycloak.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://github.com/jboss-dockerfiles/keycloak/blob/master/server/README.md",
+ "displayName": "",
"description": "Keycloak is an open source identity and access management solution",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/mariadb.json b/public/v2/apps/mariadb.json
index ac91774..547a3d7 100644
--- a/public/v2/apps/mariadb.json
+++ b/public/v2/apps/mariadb.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/_/mariadb.",
+ "displayName": "",
"description": "MariaDB Server is one of the most popular open source relational databases. It's made by the original developers of MySQL and guaranteed to stay open source",
"dockerCompose": {
"version": "3.1",
diff --git a/public/v2/apps/matomo.json b/public/v2/apps/matomo.json
index a3ebf50..e14fc26 100644
--- a/public/v2/apps/matomo.json
+++ b/public/v2/apps/matomo.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/_/matomo?tab=description",
+ "displayName": "",
"description": "Matomo tracks online visits to one or more websites and displays reports on these visits for analysis",
"dockerCompose": {
"version": "3.1",
diff --git a/public/v2/apps/minio.json b/public/v2/apps/minio.json
index 4182ab1..1bdaddc 100644
--- a/public/v2/apps/minio.json
+++ b/public/v2/apps/minio.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/r/minio/minio",
+ "displayName": "",
"description": "MinIO is a cloud storage server compatible with Amazon S3",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/mongo-express.json b/public/v2/apps/mongo-express.json
index 7548e30..2936946 100644
--- a/public/v2/apps/mongo-express.json
+++ b/public/v2/apps/mongo-express.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/_/mongo-express/ except it is manually adjusted for port 80",
+ "displayName": "",
"description": "Web-based MongoDB admin interface, written with Node.js and express",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/mongodb.json b/public/v2/apps/mongodb.json
index e7480bb..4b86fa3 100644
--- a/public/v2/apps/mongodb.json
+++ b/public/v2/apps/mongodb.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/r/mongo/",
+ "displayName": "",
"description": "MongoDB is a cross-platform document-oriented database program. Classified as a NoSQL database program",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/mssql.json b/public/v2/apps/mssql.json
index b8ccc54..c852bb8 100644
--- a/public/v2/apps/mssql.json
+++ b/public/v2/apps/mssql.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/_/microsoft-mssql-server",
+ "displayName": "",
"description": "Microsoft SQL Server is a relational database management system developed by Microsoft",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/mysql.json b/public/v2/apps/mysql.json
index f90daf6..ef51e36 100644
--- a/public/v2/apps/mysql.json
+++ b/public/v2/apps/mysql.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://docs.docker.com/compose/mysql/ port mapping removed from WP as it's not needed",
+ "displayName": "",
"description": "MySQL is a relational database management system based on SQL",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/nextcloud.json b/public/v2/apps/nextcloud.json
index c9232d9..e472f19 100644
--- a/public/v2/apps/nextcloud.json
+++ b/public/v2/apps/nextcloud.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/_/nextcloud",
+ "displayName": "",
"description": "Nextcloud is a suite of client-server software for creating and using file hosting services",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/nexus3.json b/public/v2/apps/nexus3.json
index a73aa7f..fb22aaf 100644
--- a/public/v2/apps/nexus3.json
+++ b/public/v2/apps/nexus3.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/r/sonatype/nexus3/",
+ "displayName": "",
"description": "Nexus is a repository manager. It allows you to proxy, collect, and manage your dependencies",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/nginx-reverse-proxy.json b/public/v2/apps/nginx-reverse-proxy.json
index e6d12fa..c3b4e19 100644
--- a/public/v2/apps/nginx-reverse-proxy.json
+++ b/public/v2/apps/nginx-reverse-proxy.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://github.com/caprover/nginx-reverse-proxy",
+ "displayName": "",
"description": "A simple nginx image preloaded with reverse proxy config that allows you to proxy a URL to another URL",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/nightscout.json b/public/v2/apps/nightscout.json
index 788495d..bf30a27 100644
--- a/public/v2/apps/nightscout.json
+++ b/public/v2/apps/nightscout.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Built from scratch (https://github.com/nightscout/cgm-remote-monitor)",
+ "displayName": "",
"description": "Nightscout is a free and open-source project, and associated social movement, that enables accessing and working with continuous glucose monitor data",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/parse.json b/public/v2/apps/parse.json
index ee0f8f5..0ece57b 100644
--- a/public/v2/apps/parse.json
+++ b/public/v2/apps/parse.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/r/parseplatform/parse-server/",
+ "displayName": "",
"description": "Parse Server is an open source Backend-as-a-Service(BaaS) framework initially developed by Facebook",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/peertube.json b/public/v2/apps/peertube.json
index a43c600..2a72b2c 100644
--- a/public/v2/apps/peertube.json
+++ b/public/v2/apps/peertube.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/docker-compose.yml",
+ "displayName": "",
"description": "PeerTube is a decentralized video hosting network, based on free/libre software",
"dockerCompose": {
"version": "1",
diff --git a/public/v2/apps/pgadmin4.json b/public/v2/apps/pgadmin4.json
index d2d04d0..512e543 100644
--- a/public/v2/apps/pgadmin4.json
+++ b/public/v2/apps/pgadmin4.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/r/thajeztah/pgadmin4 ",
+ "displayName": "",
"description": "pgAdmin 4 is a complete rewrite of pgAdmin, built using Python and Javascript/jQuery",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/pgweb.json b/public/v2/apps/pgweb.json
index edc2272..329ed9d 100644
--- a/public/v2/apps/pgweb.json
+++ b/public/v2/apps/pgweb.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "See https://hub.docker.com/r/sosedoff/pgweb for details",
+ "displayName": "",
"description": "Pgweb is a web-based database browser for PostgreSQL, written in Go",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/phpmyadmin.json b/public/v2/apps/phpmyadmin.json
index 3e371b0..4c7d70c 100644
--- a/public/v2/apps/phpmyadmin.json
+++ b/public/v2/apps/phpmyadmin.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/r/phpmyadmin/phpmyadmin/",
+ "displayName": "",
"description": "phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/portainer.json b/public/v2/apps/portainer.json
index d867379..15d0f4b 100644
--- a/public/v2/apps/portainer.json
+++ b/public/v2/apps/portainer.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/r/portainer/portainer/",
+ "displayName": "",
"description": "Portainer is a lightweight management UI which allows you to easily manage your different Docker environments",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/poste-io.json b/public/v2/apps/poste-io.json
index b57e4bc..2503e90 100644
--- a/public/v2/apps/poste-io.json
+++ b/public/v2/apps/poste-io.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Read the poste.io documentation @ https://poste.io/doc",
+ "displayName": "",
"description": "Poste.io - complete mailserver built in one container",
"dockerCompose": {
"version": "3.7",
diff --git a/public/v2/apps/postgres.json b/public/v2/apps/postgres.json
index f1053b3..f4e18bb 100644
--- a/public/v2/apps/postgres.json
+++ b/public/v2/apps/postgres.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/_/postgres",
+ "displayName": "",
"description": "The PostgreSQL object-relational database system provides reliability and data integrity",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/prisma.json b/public/v2/apps/prisma.json
index 29365c4..906e702 100644
--- a/public/v2/apps/prisma.json
+++ b/public/v2/apps/prisma.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/r/prismagraphql/prisma/",
+ "displayName": "",
"description": "Prisma is a database abstraction layer that turns your databases into GraphQL APIs with CRUD operations and realtime capabilities",
"dockerCompose": {
"version": "3",
diff --git a/public/v2/apps/rabbitmq.json b/public/v2/apps/rabbitmq.json
index e951f76..614ea99 100644
--- a/public/v2/apps/rabbitmq.json
+++ b/public/v2/apps/rabbitmq.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/_/rabbitmq",
+ "displayName": "",
"description": "RabbitMQ is an open-source message-broker software that originally implemented the Advanced Message Queuing Protocol",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/rainloop.json b/public/v2/apps/rainloop.json
index 58a80f0..ae17f1b 100644
--- a/public/v2/apps/rainloop.json
+++ b/public/v2/apps/rainloop.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/r/hardware/rainloop",
+ "displayName": "",
"description": "RainLoop Webmail - Simple, modern & fast web-based email client",
"dockerCompose": {
"version": "2",
diff --git a/public/v2/apps/redis.json b/public/v2/apps/redis.json
index bdcd8a6..9c760f7 100644
--- a/public/v2/apps/redis.json
+++ b/public/v2/apps/redis.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/_/redis",
+ "displayName": "",
"description": "Redis is an in-memory data structure store, used as a database, cache and message broker",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/rethinkdb.json b/public/v2/apps/rethinkdb.json
index 18fac4e..42a8a68 100644
--- a/public/v2/apps/rethinkdb.json
+++ b/public/v2/apps/rethinkdb.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/_/rethinkdb.",
+ "displayName": "",
"description": "RethinkDB pushes JSON to your apps in realtime",
"dockerCompose": {
"version": "7",
diff --git a/public/v2/apps/sentry.json b/public/v2/apps/sentry.json
index 8ffde4c..abefd93 100644
--- a/public/v2/apps/sentry.json
+++ b/public/v2/apps/sentry.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/_/sentry/ and https://docs.sentry.io/server/",
+ "displayName": "",
"description": "Open-source error tracking with full stacktraces & asynchronous context",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/sonarqube.json b/public/v2/apps/sonarqube.json
index fdacf0d..7e3e673 100644
--- a/public/v2/apps/sonarqube.json
+++ b/public/v2/apps/sonarqube.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/_/sonarqube",
+ "displayName": "",
"description": "Catch bugs and vulnerabilities in your app, with thousands of automated Static Code Analysis rules",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/sourcegraph.json b/public/v2/apps/sourcegraph.json
index d991303..826b7d6 100644
--- a/public/v2/apps/sourcegraph.json
+++ b/public/v2/apps/sourcegraph.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/r/sourcegraph/server/",
+ "displayName": "",
"description": "Sourcegraph is a free, self-hosted code search and intelligence server that helps developers find, review, understand, and debug code",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/strapi.json b/public/v2/apps/strapi.json
index 1e33e86..583e4cb 100644
--- a/public/v2/apps/strapi.json
+++ b/public/v2/apps/strapi.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://github.com/strapi/strapi-docker/blob/master/docker-compose.yml",
+ "displayName": "",
"description": "The Open source Headless CMS Front-End Developers love. Manage your content. Distribute it anywhere",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/thumbor.json b/public/v2/apps/thumbor.json
index 9041434..fb15b5e 100644
--- a/public/v2/apps/thumbor.json
+++ b/public/v2/apps/thumbor.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/r/minimalcompact/thumbor/tags/",
+ "displayName": "",
"description": "Thumbor is a smart imaging service. It enables on-demand crop, resizing and flipping of images",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/verdaccio.json b/public/v2/apps/verdaccio.json
index 82e5a53..38d8151 100644
--- a/public/v2/apps/verdaccio.json
+++ b/public/v2/apps/verdaccio.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/r/verdaccio/verdaccio/",
+ "displayName": "",
"description": "Verdaccio is a lightweight private npm proxy registry that allows you to have your own npm registry for free",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/vsts.json b/public/v2/apps/vsts.json
index bf80ce1..a4ebd26 100644
--- a/public/v2/apps/vsts.json
+++ b/public/v2/apps/vsts.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/r/microsoft/vsts-agent/",
+ "displayName": "",
"description": "VSTS is an integrated development environment (IDE) developed as a software product by Microsoft Corp",
"dockerCompose": {
"version": "3.3",
diff --git a/public/v2/apps/wordpress.json b/public/v2/apps/wordpress.json
index e17dbee..b6b186c 100644
--- a/public/v2/apps/wordpress.json
+++ b/public/v2/apps/wordpress.json
@@ -1,6 +1,7 @@
{
"captainVersion": "2",
"documentation": "Taken from https://docs.docker.com/compose/wordpress/. Port mapping removed from WP as it is no longer needed",
+ "displayName": "",
"description": "WordPress is a content management system based on PHP and MySQL that is usually used with the MySQL or MariaDB database",
"dockerCompose": {
"version": "3.3",