Skip to content

Commit 698248b

Browse files
committed
First cut at analytics
Signed-off-by: Heiko W. Rupp <[email protected]>
1 parent 9b2da84 commit 698248b

File tree

15 files changed

+143
-349
lines changed

15 files changed

+143
-349
lines changed

.env.github.example

+11
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,14 @@ IL_ENABLE_DEV_MODE=true #Enable this option if you want to enable UI features th
2323
NEXT_PUBLIC_EXPERIMENTAL_FEATURES=false
2424

2525
SLACK_WEBHOOK_URL=
26+
27+
# Analtyics setup vvv verbose is default
28+
# ANALYTICS_VERBOSE=true
29+
# ANALYTICS_PROVIDERS=Umami,Segment
30+
31+
# UMAMI_KEY: 'umami-key'
32+
# UMAMI_HOST_URL: 'http://umami-host:3000'
33+
# SEGMENT_KEY: 'segment-key'
34+
# Next needs to be in one line
35+
# SEGMENT_INTEGRATIONS: '{"Segment.io": {"apiHost": "some.host.com/connections/api/v1","protocol": "https"}}'
36+
# SEGMENT_CDN: 'https://some.host.com/connections/cdn'

.env.native.example

+12
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,15 @@ NEXT_PUBLIC_EXPERIMENTAL_FEATURES=false
1515
# IL_FILE_CONVERSION_SERVICE=http://localhost:5001 # Uncomment and fill in the http://host:port if the docling conversion service is running.
1616
# NEXT_PUBLIC_API_SERVER=http://localhost:8080 # Uncomment and point to the URL the api-server is running on. Native mode only and needs to be running on the same host as the UI.
1717
# NEXT_PUBLIC_MODEL_SERVER_URL=http://x.x.x.x # Used for model chat evaluation vLLM instances. Currently, server side rendering is not supported so the client must have access to this address for model chat evaluation to function in the UI. Currently ports, 8000 & 8001 are hardcoded and why it is not an option to set.
18+
19+
20+
# Analtyics setup vvv verbose is default
21+
# ANALYTICS_VERBOSE=true
22+
# ANALYTICS_PROVIDERS=Umami,Segment
23+
24+
# UMAMI_KEY: 'umami-key'
25+
# UMAMI_HOST_URL: 'http://umami-host:3000'
26+
# SEGMENT_KEY: 'segment-key'
27+
# Next needs to be in one line
28+
# SEGMENT_INTEGRATIONS: '{"Segment.io": {"apiHost": "some.host.com/connections/api/v1","protocol": "https"}}'
29+
# SEGMENT_CDN: 'https://some.host.com/connections/cdn'

0 commit comments

Comments
 (0)