summaryrefslogtreecommitdiffhomepage
path: root/public/v2/apps
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2020-08-16 09:54:49 -0400
committerKasra Bigdeli <[email protected]>2020-08-16 09:54:49 -0400
commit83c86c07c5f87c4c19b5328ba377b35f35fda25d (patch)
treeee40903cc075f515266986b2d52a9636ae6a50d9 /public/v2/apps
parent090e2473bd25a32c39560ddf05ca14c9e0225569 (diff)
downloadcaprover-one-click-apps-83c86c07c5f87c4c19b5328ba377b35f35fda25d.tar.gz
caprover-one-click-apps-83c86c07c5f87c4c19b5328ba377b35f35fda25d.zip
Enforcing max 200 char for description
Diffstat (limited to 'public/v2/apps')
-rw-r--r--public/v2/apps/influxdb.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/v2/apps/influxdb.json b/public/v2/apps/influxdb.json
index f76736b..eb76c9c 100644
--- a/public/v2/apps/influxdb.json
+++ b/public/v2/apps/influxdb.json
@@ -2,7 +2,7 @@
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/_/influxdb",
"displayName": "InfluxDb",
- "description": "InfluxDB is a time series database built from the ground up to handle high write and query loads. InfluxDB is meant to be used as a backing store for any use case involving large amounts of timestamped data, including DevOps monitoring, application metrics, IoT sensor data, and real-time analytics.",
+ "description": "InfluxDB is a time series database. It stores large amounts of timestamped data, including DevOps monitoring, application metrics, IoT sensor data, and real-time analytics.",
"isOfficial": true,
"dockerCompose": {
"version": "3.3",