WBO should be configured for room access control, stable websocket transport, and controlled board retention.
NODE_ENV=production
PORT=5001
WBO_PUBLIC_URL=https://wbo.example.com
¶ Access and room controls
- Restrict room creation policy when used in managed environments.
- Use random room names plus reverse-proxy auth for private use.
- Define expiration rules for inactive boards.
¶ Transport and reverse proxy
- Enforce HTTPS.
- Ensure websocket upgrade headers are set correctly.
- Limit request rates to reduce abuse.
¶ Backup and recovery
Back up:
- board persistence backend (if enabled)
- runtime configuration and proxy settings
Recovery test:
- Restore service config.
- Validate room join and drawing sync.
- Confirm object history behavior.
- Websocket availability monitored.
- Abuse and rate-limit events logged.
- TLS renewal monitored.
- Restore procedure validated.
Feel free to contact us. Find all contact information on our contact page.