mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized .mds and meta/main.yml for client-wireguard roles and refactored README.md of Docker Roles
This commit is contained in:
16
roles/docker-bigbluebutton/Administration.md
Normal file
16
roles/docker-bigbluebutton/Administration.md
Normal file
@@ -0,0 +1,16 @@
|
||||
## Administration
|
||||
|
||||
## cleanup
|
||||
```bash
|
||||
docker compose down -v
|
||||
```
|
||||
|
||||
## check container status
|
||||
```bash
|
||||
watch -n 2 "docker compose ps -a"
|
||||
```
|
||||
|
||||
## database access
|
||||
```bash
|
||||
sudo docker-compose exec -it postgres psql -U postgres
|
||||
```
|
@@ -3,27 +3,10 @@
|
||||
|
||||
Role to deploy [BigBlueButton](https://bigbluebutton.org/).
|
||||
|
||||
## maintanace
|
||||
|
||||
### cleanup
|
||||
```bash
|
||||
docker compose down -v
|
||||
```
|
||||
|
||||
### check container status
|
||||
```bash
|
||||
watch -n 2 "docker compose ps -a"
|
||||
```
|
||||
|
||||
### database access
|
||||
```bash
|
||||
sudo docker-compose exec -it postgres psql -U postgres
|
||||
```
|
||||
|
||||
## SSO
|
||||
- https://docs.bigbluebutton.org/greenlight/v3/external-authentication/
|
||||
|
||||
## further information
|
||||
## 📚 Other Resources
|
||||
- https://github.com/bigbluebutton/docker
|
||||
- https://docs.bigbluebutton.org/greenlight/gl-install.html#setting-bigbluebutton-credentials
|
||||
- https://goneuland.de/big-blue-button-mit-docker-und-traefik-installieren/
|
||||
|
Reference in New Issue
Block a user