Commit Graph

413 Commits

Author SHA1 Message Date
f5cf50b2eb v2.4-rc-1: node v14, learning dashboard, base images update 2021-11-27 17:27:56 +01:00
11bbe94985 Merge pull request #161 from omidmaldar-lms/prometheus-exporter-optimization
Enable optimization for Prometheus Exporter when recording is enabled
2021-11-27 17:24:10 +01:00
a94572a2b4 Merge branch 'develop' into prometheus-exporter-optimization 2021-11-27 13:40:24 +02:00
3d3830fccb Resolve conflicts 2021-11-27 13:38:44 +02:00
a7d9bbf711 Adress review comment 2021-11-27 13:31:26 +02:00
c9a2714c8e Merge remote-tracking branch 'upstream/main' into prometheus-exporter-optimization 2021-11-27 13:24:30 +02:00
11df52c92b Merge pull request #162 from omidmaldar-lms/remove-old-recordings
Automatically remove old recordings after N days
2021-11-27 12:07:52 +01:00
740e47d7b8 Update README.md
Added branded banner
2021-11-10 11:31:03 -05:00
9a8825a73b Periodically remove old recordings 2021-10-17 21:26:26 +03:00
abeac58d73 Enable optimization for Prometheus when recording is enabled 2021-10-17 01:01:07 +03:00
40db868ccd Merge pull request #123 from DemetryNaN/patch-1
Add description for integration with nginx
2021-10-07 12:05:27 +02:00
5e453eeeb2 Merge pull request #158 from bigbluebutton/develop
Release v2.3.14
2021-10-05 22:30:03 +02:00
4a6904dd0d Release v2.3.14-1 2021-10-05 16:54:19 +02:00
3da6bc1d34 changes for v2.3.14 2021-10-05 16:48:22 +02:00
9c07395833 Merge pull request #154 from criadoperez/fix-criadoperez
fixed broken link
2021-10-05 14:37:15 +02:00
426511a459 Merge pull request #146 from clandmeter/coturn-fix
coturn: expose ENABLE_HTTPS_PROXY env variable
2021-10-05 14:34:53 +02:00
8948356d1f Merge pull request #145 from clandmeter/proxy-fix
https_proxy: fix setting of ALLOWED_DOMAINS
2021-10-05 14:31:28 +02:00
2b9c0813e7 Merge pull request #144 from mghadam/patch-1
fixed sed delimiter for CERTPATH and KEYPATH
2021-10-05 14:25:46 +02:00
fe56c0a6d1 Merge pull request #143 from mghadam/patch-2
updated wget to not use proxies
2021-10-05 14:22:34 +02:00
95566ff897 Merge pull request #141 from lincolnthedev/patch-1
Fixed some typos
2021-10-05 14:21:30 +02:00
92c09712f5 fixed broken link 2021-09-14 17:37:36 +02:00
e1238f13d6 https_proxy: fix setting of ALLOWED_DOMAINS
The template is not correctly checking if DEV_MODE is set to true.
This will always set ALLOWED_DOMAINS to an empty string and allowing to
generate certificates for any domain that points to the application.
2021-08-04 11:09:17 +02:00
681f880669 coturn: expose ENABLE_HTTPS_PROXY env variable
The coturn entrypoint checks if ENABLE_HTTPS_PROXY is set but it was not
added the the compose environment stanza so it was never set in the
container.
2021-08-04 10:56:57 +02:00
69b54657f3 updated wget to not use proxies
Unfortunately, docker-compose does not respect noProxy hosts defined in ~/.docker/config.json or /etc/systemd/system/docker.service.d/http-proxy.conf and always uses proxy for healthcheck which causes problems. Resolved this by updating wget to not use proxies when checking for bbb-web health.
2021-08-02 19:54:48 +04:30
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
9082bd5c22 Update description for integration with nginx
Added IPv6 forwarding. Because freeswitch currently requires, that IPv6 requests get also forwarded via IPv6. otherwise the WebRTC connections won't work.
2021-07-31 12:04:42 +03:00
9a85b0bfc6 Fixed some typos 2021-07-28 18:32:42 -04:00
4071a13069 Merge pull request #131 from bigbluebutton/develop
Release v2.3.4-1
2021-07-04 21:53:35 +02:00
0dd3d9a0bc changelog entries v2.3.4-1 2021-06-22 01:21:38 +02:00
a6b97aa84a Merge pull request #130 from bigbluebutton/updates/v2.3.4
updates for v2.3.4
2021-06-22 01:15:49 +02:00
5e96b2a7d9 updates for v2.3.4 2021-06-22 00:21:48 +02:00
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
09a47e9e72 Merge pull request #119 from fmp-msu/fix/freeswitch-package-name
Fix freeswitch package names for languages with uppercase characters in the path
2021-06-21 16:23:39 +02:00
e61d83fd37 Merge pull request #118 from bb/patch-1
Exclude CLIENT_TITLE when generating compose file
2021-06-21 16:22:22 +02:00
ea70e27ac4 Merge pull request #116 from manfred-w/develop
Fix for preuploaded presentations not working
2021-06-21 16:21:49 +02:00
1af4e3af73 Merge pull request #111 from caminsha/postgresconfig
Add POSTGRESQL_SECRET as environement variable
2021-06-21 16:19:26 +02:00
3e4cef3ce6 add fallback password if POSTGRESQL_SECRET is undefined 2021-06-21 16:16:16 +02:00
1408f6ec33 Merge pull request #108 from Y0ngg4n/develop
Add git submodule update --init to README.md
2021-06-21 16:14:19 +02:00
eb2408cb17 give coturn the option to run with manual certificates 2021-06-08 16:28:24 +00:00
f05671b620 Add description for integration with nginx 2021-06-03 10:16:42 +03:00
0ff8da7f67 restore coturn code with default port 5349 2021-06-01 15:51:55 +00:00
8ddffc493e Update freeswitch entrypoint
Always install using lowercase package name
2021-05-22 21:04:32 +03:00
a10094b538 Exclude CLIENT_TITLE when generating compose file 2021-05-19 20:39:59 +02:00
551246434b Fix for missing preuploaded presentations
Add a nginx redirect to allow bbb find a pre-uploaded presentation.

ref: https://docs.bigbluebutton.org/greenlight/gl-config.html#updating-from-version-prior-to-27
2021-05-18 14:21:54 +02:00
f0433a263b Replaced one more occurence of the password 'password' 2021-05-17 14:01:58 +02:00
63a72de927 Add POSTGRESQL_SECRET as environement variable
The way like this it is possible to have the password for PostgreSQL as an environment variable
2021-05-14 03:05:07 +02:00
2bb8b21817 Add git submodule update --init to README.md
Adding `git submodule update --init` to README.md to fix Errors with Building the Container as mentioned in Issue #101
2021-05-12 11:53:44 +02:00
0c37742980 readme: clone stable main branch by default 2021-04-30 22:59:10 +02:00
04acae934f Merge pull request #98 from bigbluebutton/updates/v2.3.0
🎉 Release v2.3.0
2021-04-30 20:33:22 +02:00
2ba85329c7 html5: revert accidentally removed changes 2021-04-30 20:31:56 +02:00