Commit Graph

591 Commits

Author SHA1 Message Date
608bf78d15 fix not accepting length of dial in / voiceBridge numbers 2025-03-12 00:48:03 +01:00
6e0d7520d3 fix postgres migration 2025-03-12 00:47:16 +01:00
da20874a6e upgrade: migrate postgres & greenlight data 2025-03-12 00:21:55 +01:00
2bee0acb10 changelog for release 3.0.1 2025-03-11 18:44:33 +01:00
2f2907d5d6 Merge pull request #313 from bigbluebutton/bbb3.0
BigBlueButton 3.0
2025-03-11 17:35:44 +00:00
70d9b0166d update docs for 3.0 2025-03-11 18:35:12 +01:00
b61e8c8a17 bbb v3.0.1 2025-03-11 16:40:50 +01:00
b4d2b2043c bbb-export-annotations: update to 3.0.0, drop privileges, reduce docker context 2025-03-04 00:49:28 +01:00
133ec8e29d BBB v3.0 changes 2025-03-03 19:04:49 +01:00
f99a1632cd etherpad 2.2.6 2024-12-05 13:20:28 +01:00
7ad3a3356a bbb-export-annotations: fix moved bigbluebutton volume 2024-11-30 01:23:47 +01:00
d654c89450 Merge pull request #322 from ben-ba/v2.7.3
adding bbb-export-annotations configurations ->
2024-11-29 17:49:18 +00:00
ca63812903 recordings: fix missing directories 2024-11-29 18:42:14 +01:00
861902531b ignore missing LETSENCRYPT_EMAIL in dev mode 2024-11-29 18:14:36 +01:00
8704ec2147 haproxy: correctly identify http traffic 2024-11-29 01:06:58 +01:00
340e9fdb30 setup: fix LETSENCRYPT_EMAIL not being set 2024-11-29 00:14:18 +01:00
329b6bfae6 freeswitch: SIP dial in support 2024-11-29 00:13:44 +01:00
4afa12bcf2 lets encrypt: email required, remove staging flag 2024-11-28 13:04:33 +01:00
1a79f73fe3 bbb-graphql-middleware dev mode 2024-11-25 17:50:15 +01:00
56d8f768e4 graphql-actions dev mode 2024-11-25 17:21:23 +01:00
7c0c55a9da html5 dev mode 2024-11-25 17:19:26 +01:00
ed77742a49 split out IGNORE_TLS_CERT_ERRORS from DEV_MODE
this allows running the production version of bbb-docker locally with self signed certificates
2024-11-25 16:22:46 +01:00
1a552e7155 nginx: stay running even when depending container restart 2024-11-25 13:10:19 +01:00
17aa49968d dev mode: use local networks IP instead of docker internal 10.7.7.1
this led to multiple issues with UDP pakets being lost due to IP mismatch
2024-11-25 13:08:38 +01:00
d6c1b0a5ec dev.env: coturn is now a fixed/non-optional component 2024-11-25 00:53:42 +01:00
6623813f9c greenlight: latest version and fix for failing API requests due to self signed certificate 2024-11-25 00:52:49 +01:00
ca0a159cc0 new https proxy based on haproxy, also proxying TURN 2024-11-25 00:35:18 +01:00
325690e0c1 v3.0.0-beta.5: recording via bbb-webrtc-recorder and etherpad export 2024-11-24 21:26:31 +01:00
e6c1b47fb2 .gitignore: conf/bbb-html5.yml 2024-11-24 19:14:56 +01:00
31818062b0 webrtc-sfu: announce correct webrtc IP 2024-11-24 19:14:36 +01:00
c298e051fc office-conversion: switch from jodconverter to collabora 2024-11-24 16:31:25 +01:00
c740f55e5a v3.0.0-beta.5: basic working functionality
quite some features (recording, SIP, transcription, etc.) are not working yet, but a milestone where it should finally take a commit
2024-11-24 16:30:49 +01:00
082e1295df adding bbb-export-annotations configurations -> to build it see necessary for the bigbluebutton source also; https://github.com/bigbluebutton/bigbluebutton/pull/19707 2024-02-29 13:20:50 +01:00
20315c1cf8 add missing bbb-webrtc-recorder submodule 2024-01-07 23:56:34 +01:00
b4918c53d3 dev mode: allow presentation access via http 2024-01-07 23:55:52 +01:00
13f55a1be9 fs_cli: fix for wrong path to functions.sh 2024-01-07 23:55:03 +01:00
cdfe3a87c1 bbb3.0: add webrtc-recorder 2024-01-07 23:54:28 +01:00
a3f346d8a0 all data under ./data instead in docker volumes
- easier backups
- people can access recordings with existing scripts
2024-01-07 23:52:08 +01:00
72bd71c8bf update base images
- debian: bullseye -> bookworm
- ubuntu:  20.04 -> 22.04
- ruby: 2.7 -> 3.0
2024-01-07 23:48:34 +01:00
4216d36eb8 reduce logging verbosity 2024-01-07 23:46:09 +01:00
4b89a5b52f bbb3.0: graphql container, postgres with multiple db, repo updates 2024-01-07 23:44:54 +01:00
426349d0d7 one variable DEV_MODE instead of multiple (would become quite a lot) 2024-01-07 23:36:12 +01:00
4290c1616d avoid duplicated BBB_BUILD_TAG values 2024-01-07 23:33:05 +01:00
1b0c9a9602 script for instant development mode 2023-12-08 12:48:01 +01:00
8c0409fa53 README: remove docker-compose version check, repeat requirements again, more links on top 2023-12-08 12:32:50 +01:00
87e73d0edd updating docs for release v2.7.3 2023-12-08 12:24:37 +01:00
dab58ced47 Merge pull request #307 from bigbluebutton/repo-restructure
use local sources instead of pulling inside container
2023-12-08 12:04:30 +01:00
07ce2c483c by default docker should use the prebuilt images.
in same cases docker still tries to build it, exceeding the RAM requirement and often failing due to the missing submodules
2023-12-08 12:04:14 +01:00
f60b24bb84 prometheus-exporter: on some hosts (different docker versions?) the tmpfs is not mounted writeable for everyone
this leads to #309 being an incomplete fix
https://github.com/bigbluebutton/docker/pull/309
2023-12-08 11:59:32 +01:00
0df9e2fd53 BBB 2.7.3 2023-12-07 20:07:01 +01:00