openreplay/scripts/helm/nginx-ingress/nginx-ingress
Rajesh Rajendran 97596a685c chore(nginx): Adding x-forwarded-proto map
x-forwarded-proto is not standard aginst all LB,
If nginx is offloading SSL, then there won't be any x-forwarded-proto.
So, default we're taking $http_x_forwarded_proto else $scheme.

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2022-01-15 01:16:14 +05:30
..
templates chore(nginx): Adding x-forwarded-proto map 2022-01-15 01:16:14 +05:30
Chart.yaml feat(scripts): initial commit of build and deploy scripts. 2021-05-10 08:26:03 +05:30
README.md 🧹 Removed /streaming in nginx 2021-09-09 16:32:58 +02:00
tls.yaml feat(scripts): initial commit of build and deploy scripts. 2021-05-10 08:26:03 +05:30
values.yaml Enable monitoring for enterprise edition (#32) 2021-06-11 21:10:31 +00:00

Description

This is the frontend of the OpenReplay web app (internet).

Endpoints

  • /api -> chalice
  • / -> frontend (in minio)
  • /assets -> sessions-assets bucket in minio
  • /minio -> minio api endpoint
  • /ingest -> events ingestor
  • /assist -> live sessions and webRTC
  • /grafana -> monitoring (Enterprise Edition only)