Commit Graph

113 Commits

Author SHA1 Message Date
chandi
619ccbcfb3
Merge branch 'v2.2.x' into freeswitch-separation 2020-05-16 17:10:42 +02:00
chandi
ce3e387e05 updated README.md 2020-05-16 17:08:58 +02:00
chandi
01c7de4bef core: fix volume permissions on runtime.
it led once to permission issues where the UID changed after rebuild.
2020-05-16 15:54:48 +02:00
chandi
269c7dbc67 fix for various broken redis ip usages 2020-05-16 00:11:46 +02:00
chandi
104cb1cd2d isolated network for core container 2020-05-15 21:31:41 +02:00
chandi
46ad0a0521 freeswitch: rather download official config instead of duplicating all files in here 2020-05-15 18:46:49 +02:00
chandi
d89d146bcd core: switch from systemd to supervisord 2020-05-14 19:07:23 +02:00
chandi
dd3c33941f separate freeswitch into own container 2020-05-14 15:21:21 +02:00
chandi
0fca1359f6 fix for upgrading instructions 2020-05-06 10:37:39 +02:00
chandi
9bf85e3faf added upgrade instructions 2020-05-05 10:22:30 +02:00
chandi
95fdc1f664
More explicit instructions for changing .env #2 2020-05-05 09:52:07 +02:00
chandi
1b77937d13 keep containers running, especially when they crash 2020-05-02 10:28:59 +02:00
chandi
cf680ca859 changes for v2.2.7 2020-04-29 16:35:03 +02:00
chandi
924cb4fd4b apply change of echo test number.
https://github.com/bigbluebutton/bigbluebutton/pull/9241
2020-04-29 14:31:18 +02:00
chandi
2dea534d9e Really disable recording
See https://github.com/bigbluebutton/bigbluebutton/issues/9202
2020-04-25 10:52:34 +02:00
chandi
d297877567 embed config files in image while building instead of dynamically at runtime 2020-04-23 20:32:58 +02:00
chandi
596fdd61e3 Configuration for SIP dial in 2020-04-23 14:51:48 +02:00
chandi
882146f97c kurento: explicitly set external ip
otherwise we get a lof of invalid candidates
2020-04-20 17:26:40 +02:00
chandi
a3027a036b generate missing recording folder structure. 2020-04-19 18:52:48 +02:00
chandi
83957b0c34 fix for WebRTC with symetric NAT: open rtp ports publically 2020-04-19 18:51:49 +02:00
chandi
fa6675683f optional https reverse proxy 2020-04-13 15:51:33 +02:00
chandi
35db4a408f fix for endless echo test connect modal
It seems like bbb-fsesl-akka uses the public IP to connect to Freeswitch ESL and gets rejected with
    mod_event_socket.c:2663 IP 77.145.44.15 Rejected by acl "loopback.custom"

This leads to an endless "Connecting to echo test" dialog, because Meteor waits for an VoiceCallStateEvtMsg event on redis which doesn't get emitted by bbb-fsesl-akka.
2020-04-13 15:33:08 +02:00
chandi
ec3b5df112 fix for greenlight CSRF error ActionController::InvalidAuthenticityToken, due to wrong requesting url protocol
https://github.com/bigbluebutton/greenlight/issues/997
2020-04-13 14:51:55 +02:00
chandi
95dd18199a replace hardcoded ip and domain by variables 2020-04-13 00:30:45 +02:00
chandi
558feb67e3 fixes invalid docker-compose commands 2020-04-12 20:35:11 +02:00
chandi
34b1f9edad update redis and mongodb 2020-04-12 20:34:48 +02:00
chandi
4dc72e8a16 magically fixes the video sharing 2020-04-12 20:23:52 +02:00
chandi
9030383994 avoid npm install error within a broken git submodule 2020-04-12 20:20:50 +02:00
chandi
697c31c50a build images automatically with docker-compose 2020-04-12 16:18:21 +02:00
chandi
75c49134de remove hetzner apt repository 2020-04-12 16:11:17 +02:00
chandi
2f719b9202 README rewritten 2020-04-12 16:03:36 +02:00
chandi
8d078b1f7c added greenlight and api demos 2020-04-12 16:01:57 +02:00
chandi
4b579a6219 add bbb-webrtc-sfu as git submodule 2020-04-11 19:39:55 +02:00
chandi
4392ccc3a7 fixing timeout of listen only clients after 5 minutes 2020-04-11 16:37:33 +02:00
chandi
a6153b9c7d created sample.env 2020-04-11 12:01:48 +02:00
chandi
7942427be1 cleanup core Dockerfile 2020-04-11 11:34:17 +02:00
chandi
c348db8779 serve presentations via nginx 2020-04-11 11:29:50 +02:00
chandi
6248c9f93b close down lots of open ports 2020-04-11 10:43:25 +02:00
chandi
c21da11d4e use dockerize templates for bbb-html5 2020-04-10 13:29:06 +02:00
chandi
656a9b8812 dockerize templates for core, cleanup Dockerfile 2020-04-10 11:29:44 +02:00
chandi
e2901ddd81 separate bbb-html5 2020-04-09 22:33:27 +02:00
chandi
2d6e43193d rearrange base files 2020-04-09 19:33:13 +02:00
chandi
94cfe45014 separate mongodb 2020-04-09 18:27:47 +02:00
chandi
c66e89fa14 separate bbb-webrtc-sfu 2020-04-09 18:15:06 +02:00
chandi
0d388be4ff separate kurento 2020-04-09 18:13:18 +02:00
chandi
053e98ae72 seperate redis and etherpad 2020-04-09 15:43:58 +02:00
chandi
2ba82afaa1 seperate nginx 2020-04-09 08:48:47 +02:00
chandi
5724e437d7 reduced container privileges 2020-04-09 08:02:08 +02:00
chandi
cb45009e59 WIP: reduced install script 2020-04-09 02:11:32 +02:00
Tiago Jacobs
6bd54fcb87 Make docker check for hostname on start and change if needed 2020-04-08 03:02:27 -03:00