Commit Graph

541 Commits

Author SHA1 Message Date
Pedro Beschorner Marin
8e9e99ab29 etherpad: update to v1.8.17
Following https://github.com/bigbluebutton/bigbluebutton/pull/14550 .

Also updated the settings.json file with https://github.com/ether/etherpad-lite/blob/1.8.17/settings.json.template .

Made sure to preserve BigBlueButton common settings and a couple of extras
that I imagine that made sense for the docker environment:

 - ip: 0.0.0.0
	BigBlueButton uses 127.0.0.1

  /*
   * IP and port which Etherpad should bind at.
   *
   * Binding to a Unix socket is also supported: just use an empty string for
   * the ip, and put the full path to the socket in the port parameter.
   *
   * EXAMPLE USING UNIX SOCKET:
   *    "ip": "",                             // <-- has to be an empty string
   *    "port" : "/somepath/etherpad.socket", // <-- path to a Unix socket
   */
  "ip": "0.0.0.0",
  "port": 9001,

 - host: redis
	BigBlueButton uses 127.0.0.1

  /*
   * The type of the database.
   *
   * You can choose between many DB drivers, for example: dirty, postgres,
   * sqlite, mysql.
   *
   * You shouldn't use "dirty" for for anything else than testing or
   * development.
   *
   *
   * Database specific settings are dependent on dbType, and go in dbSettings.
   * Remember that since Etherpad 1.6.0 you can also store this information in
   * credentials.json.
   *
   * For a complete list of the supported drivers, please refer to:
   * https://www.npmjs.com/package/ueberdb2
   */

  "dbType": "redis",
  "dbSettings": {
    "host": "redis",
    "port": 6379
  },

 - soffice: /etherpad-export.sh
	BigBlueButton uses /usr/share/bbb-libreoffice-conversion/etherpad-export.sh

  /*
   * This is the absolute path to the soffice executable.
   *
   * LibreOffice can be used in lieu of Abiword to export pads.
   * Setting it to null disables LibreOffice exporting.
   */
  "soffice": "/etherpad-export.sh",

 - disableIPlogging: true
	BigBlueButton uses false (Etherpad's default)

  /*
   * Privacy: disable IP logging
   */
  "disableIPlogging": true,

 - host: redis
	BigBlueButton uses 127.0.0.1

  /*
   * Redis publisher plugin configuration.
   * npm i git+https://git@github.com/mconf/ep_redis_publisher.git
   */

  "ep_redis_publisher": {
    "host": "redis",
    "port": 6379
  },
2022-03-08 14:00:57 -03:00
Pedro Beschorner Marin
212aee558c etherpad: moved plugins repositories
Nothing really changed for both of them, only updating to use the current
valid path. Mconf should push them all to the BigBlueButton umbrella in
the future.
2022-03-08 13:25:31 -03:00
Pedro Beschorner Marin
3872e385d3 etherpad: remove ep_sticky_attributes
A couple of months ago we noticed this plugin was forcing extra updates on
Etherpad and constantly blocking users from editing the notes.
2022-03-08 13:23:18 -03:00
chandi
65065df16b changelog for 2.4.4 2022-02-23 14:53:46 +01:00
chandi
a982d8d8dd
Merge pull request #196 from fmp-msu/pr/update-sample-env
Update Russian sound announcement examples
2022-02-23 14:50:55 +01:00
chandi
8c6e9a6450
Merge pull request #195 from bigbluebutton/v2.4.4
v2.4.4 changes
2022-02-23 14:46:37 +01:00
chandi
377a7f7b6f
Merge pull request #191 from rottaran/patch-1
fix for presentation slides not displayed if they contain type 3 fonts
2022-02-23 14:46:10 +01:00
chandi
ab283b2c5c fix wrong bbb-webrtc-sfu version 2022-02-22 01:05:33 +01:00
Aleksei Ivanov
87046a9773 Update Russian sound announcement examples 2022-02-22 00:57:38 +03:00
chandi
dd98a4c52f applied v2.4.4 changes 2022-02-19 17:55:25 +01:00
rottaran
cdfdfca51b
Prevent vectorizing images when creating svg
This change deletes the potrace rules from imagemagick. Otherwise it tries to use potrace, which is not installed and would create ugly monochrome slides. Without this change, d8350f813c/bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/SvgImageCreatorImp.java (L223) fails in the docker version of BBB. The users see this effect as blank slides. This path is triggered by type 3 fonts in the page. 

Background: bbb-web tries to avoid pdftocairo for pages with type 3 fonts, see https://gitlab.freedesktop.org/poppler/poppler/-/issues/268
And imagemagick changed its behaviour around version 7.0.8-65, see https://legacy.imagemagick.org/discourse-server/viewtopic.php?t=36777
2022-01-27 22:23:55 +01:00
chandi
f2f929f1bb applied v2.4.2 changes 2022-01-27 09:53:45 +01:00
Dorian Zedler
19c926085c
Ignore docker-compose.override.yml 2022-01-03 08:55:32 +01:00
chandi
c6b654863e
Merge pull request #159 from bigbluebutton/v2.4.x
BigBlueButton v2.4
2021-12-21 14:27:38 +01:00
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