Commit Graph

427 Commits

Author SHA1 Message Date
chandi
c34f407f6d fix issue with jodconverter #178
closes #178
2021-12-21 14:24:53 +01:00
chandi
8ea186fbff BBB v2.4.0 2021-12-21 14:23:59 +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
32a4ea41b6 ep_redis_publisher: fix for issue after 1.8.16 update
https://github.com/mconf/ep_redis_publisher/issues/3
2021-12-13 18:36:58 +01:00
chandi
58f441f3ee make default passwords obvious and set FSESL_PASSWORD 2021-12-13 18:16:22 +01:00
chandi
a60ed91f63 mongodb: switch back from 5 -> 4.4
because 5.x is not supported by meteor yet leading to endless echo test connection modal due to the state observer does not get triggered.
2021-12-13 17:54:33 +01:00
chandi
cb9099fb1e fix and reenable etherpad authorization 2021-12-13 17:53:06 +01:00
chandi
14b0c085fb BBB v2.4-rc-7 2021-12-13 17:52:13 +01:00
chandi
ea5514c1b0 README, etherpad 1.8.16 2021-12-01 14:21:51 +01:00
chandi
37d2b16bc7 change nginx port from 8080 to 48087
https://github.com/bigbluebutton/docker/issues/133
2021-11-27 18:22:03 +01:00
chandi
79734af553 minor fixes for recording scripts 2021-11-27 17:49:42 +01:00
chandi
9284035e83 html5: use override config file 2021-11-27 17:39:23 +01:00
chandi
c2aa6ad42b v2.4-rc-5, debian bullseye, mongo 5.0 2021-11-27 17:38:40 +01:00
chandi
f5cf50b2eb v2.4-rc-1: node v14, learning dashboard, base images update 2021-11-27 17:27:56 +01:00
chandi
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
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
a7d9bbf711 Adress review comment 2021-11-27 13:31:26 +02:00
omidmaldar
c9a2714c8e Merge remote-tracking branch 'upstream/main' into prometheus-exporter-optimization 2021-11-27 13:24:30 +02:00
chandi
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
Tyler Copeland
740e47d7b8
Update README.md
Added branded banner
2021-11-10 11:31:03 -05: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
40db868ccd
Merge pull request #123 from DemetryNaN/patch-1
Add description for integration with nginx
2021-10-07 12:05:27 +02:00
chandi
5e453eeeb2
Merge pull request #158 from bigbluebutton/develop
Release v2.3.14
2021-10-05 22:30:03 +02:00
chandi
4a6904dd0d Release v2.3.14-1 2021-10-05 16:54:19 +02:00
chandi
3da6bc1d34 changes for v2.3.14 2021-10-05 16:48:22 +02:00
chandi
9c07395833
Merge pull request #154 from criadoperez/fix-criadoperez
fixed broken link
2021-10-05 14:37:15 +02:00
chandi
426511a459
Merge pull request #146 from clandmeter/coturn-fix
coturn: expose ENABLE_HTTPS_PROXY env variable
2021-10-05 14:34:53 +02:00
chandi
8948356d1f
Merge pull request #145 from clandmeter/proxy-fix
https_proxy: fix setting of ALLOWED_DOMAINS
2021-10-05 14:31:28 +02: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
chandi
fe56c0a6d1
Merge pull request #143 from mghadam/patch-2
updated wget to not use proxies
2021-10-05 14:22:34 +02:00
chandi
95566ff897
Merge pull request #141 from lincolnthedev/patch-1
Fixed some typos
2021-10-05 14:21:30 +02:00
criadoperez
92c09712f5
fixed broken link 2021-09-14 17:37:36 +02:00
Carlo Landmeter
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
Carlo Landmeter
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
Mostafa Ghadamyari
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
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
DemetryNaN
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
Lincoln W
9a85b0bfc6
Fixed some typos 2021-07-28 18:32:42 -04:00
chandi
4071a13069
Merge pull request #131 from bigbluebutton/develop
Release v2.3.4-1
2021-07-04 21:53:35 +02:00
chandi
0dd3d9a0bc changelog entries v2.3.4-1 2021-06-22 01:21:38 +02:00
chandi
a6b97aa84a
Merge pull request #130 from bigbluebutton/updates/v2.3.4
updates for v2.3.4
2021-06-22 01:15:49 +02:00
chandi
5e96b2a7d9 updates for v2.3.4 2021-06-22 00:21:48 +02: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
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
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
chandi
ea70e27ac4
Merge pull request #116 from manfred-w/develop
Fix for preuploaded presentations not working
2021-06-21 16:21:49 +02:00
chandi
1af4e3af73
Merge pull request #111 from caminsha/postgresconfig
Add POSTGRESQL_SECRET as environement variable
2021-06-21 16:19:26 +02:00