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
chandi
3e4cef3ce6
add fallback password if POSTGRESQL_SECRET is undefined
2021-06-21 16:16:16 +02:00
chandi
1408f6ec33
Merge pull request #108 from Y0ngg4n/develop
...
Add git submodule update --init to README.md
2021-06-21 16:14:19 +02:00
cjhille
eb2408cb17
give coturn the option to run with manual certificates
2021-06-08 16:28:24 +00:00
DemetryNaN
f05671b620
Add description for integration with nginx
2021-06-03 10:16:42 +03:00
cjhille
0ff8da7f67
restore coturn code with default port 5349
2021-06-01 15:51:55 +00:00
Aleksei Ivanov
8ddffc493e
Update freeswitch entrypoint
...
Always install using lowercase package name
2021-05-22 21:04:32 +03:00
Benjamin Bock
a10094b538
Exclude CLIENT_TITLE when generating compose file
2021-05-19 20:39:59 +02:00
manfred-w
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
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
Yonggan
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
chandi
0c37742980
readme: clone stable main branch by default
2021-04-30 22:59:10 +02:00
chandi
04acae934f
Merge pull request #98 from bigbluebutton/updates/v2.3.0
...
🎉 Release v2.3.0
2021-04-30 20:33:22 +02:00
chandi
2ba85329c7
html5: revert accidentally removed changes
2021-04-30 20:31:56 +02:00
chandi
2dd373be24
🎉 Release v2.3.0
2021-04-30 20:24:52 +02:00
chandi
21b02aab8b
freeswitch: allow to set esl password
2021-04-30 20:21:20 +02:00
chandi
98ae3f50ea
v2.3.0
2021-04-30 20:20:40 +02:00
chandi
cd8cd418f2
Merge pull request #95 from bb/patch-1
...
make sure the akka containers are restarted
2021-04-29 09:57:20 +02:00
Benjamin Bock
1c4e84ee50
make sure the akka containers are restarted
2021-04-29 09:55:03 +02:00
chandi
a2b7f1a36f
Merge pull request #93 from bigbluebutton/updates/v2.3-rc-1
...
Updates for v2.3-rc-2
2021-04-28 17:53:46 +02:00
chandi
7a8147dd8c
v2.3-rc-2
2021-04-28 17:52:29 +02:00
chandi
3631325345
v2.3-rc-1: fix wrong rtp-ip in freeswitch
2021-04-28 16:53:40 +02:00
chandi
0429c0565f
v2.3-rc-1
2021-04-28 16:07:22 +02:00
chandi
f28846ca5d
v2.3-beta-5
2021-04-18 22:12:46 +02:00