Caprover logo
Caprover one-click apps browser
InfluxDb logo
InfluxDb
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.
Official integration
Created - Last update
Related apps

InfluxDb2

Influxdb is a time series database, and part of the tickstack. After installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at the port you choose (8086 by default) 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
influxdb-db
influxdb:$$cap_influx_version
  • influxdb-db-data:/var/lib/influxdb
always
10
Variables

InfluxDb Version

Default: 1.8

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

Influxdb port

Default: 8086

$$cap_influxdb_port
The port to make queries to influxdb.

Graphite port

Default: 2003

$$cap_graphite_port
The port for graphite protocol

Influx DB

Default:

$$cap_influx_db
Automatically initializes a database with the name of this environment variable.

Auth enabled (true/false)

Default:

$$cap_influx_auth_enabled
Enables authentication. Either this must be set or auth-enabled = true must be set within the configuration file for any authentication related options below to work.

Admin User

Default:

$$cap_influx_admin_user
The name of the admin user to be created. If this is unset, no admin user is created.

Admin password

Default:

$$cap_influx_admin_password
The password for the admin user configured with INFLUXDB_ADMIN_USER. If this is unset, a random password is generated and printed to standard out.

Inlfux user

Default:

$$cap_influx_user
The name of a user to be created with no privileges. If INFLUXDB_DB is set, this user will be granted read and write permissions for that database.

Influx password

Default:

$$cap_influx_user_password
The password for the user configured with INFLUXDB_USER. If this is unset, a random password is generated and printed to standard out.

Influx read user

Default:

$$cap_influx_read_user
The name of a user to be created with read privileges on INFLUXDB_DB. If INFLUXDB_DB is not set, this user will have no granted permissions.

Influx read user password

Default:

$$cap_influx_read_user_password
The password for the user configured with INFLUXDB_READ_USER. If this is unset, a random password is generated and printed to standard out

Influx write user

Default:

$$cap_influx_write_user
The name of a user to be created with write privileges on INFLUXDB_DB. If INFLUXDB_DB is not set, this user will have no granted permissions.

Influx write user password

Default:

$$cap_influx_write_password
The password for the user configured with INFLUXDB_WRITE_USER. If this is unset, a random password is generated and printed to standard out.
© 2025, Built with Gatsby - Source code available on GitHub