Live dashboard with real-time WebSocket updates, analytics page with time-filtered stats, ClickHouse storage, and Caddy reverse proxy.
10 lines
93 B
Caddyfile
10 lines
93 B
Caddyfile
:8443 {
|
|
tls internal
|
|
|
|
reverse_proxy app:8765 {
|
|
transport http {
|
|
versions 1.1
|
|
}
|
|
}
|
|
}
|