pabloFuente
d878c3f5eb
Rename docker container openvidu-server-kms to openvidu-dev
2022-08-08 23:49:22 +02:00
Carlos Ruiz Ballesteros
5d354f1f0e
Update new_api_pro.conf
2022-04-28 11:47:15 +02:00
cruizba
edfbd9cf34
deployment: Don't ask about time zone while building openvidu-server-pro docker image
2022-04-21 21:27:44 +02:00
cruizba
b1a44b0f3a
deployment: Update base images of openvidu-server, openvidu-server-pro and nginx
2022-04-21 19:46:10 +02:00
cruizba
8edd8827ca
deployment: Don't use /dev/random to generate coturn secret which produces a pipe error. Use shuf instead
2022-04-21 19:06:40 +02:00
cruizba
34be4d8c13
deployment: openvidu-server & openvidu-server-pro entrypoint improvements
...
- Create directory /run/secrets/coturn just when it is necessary to generate a new secret file for COTURN_SHARED_SECRET_KEY. (Docker daemon should generate it anyways while running
- Use `tr -dc '[:alnum:]' </dev/urandom` instead of `tr -dc A-Za-z0-9 </dev/urandom` to generate alphanumeric COTURN_SHARED_SECRET_KEY
- Define possible empty variables at the beginning of the entrypoint.
- Fail script on any error with `set -o errexit -o errtrace -o pipefail -o nounset`
- More meaningfull message while waiting Kibana service
2022-04-21 11:55:17 +02:00
cruizba
4f04f3b33c
Adapt coturn configuration to allow multiple coturns by kms uri
2022-04-20 18:50:34 +02:00
cruizba
ad54a3005d
openvidu-server, deployment: Generate Coturn shared key instead of using OpenVidu Secret for better security. Remove unused COTURN_REDIS properties
2022-04-12 14:42:12 +02:00
cruizba
ac5485ddc0
openvidu-server, deployment: Remove redis for coturn. Now credentials are generated using https://datatracker.ietf.org/doc/html/draft-uberti-behave-turn-rest-00
2022-04-06 18:37:11 +02:00
Flamenco
8f69c0d1a4
Fix typo in docs
2022-02-03 10:35:37 -05:00
Juan Navarro
162871a7dd
deployment: change IP discovery script to match mediasoup-controller
...
Change the script (error checking, code style, etc) to match the one
used in openvidu-mediasoup-controller, so both are easier to maintain.
* Relevant change: use wget (leaner, faster) instead of curl.
* All others are minor changes.
2021-12-24 16:05:41 +01:00
cruizba
3a59b7b921
deployment: Try to autodiscover Public IP via HTTP if DNS outgoing traffic is not enabled
2021-12-24 14:17:51 +01:00
cruizba
ada2b259b7
Upload gitignore
2021-12-20 14:41:18 +01:00
cruizba
334a87acf8
Patch elasticsearch to use log4j 2.17.0
2021-12-20 14:36:35 +01:00
cruizba
581aad38d5
Bump Dockerfile redis version
2021-12-16 23:00:39 +01:00
cruizba
1e085e5990
deployment: Use own patched elasticsearch image
2021-12-16 21:29:51 +01:00
cruizba
edfbe3104e
deployment: fix nginx main process. Update nginx version
2021-12-16 17:27:32 +01:00
cruizba
ddaf34a475
deployment: openvidu_health_check - fix error when 'about:webrtc' page refresh its data
2021-11-05 15:33:46 +01:00
cruizba
6c122cd645
deployment: openvidu_health_check fix timeout on firefox
2021-11-05 13:37:51 +01:00
cruizba
1eba0f3602
deployment: openvidu_health_check fix timeout
2021-11-05 12:26:26 +01:00
cruizba
2c4596a73f
deployment: openvidu_health_check can test OpenVidu CE/PRO/ENTERPRISE. Cache web drivers in Docker image
2021-11-04 16:47:35 +01:00
cruizba
e32330ad95
deployment: find_element instead of find_elements in openvidu_health_check
2021-11-03 20:51:03 +01:00
Carlos Ruiz Ballesteros
00d2e3e5fa
deployment: minor comment fixes in openvidu_helth_check
2021-11-03 20:26:46 +01:00
cruizba
83dade9e9e
deployment: print candidates in openvidu-health-checker docker image test
2021-11-03 20:22:52 +01:00
Carlos Ruiz Ballesteros
4cdae4601d
Update README.md
2021-11-03 12:09:37 +01:00
Carlos Ruiz Ballesteros
da3239d245
Update README.md
2021-11-03 12:09:19 +01:00
cruizba
5f7a88c68f
deployment: Experimental openvidu-health-checker self-contained docker image to check openvidu deployments
2021-11-03 12:07:43 +01:00
cruizba
110878f4c9
deployment: Add volume to configure custom locations in nginx. This is useful to add reverse proxy or other services to the nginx configuration to default HTTPS_PORT configured
2021-09-30 16:33:08 +02:00
cruizba
5a32f41b51
deployment: Minor fix detect-external-ip.sh
2021-07-14 10:26:11 +02:00
cruizba
d47a1c9ad7
Add additional parameter 'COTURN_INTERNAL_RELAY=<boolean>' to use Public or Internal IP. Defaults to 'false', which respect previous OpenVidu default deployment configuration
2021-07-12 15:55:31 +02:00
cruizba
04f4991a92
openvidu-recording: Most font languages support
...
- Removed fonts-droid-fallback because it was not enough to support some languages.
- Added some needed fonts to support all languages installing as little as possible
2021-06-10 19:59:54 +02:00
cruizba
f2a84366d1
openvidu-recording: Replace fonts-noto with fonts-droid-fallback from Dockerfile to reduce docker image size
2021-06-10 18:18:06 +02:00
pabloFuente
05fa7e9a90
Add flag --disable-features=Translate to recording container
2021-06-10 17:33:29 +02:00
cruizba
1b5b876ba0
Install fonts-noto
2021-06-10 17:10:59 +02:00
cruizba
f1bb937c60
deployment: Add rule to allow iframe
2021-06-07 10:58:42 +02:00
cruizba
f0705c9cce
ci: Improve docker build commands for better consistency
2021-05-12 12:24:18 +02:00
cruizba
19b010a49c
deployment: Add rules_access_dashboard to new rules
2021-05-11 14:51:12 +02:00
cruizba
fc51f2f272
Update nginx to 1.20.0
2021-05-11 14:42:21 +02:00
cruizba
7a4435dd51
deployment: Minor fix to elasticsearch redirections
2021-05-11 14:42:04 +02:00
cruizba
cec967acc7
deployment: Minor fix to override redis configuration in coturn. Bump coturn to 4.0.0-dev2
2021-05-06 13:39:26 +02:00
cruizba
a8174b45a9
deployment: Update coturn to 4.5.2 and use official docker image
2021-05-06 13:01:00 +02:00
Juan Navarro
050057253a
Fix spelling of several words in user-facing text & logs
...
stoped -> stopped
stoping -> stopping
uppgrade -> upgrade
dowloading -> downloading
ouput -> output
lastest -> latest
Openvidu -> OpenVidu
2021-04-20 17:06:22 +02:00
pabloFuente
859ecfbcdd
openvidu-server: add frameRate in final places
2021-04-05 20:51:49 +02:00
pabloFuente
cdb518ea97
openvidu-recording container resolution default to HD
2021-04-05 20:10:22 +02:00
pabloFuente
482ecf8b7f
KMS 6.16.0
2021-03-04 11:55:20 +01:00
cruizba
c1984b5071
deployment: Export elasticsearch at /openvidu/elasticsearch
2021-03-01 16:03:39 +01:00
cruizba
2d74acb39d
openvidu: Safer way to run xvfb in openvidu-recording to fix concurrent recordings issue
2021-02-19 18:13:17 +01:00
cruizba
ff35adf607
deployment: Typo nginx
2021-02-05 11:33:39 +01:00
cruizba
d8beb2147d
openvidu-deployment: Parametrize and increased default 'client_max_body_size' to 200M in openvidu-ce and openvidu-pro nginx
2021-02-04 20:57:01 +01:00
pabloFuente
5874870f38
Recording container scripts updated with flag --simulated-outdated-no-au
2021-02-04 13:40:29 +01:00