- Установлен BigBlueButton с Greenlight v3 frontend - Настроен SMTP через Microsoft 365 Relay (aiimpress-com0e.mail.protection.outlook.com:25) - Email отправка работает: noreply@ai-impress.com - Доступ: https://bbb.ai-impress.com - Настроена интеграция с Traefik для SSL - Включены: запись вебинаров (90 дней), webhooks для n8n, Prometheus экспорт - Локаль: русский язык (ru-RU) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
28 lines
No EOL
531 B
Text
28 lines
No EOL
531 B
Text
listening-port=3478
|
|
|
|
# listening-ip=${INTERNAL_IP:-$IP}
|
|
# relay-ip=${INTERNAL_IP:-$IP}
|
|
|
|
min-port=32769
|
|
max-port=65535
|
|
# verbose
|
|
|
|
fingerprint
|
|
lt-cred-mech
|
|
use-auth-secret
|
|
realm=bbb-docker
|
|
|
|
keep-address-family
|
|
|
|
no-cli
|
|
no-tlsv1
|
|
no-tlsv1_1
|
|
|
|
# Block connections to IP ranges which shouldn't be reachable
|
|
no-loopback-peers
|
|
no-multicast-peers
|
|
|
|
|
|
# we only need to allow peer connections from the machine itself (from mediasoup or freeswitch).
|
|
denied-peer-ip=0.0.0.0-255.255.255.255
|
|
denied-peer-ip=::-ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff |