Migrate to new Gitea instance (gitea.wbd-rd.nl)
- Update all submodule URLs from gitea.centraal.wbd-rd.nl to gitea.wbd-rd.nl - Add settler as proper submodule in .gitmodules - Add agent skills, function anchors, decisions, and improvements - Add Docker configuration and scripts - Add manuals and third_party docs - Update .gitignore with secrets and build artifacts - Remove stale .tgz build artifact Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
16
docker/grafana/provisioning/datasources/influxdb.yaml
Normal file
16
docker/grafana/provisioning/datasources/influxdb.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: InfluxDB
|
||||
type: influxdb
|
||||
access: proxy
|
||||
url: http://influxdb:8086
|
||||
uid: cdzg44tv250jkd
|
||||
jsonData:
|
||||
version: Flux
|
||||
organization: evolv
|
||||
defaultBucket: telemetry
|
||||
secureJsonData:
|
||||
token: evolv-dev-token
|
||||
isDefault: true
|
||||
editable: true
|
||||
Reference in New Issue
Block a user