From 08d20ce40a1d8c5039609306725d4dad9688a37e Mon Sep 17 00:00:00 2001 From: owine Date: Tue, 7 May 2024 09:16:23 -0500 Subject: [PATCH] InfluxDB2: New Docs --- docs/sandbox/apps/influxdb2.md | 27 +++++++++++++++++++++++++++ mkdocs.yml | 1 + 2 files changed, 28 insertions(+) create mode 100644 docs/sandbox/apps/influxdb2.md diff --git a/docs/sandbox/apps/influxdb2.md b/docs/sandbox/apps/influxdb2.md new file mode 100644 index 000000000..ec834f9ef --- /dev/null +++ b/docs/sandbox/apps/influxdb2.md @@ -0,0 +1,27 @@ +# InfluxDB2 + +## What is it? + +[InfluxDB2](https://www.influxdata.com/products/influxdb/) is an open source time series database for recording metrics, events, and analytics. + +| Details | | | | +|-------------|-------------|-------------|-------------| +| [:material-home: Project home](https://www.influxdata.com/products/influxdb/){: .header-icons } | [:octicons-link-16: Docs](https://docs.influxdata.com/influxdb/latest/){: .header-icons } | [:octicons-mark-github-16: Github](https://github.com/influxdata/influxdata-docker){: .header-icons } | [:material-docker: Docker](https://hub.docker.com/_/influxdb){: .header-icons }| + +### 1. Installation + +``` shell + +sb install sandbox-influxdb2 + +``` + +### 2. URL + +- To access InfluxDB2, visit `https://influxdb2._yourdomain.com_` + +### 3. Setup + +- To setup the initial admin user, token and bucket, visit the UI at the URL above. + +- [:octicons-link-16: Documentation: InfluxDB Docs](https://docs.influxdata.com/influxdb/latest/){: .header-icons } diff --git a/mkdocs.yml b/mkdocs.yml index d3fc3282c..a26dae409 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -308,6 +308,7 @@ nav: - Guacamole: sandbox/apps/guacamole.md - Handbrake: sandbox/apps/handbrake.md - Influxdb: sandbox/apps/influxdb.md + - Influxdb2: sandbox/apps/influxdb2.md - Invoice Ninja: sandbox/apps/invoiceninja.md - Home Automation: - Home Assistant: sandbox/apps/homeassistant.md