[mirotalk] - add trust proxy, update dep and env

This commit is contained in:
Miroslav Pejic
2025-02-06 08:55:30 +01:00
parent 314d881693
commit 9b3e2a2773
5 changed files with 19 additions and 9 deletions
+6 -1
View File
@@ -10,6 +10,10 @@ PORT=3000
HTTPS=false # true or false
# Trust Proxy
TRUST_PROXY=false #true or false
# Time Zone corresponding to timezone identifiers from the IANA Time Zone Database es Europe/Rome default UTC
TZ=UTC
@@ -43,7 +47,8 @@ OIDC_ISSUER_BASE_URL='https://server.example.com'
OIDC_BASE_URL='http://localhost:3000' # https://p2p.mirotalk.com
OIDC_CLIENT_ID='ClientID'
OIDC_CLIENT_SECRET='ClientSecret'
OIDC_AUTH_REUIRED=false # set to true if authentication is required for all routes
OIDC_AUTH_REQUIRED=false # set to true if authentication is required for all routes
OIDC_AUTH_LOGOUT=true # controls automatic logout from both your app and Auth0 when set to true
SESSION_SECRET='mirotalk-p2p-oidc-secret'
# Host protection