Serve the site over HTTPS with self signed certificates

This commit is contained in:
2026-08-10 13:34:14 -04:00
parent 404a35e1b1
commit f002c1416c
7 changed files with 357 additions and 2 deletions
+4
View File
@@ -5,6 +5,10 @@ PUBLIC_LIVEKIT_URL=ws://localhost:7880
PUBLIC_API_URL=http://localhost:8080
PUBLIC_WEB_URL=http://localhost:3000
TLS_WEB_PORT=3443
TLS_API_PORT=8443
TLS_LIVEKIT_PORT=7443
SESSION_SECRET=change-me-to-a-long-random-string
SESSION_TTL_HOURS=12