AHDX: Apple Health exporter with SQLite + Grafana dashboard (MIT)

This commit is contained in:
Steffen Skui
2026-07-21 21:23:34 +02:00
commit 850c13777c
34 changed files with 5108 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Auto-adds the Infinity datasource, pointed at the AHDX container over the
# internal Docker network (so no host IP needed). Panels query paths like
# /api/daily?db=Steffen&type=...&agg=sum against this base URL.
apiVersion: 1
datasources:
- name: AHDX
uid: ahdx-infinity # fixed, so the shipped dashboard can reference it
type: yesoreyeram-infinity-datasource
access: proxy
url: http://ahdx:8080
isDefault: true
jsonData:
# If you set AHDX_API_KEY, add it as a header here:
# httpHeaderName1: X-Api-Key
# and put the value under secureJsonData.httpHeaderValue1
tlsSkipVerify: true