This commit is contained in:
Caffeine Fueled 2026-07-10 21:38:38 +02:00
commit 39c625f57f
Signed by: cf7
GPG key ID: CA295D643074C68C
9 changed files with 679 additions and 0 deletions

16
.env.example Normal file
View file

@ -0,0 +1,16 @@
# Copy to .env and edit. Any one of these tokens authorizes a push.
# Comma- or whitespace-separated.
METRICA_TOKENS=change-me-token-1,change-me-token-2
# Optional: also read tokens from a file (one per line, # for comments).
# METRICA_TOKENS_FILE=tokens.txt
# Optional: where JSONL data files live (default: ./data).
# METRICA_DATA_DIR=data
# Optional: how many recent points the dashboard reads/plots per script.
# METRICA_MAX_HISTORY=100
# Optional: bind address when running `python app.py`.
# METRICA_HOST=127.0.0.1
# METRICA_PORT=8000