Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • fairteaching fairteaching
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 38
    • Issues 38
    • List
    • Boards
    • Service Desk
    • Milestones
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • hostinghosting
  • fairteachingfairteaching
  • Wiki
  • bbbatscale

bbbatscale · Changes

Page history
Create bbbatscale authored Dec 10, 2020 by Roland Alton's avatar Roland Alton
Show whitespace changes
Inline Side-by-side
bbbatscale.md 0 → 100644
View page @ 471dd280
## bbbatscale
For load balancing we run bbbatscale at `pro.fairteaching.net`
[Webhooks](https://docs.bigbluebutton.org/dev/webhooks.html) need to be added before adding a server.
### clean up database
Before version 2.8 we had some issues with room names. Cleaning up should not be necessary in the future. Overall just connect to the pyshell inside the docker:
```
python3 manage.py shell
from core.models import Room
Room.objects.filter(is_public=False).delete()
```
Careful since we don't know which are created via Scale and which via API/Script that was the only way to "reset" the db, now all external created rooms are properly deleted with webhooks and house_keeping.
Clone repository
  • BBB HTML5 custom clients
  • Customize
  • How to get to freeswitch cli
  • Monitoring
  • bbbatscale
  • coturn
  • Home
  • recordings

gitlab project and software management by fairkom.eu - more open source web apps at fairapps.net