Commit Graph

86 Commits

Author SHA1 Message Date
chandi
6e0d7520d3 fix postgres migration 2025-03-12 00:47:16 +01:00
chandi
da20874a6e upgrade: migrate postgres & greenlight data 2025-03-12 00:21:55 +01:00
chandi
133ec8e29d BBB v3.0 changes 2025-03-03 19:04:49 +01:00
chandi
861902531b ignore missing LETSENCRYPT_EMAIL in dev mode 2024-11-29 18:14:36 +01:00
chandi
340e9fdb30 setup: fix LETSENCRYPT_EMAIL not being set 2024-11-29 00:14:18 +01:00
chandi
329b6bfae6 freeswitch: SIP dial in support 2024-11-29 00:13:44 +01:00
chandi
4afa12bcf2 lets encrypt: email required, remove staging flag 2024-11-28 13:04:33 +01:00
chandi
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
chandi
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
chandi
ca0a159cc0 new https proxy based on haproxy, also proxying TURN 2024-11-25 00:35:18 +01:00
chandi
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
chandi
13f55a1be9 fs_cli: fix for wrong path to functions.sh 2024-01-07 23:55:03 +01:00
chandi
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
chandi
4290c1616d avoid duplicated BBB_BUILD_TAG values 2024-01-07 23:33:05 +01:00
chandi
1b0c9a9602 script for instant development mode 2023-12-08 12:48:01 +01:00
chandi
e5a4f52702 generate-compose: remove env variables not required in this step 2023-12-07 20:07:01 +01:00
chandi
ce48732004 cache tags of submodules, load_env function 2023-12-07 20:07:01 +01:00
chandi
03dcee6dac use local sources instead of pulling inside container 2023-12-07 20:07:01 +01:00
chandi Langecker
4cff64c1a0
Merge pull request #277 from pkolmann/pkolmann-https-proxy-resolver
Add RESOLVER_ADDRESS env variable for HTTPS_PROXY container.
2023-09-12 22:19:14 +02:00
Philipp Kolmann
3ae8ebc906 Add RESOLVER_ADDRESS env variable for HTTPS_PROXY container.
closes https://github.com/bigbluebutton/docker/issues/276
2023-06-02 09:52:19 +02:00
Leonid Orsulic
8c1ae1e48b update commands to docker compose V2 2023-05-07 11:07:09 +02:00
chandi
0257ba7025 fs_cli: fix wrong path 2023-04-03 11:45:35 +02:00
chandi
43ef3aeb88 greenlight v3: migration script + docs 2023-03-24 23:07:09 +01:00
chandi
ce8f12fc60 BigBlueButton v2.6.0 2023-03-24 23:07:09 +01:00
chandi
3d433f8a5c greenlight v3 2023-03-24 23:07:08 +01:00
chandi
2a0cd91e72 freeswitch: build ourselves with patches included 2023-03-24 23:04:41 +01:00
chandi
cef23f8236 actually checkout the submodules specified in tags.env 2023-01-10 17:19:35 +01:00
chandi
ca7d2baa38 fix upgrade executable bit 2022-07-01 10:55:28 +02:00
chandi
e2fb894f24 scripts for publishing and upgrading images 2022-05-08 20:40:34 +02:00
chandi
5d326709b6 publish images 2022-05-08 19:45:59 +02:00
chandi
20bb46fb4d bbb v2.5-rc.1, etherpad 1.8.18 2022-05-08 18:54:23 +02:00
chandi
865b39d1ce v2.5.0-beta.2, minor bugfixes 2022-05-04 01:10:11 +02:00
chandi
83eee18228 all tags specified in one file and images built with official docker-bbb-build image 2022-04-03 23:18:15 +02:00
chandi
f2f929f1bb applied v2.4.2 changes 2022-01-27 09:53:45 +01:00
chandi
a7bb299b74 avoid errors with paths containing spaces 2021-12-20 23:46:07 +01:00
chandi
422888ecfa setup: fix missing fi
closes #175
2021-12-14 10:42:46 +01:00
chandi
58f441f3ee make default passwords obvious and set FSESL_PASSWORD 2021-12-13 18:16:22 +01:00
chandi
f5cf50b2eb v2.4-rc-1: node v14, learning dashboard, base images update 2021-11-27 17:27:56 +01:00
Omid
a94572a2b4
Merge branch 'develop' into prometheus-exporter-optimization 2021-11-27 13:40:24 +02:00
omidmaldar
3d3830fccb Resolve conflicts 2021-11-27 13:38:44 +02:00
omidmaldar
9a8825a73b Periodically remove old recordings 2021-10-17 21:26:26 +03:00
omidmaldar
abeac58d73 Enable optimization for Prometheus when recording is enabled 2021-10-17 01:01:07 +03:00
chandi
2b9c0813e7
Merge pull request #144 from mghadam/patch-1
fixed sed delimiter for CERTPATH and KEYPATH
2021-10-05 14:25:46 +02:00
Mostafa Ghadamyari
add48f9418
fixed sed delimiter for CERTPATH and KEYPATH
need to use another delimiter rather than `/` since the $CERTPATH and $KEYPATH variables contain `/` in the full path and cause the following error
```
`sed: -e expression #1, char 50: unknown option to `s'
```
2021-08-02 18:35:22 +04:30
Lincoln W
9a85b0bfc6
Fixed some typos 2021-07-28 18:32:42 -04:00
chandi
c2ebd3fcf9
Merge pull request #126 from cjhille/develop
Reintegrate turn with default ports and support for external certificates
2021-06-21 16:47:37 +02:00
chandi
e61d83fd37
Merge pull request #118 from bb/patch-1
Exclude CLIENT_TITLE when generating compose file
2021-06-21 16:22:22 +02:00
cjhille
eb2408cb17 give coturn the option to run with manual certificates 2021-06-08 16:28:24 +00:00
cjhille
0ff8da7f67 restore coturn code with default port 5349 2021-06-01 15:51:55 +00:00
Benjamin Bock
a10094b538
Exclude CLIENT_TITLE when generating compose file 2021-05-19 20:39:59 +02:00