https://github.com/strifel/bbb_status
Big Blue Button status dashboard with Hetzner Cloud integration
https://github.com/strifel/bbb_status
bbb bigbluebutton dashboard hcloud hetzner hetzner-cloud status
Last synced: 9 months ago
JSON representation
Big Blue Button status dashboard with Hetzner Cloud integration
- Host: GitHub
- URL: https://github.com/strifel/bbb_status
- Owner: strifel
- Created: 2021-04-12T15:21:33.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-20T20:22:25.000Z (about 5 years ago)
- Last Synced: 2025-06-03T17:54:09.442Z (12 months ago)
- Topics: bbb, bigbluebutton, dashboard, hcloud, hetzner, hetzner-cloud, status
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BBB Status
Display the status of you're BBB installation in a user-friendly way.
This integrates with the BBB server to get the count of users and with the
Hetzner Cloud API to get server status.
## Configure
Create a .env
```
BS_USER_URL=https://bbb.example.com/bigbluebutton/api/getMeetings?checksum=Youre_Checksum
BS_HETZNER_TOKEN=
BS_STATUS_TOKEN=
```
The user URL can be calculated or generated with [APIMate](https://mconf.github.io/api-mate/).
The Hetzner Token can be just a simple read only token.
All server have to have the tag bbb.
The status token should be a random generated token.
## Add a status
```
curl -X POST -H "Authorization: Bearer YOUR_STATUS_TOKEN" -H "Content-Type: application/json" --data '{"status": "Youre status message!"}' http://localhost:3000/api/issues
```