Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add influxdb #1520

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ix-dev/community/influxdb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# InfluxDB

[InfluxDB](https://www.influxdata.com/) is an open source time series database for recording metrics, events, and analytics.
30 changes: 30 additions & 0 deletions ix-dev/community/influxdb/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
app_version: 2.7.11
capabilities: []
categories:
- database
description: Scalable datastore for metrics, events, and real-time analytics
home: https://influxdata.com
host_mounts: []
icon: https://media.sys.truenas.net/apps/influxdb/icons/icon.png
keywords:
- metrics
lib_version: 2.1.14
lib_version_hash: 982057eeec3024ccecbeaa70e9ee59d948523a3b29d9fca6b39f127a42caa1cc
maintainers:
- email: dev@ixsystems.com
name: truenas
url: https://www.truenas.com/
name: influxdb
run_as_context:
- description: InfluxDB runs as any non-root user.
gid: 568
group_name: influxdb
uid: 568
user_name: influxdb
screenshots: []
sources:
- https://github.com/influxdata/influxdb
- https://github.com/influxdata/influxdata-docker
title: InfluxDB
train: community
version: 1.0.0
6 changes: 6 additions & 0 deletions ix-dev/community/influxdb/item.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
categories:
- database
icon_url: https://media.sys.truenas.net/apps/influxdb/icons/icon.png
screenshots: []
tags:
- metrics
8 changes: 8 additions & 0 deletions ix-dev/community/influxdb/ix_values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
images:
image:
repository: influxdb
tag: 2.7.11

consts:
influx_container_name: influxdb
perms_container_name: permissions
Loading