feat: implement federation for inter-instance meeting invitations with dedicated API, UI, and configuration.
This commit is contained in:
@@ -33,3 +33,9 @@ SMTP_FROM=noreply@example.com
|
||||
|
||||
# App URL (used for verification links, auto-detected if not set)
|
||||
# APP_URL=https://your-domain.com
|
||||
|
||||
# Federation (inter-instance meeting invitations)
|
||||
# Set both values to enable federation between Redlight instances
|
||||
# FEDERATION_DOMAIN=redlight.example.com
|
||||
# RSA Private Key for signing outbound invitations (automatically generated if missing on startup)
|
||||
# FEDERATION_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgk...\n-----END PRIVATE KEY-----"
|
||||
|
||||
Reference in New Issue
Block a user