Caprover logo
Caprover one-click apps browser
InfluxDb2 logo
InfluxDb2
InfluxDB2 is a time series database. It stores large amounts of timestamped data, including DevOps monitoring, application metrics, IoT sensor data, and real-time analytics.
Official integration
Created - Last update
Related apps

InfluxDb

Influxdb2 is a time series database, and part of the tickstack. After installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME to other CapRover apps. Enter your Influxdb configuration parameters and click on next. The default configuration has no users or authentication and is only accessible to other Caprover apps. It will take about a minute for the process to finish.

Deployed services
influxdb2
influxdb:$$cap_influx_version
  • influxdb2-data:/var/lib/influxdb2
  • influxdb2-configs:/etc/influxdb2
8086
7
Variables

InfluxDb Version

Default: 2.0

$$cap_influx_version
Check out their Docker page for the valid tags https://hub.docker.com/r/library/influxdb/tags/

Influx Bucket

Default: my-bucket

$$cap_influx_bucket
Automatically initializes a database with this bucket ID.

Username for initialization

Default: username

$$cap_influx_init_username

Password for initialization

Default: $$cap_gen_random_hex(12)

$$cap_influx_init_password

Admin Access Token

Default: $$cap_gen_random_hex(24)

$$cap_influx_token

Organization for intialization

Default: my-org

$$cap_influx_init_org

Retention for data

Default: 52w

$$cap_influx_retention
The duration the system's initial bucket should retain data. If not set, the initial bucket will retain data forever.
© 2025, Built with Gatsby - Source code available on GitHub