Commit Graph

51 Commits

Author SHA1 Message Date
chandi
9e9fff92c6 recordings: wrong tag variable 2022-05-08 20:07:49 +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
aaa2d63d67 fix recordings: missing yq, wrong CWD and kurento is still required 2022-05-07 14:26:04 +02:00
chandi
865b39d1ce v2.5.0-beta.2, minor bugfixes 2022-05-04 01:10:11 +02:00
chandi
79dc8d31a4 mediasoup: IPv6 support 2022-04-17 13:20:41 +02:00
chandi
d6e461efd4 mediasoup support and partial kurento removal 2022-04-17 12:43:46 +02:00
chandi
dfbe11f74d basic 2.5 support (bbb-pads, mongo 5.0, ruby 2.7) 2022-04-03 23:28:49 +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
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
37d2b16bc7 change nginx port from 8080 to 48087
https://github.com/bigbluebutton/docker/issues/133
2021-11-27 18:22:03 +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
Omid
a94572a2b4
Merge branch 'develop' into prometheus-exporter-optimization 2021-11-27 13:40:24 +02:00
omidmaldar
a7d9bbf711 Adress review comment 2021-11-27 13:31:26 +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
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
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
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
3e4cef3ce6
add fallback password if POSTGRESQL_SECRET is undefined 2021-06-21 16:16:16 +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
caminsha
f0433a263b Replaced one more occurence of the password 'password' 2021-05-17 14:01:58 +02:00
caminsha
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
chandi
98ae3f50ea v2.3.0 2021-04-30 20:20:40 +02:00
Benjamin Bock
1c4e84ee50
make sure the akka containers are restarted 2021-04-29 09:55:03 +02:00
chandi
0429c0565f v2.3-rc-1 2021-04-28 16:07:22 +02:00
chandi
bc91600e50 fix wrong default presentation mounting path #82 2021-04-17 18:28:00 +02:00
chandi
a6eb8cc1cd remove outdated core reference 2021-04-17 18:24:00 +02:00
chandi
2de534b83b upgrade kurento & redis images 2021-04-10 11:48:01 +02:00
chandi
35b96869bb changes for BBB 2.3-beta-2 2021-04-02 18:23:05 +02:00
chandi
f49ef6b625 remove coturn due to #73 2021-03-28 00:58:01 +01:00
manfred
435d93996e fixed recordings container restart setting 2021-03-27 18:57:00 +01:00
chandi
96182bcc74 applied changes rom 2.3-alpha-8 and 2.3-beta-1 2021-03-27 18:48:29 +01:00
chandi
3858e42f23 applied v2.3-alpha 7 changes incl. html5 load balancing 2021-02-24 21:51:17 +01:00
chandi
61676a042d enable mongodb oplog
necessary for query.observerChanges to work probably with changes to mongodb via a different client.
Otherwise some events are missing due to a fallback via polling, which leads to lost state updates in the meantime.

took me now 3 days to debug....  :'D
2021-02-24 21:45:25 +01:00
chandi
6905723d45 added bbb-web healthchek 2021-02-22 16:43:17 +01:00
chandi
75358b156c fix mongo healthcheck yaml formatting 2021-02-22 16:34:40 +01:00
chandi
6cc091c3e8
Merge pull request #63 from derhecht/patch-2
Add healthcheck for postgres
2021-02-18 17:05:59 +01:00
chandi
45d22f005b
Merge pull request #64 from derhecht/patch-3
Add redis healthcheck
2021-02-18 17:05:43 +01:00
Jakob Berlin
762a4a4ae9
Add mongo healthcheck
see #58
2021-02-17 23:53:16 +01:00
Jakob Berlin
de96138e78
Add redis healthcheck
see #58
2021-02-17 23:30:48 +01:00
Jakob Berlin
bff48cdb07
Add healthcheck for postgres
regarding #58
2021-02-17 23:27:02 +01:00
chandi
d51f729e1a move bbb-webrtc-sfu submodule 2021-02-11 20:17:42 +01:00