Skip to content

mohammad362/bbb-meetings-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BBB-meetings-json

Export BigBlueButton running meetings details to JSON.

Usage

Add your API URL and SECRET KEY in docker-compose.yml file.

API URL Example:

bbb.example.com/bigbluebutton/api

Get API SECRET KEY by running this command:

bbb-conf --secret



docker-compose:

version: '3'
services:
  bbb-meetings-json:
    container_name: "bbb-meetings-json"
    image: mohammad362/bbb-meetings-json:1.2
    ports:
      - "8000:8000"
    environment:
      - API_URL=   # bbb.exmaple.com/bigbluebutton/api
      - API_SECRET_KEY=   #bbb-conf --secret
      - USE_AUTH=    #Yes/No
      - AUTH_USERNAME=   #username
      - AUTH_PASSWORD=   #yourpassword
    restart: unless-stopped



visit http://server_ip:8000

About

Export BigBlueButton running meetings details to JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages