Initial commit

This commit is contained in:
Felix Zösch
2025-12-11 20:30:12 +01:00
commit 3e23474476
21 changed files with 5327 additions and 0 deletions

13
.env.example Normal file
View File

@@ -0,0 +1,13 @@
# InfluxDB v2 Configuration
# Copy this file to .env and fill in your values
# InfluxDB server URL (required)
INFLUX_URL=http://localhost:8086
# InfluxDB authentication token (required)
# Generate a token in InfluxDB UI: Data -> API Tokens
INFLUX_TOKEN=your_influxdb_token_here
# Default organization name (optional)
# If not provided, the server will use the first available organization
INFLUX_ORG=your_organization_name