added first draft

This commit is contained in:
Michael Kretzl
2026-01-28 21:28:39 +01:00
parent f7cb196ca4
commit 07371be900
8 changed files with 228 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: 1
datasources:
- name: InfluxDB
type: influxdb
access: proxy
url: http://influxdb:8086
jsonData:
version: Flux
organization: ${DOCKER_INFLUXDB_INIT_ORG}
defaultBucket: ${DOCKER_INFLUXDB_INIT_BUCKET}
tlsSkipVerify: true
secureJsonData:
token: ${DOCKER_INFLUXDB_INIT_ADMIN_TOKEN}
isDefault: true

View File

@@ -0,0 +1,9 @@
apiVersion: 1
providers:
- name: "Default"
orgId: 1
folder: ""
type: file
options:
path: /var/lib/grafana/dashboards