Commit Graph

360 Commits (40ed3b5dbe602fc0d29a32d10213b5fac56fce26)

Author SHA1 Message Date
cruizba 40ed3b5dbe Bump ubuntu to noble. Bump kurento-media-server to 7.1.1 2025-01-08 12:34:28 +01:00
cruizba 218a9b5c9f deployment: Bump docker images FROM images 2024-05-21 16:08:31 +02:00
pabloFuente 69b41a1406 openvidu-recording: add experimental flag to chrome to avoid hiding local ips with mdns 2024-02-13 12:05:27 +01:00
cruizba c683d989a6 Caching of driver not working in openvidu-deployment-tester. Disabling until fix 2023-07-31 14:55:11 +02:00
cruizba 8dcf0096ee deployment: OpenVidu HA On prem - Wait for Media Node controller before launching 2023-06-24 00:59:18 +02:00
cruizba e59b055ec6 openvidu-recording: Revert preset from 'veryfast' to 'ultrafast' 2023-06-22 21:46:18 +02:00
cruizba 946be88928 deployment: separated rules for dashboard/ and inspector/ in openvidu-proxy
To fix a rule in OpenVidu Enterprise to redirect `<domain>/inspector` to `<domain>/inspector/`,
now dashboard and inspector rules are separated to have different configurations
depending on the OpenVidu Edition PRO or Enterprise
2023-06-16 13:51:38 +02:00
cruizba d212f52f04 deployment: Update coturn to version 4.6.2 2023-06-14 18:44:18 +02:00
cruizba 6f691e8bb1 deployment: Remove hard-coded IP addresses from load balancer 2023-05-29 17:09:02 +02:00
cruizba c1f3b22bc9 deployment: Add script to update load balancer IPs in enterprise-ha deployment 2023-05-29 16:46:12 +02:00
cruizba 7b1f411db4 deployment: Update nginx for Enterprise HA on premises 2023-05-20 23:08:52 +02:00
pabloFuente f922c5cd53 Update to Kurento 7.0.1 2023-05-03 12:32:51 +02:00
pabloFuente 0677268516 Change preset ultrafast to veryfast in openvidu-recording container 2023-04-14 10:01:07 +02:00
cruizba de9f195fd5 openvidu-recording: Remove CHROME_VERSION argument 2023-04-10 11:25:29 +02:00
cruizba 1edc3c055b openvidu-recording: Better way to add chrome public key for chrome installation 2023-04-10 11:12:06 +02:00
cruizba 5eb47d7401 openvidu-deployment-tester: Add index to docs 2023-03-29 21:48:40 +02:00
cruizba 6f6a6ad7e8 openvidu-deployment-tester: Move documentation text 2023-03-29 21:46:31 +02:00
cruizba bb2a1f6c39 openvidu-deployment-tester: Update docs with new tests 2023-03-29 21:44:50 +02:00
cruizba 11e5888747 openvidu-deployment-tester: Add recording and call parametrizable tests 2023-03-29 18:28:05 +02:00
cruizba 09d89b2cdb openvidu-deployment-tester: Improve docker cache of drivers. Document how to develop the deployment tester image 2023-03-27 11:40:49 +02:00
pabloFuente d996e41258 Beautify create_image.sh for openvidu-deployment-tester 2023-03-23 16:15:30 +01:00
cruizba 9080159736 openvidu: Add version tag to create_image.sh of openvidu-deployment-tester 2023-03-23 14:57:09 +01:00
cruizba e482181644 openvidu: Docker image to tests deployments 2023-03-23 14:46:35 +01:00
cruizba 94bb69c418 deployment: Do not use IP level deny for virtual background 2023-03-21 11:30:35 +01:00
pabloFuente ff189941bd Docker containers: fix create_image.scripts to allow if with wildcards 2023-03-15 22:49:54 +01:00
cruizba 280ba3b0c2 deployment: Fix unbound variable when WAIT_KIBANA_URL is empty for openvidu-server-pro image 2023-03-15 14:55:14 +01:00
pabloFuente cd76c3a74b Unify JAR location in all openvidu-server Dockerfiles 2023-03-15 14:31:12 +01:00
pabloFuente 585767ec0c Use wildcard in Dockerfile of openvidu-server-pro 2023-03-14 16:20:20 +01:00
cruizba f86d71c0bf deployment: Revert coturn to 4.5.2 2023-03-13 18:03:19 +01:00
cruizba 8764b7a23b deployment: Use OPENVIDU_PRO_ELASTICSEARCH instead of OPENVIDU_PRO_ELASTICSEARCH_ENABLED 2023-03-13 15:32:08 +01:00
cruizba cb8d87aecc openvidu-pro: Fix some Elasticsearch and Kibana config inconsistencies.
- 1. `ELASTICSEARCH_PASSWORD` must be greater than 6 characters
- 2. Port 443 and 80 is no longer needed to be specified when defining `OPENVIDU_PRO_ELASTICSEARCH_HOST`
  and `OPENVIDU_PRO_KIBANA_HOST`
- 3. OpenVidu Pro can run without Elasticsearch and Kibana by using `OPENVIDU_PRO_ELASTICSEARCH_ENABLED`
2023-03-08 17:57:52 +01:00
pabloFuente b495e94c9e openvidu-recording: udpate create_image.sh script 2023-03-07 20:26:18 +01:00
pabloFuente 8db7c53a58 Extend commons.sh script 2023-03-01 17:54:30 +01:00
pabloFuente ffb2a1590c Update Docker image base versions of nginx and coturn 2023-03-01 14:05:21 +01:00
pabloFuente f48e1f805f Add /bin/bash to create_image.sh script 2023-02-28 16:34:03 +01:00
pabloFuente 9a3b7d5ae7 Add /bin/bash to create_image.sh script 2023-02-28 16:32:44 +01:00
pabloFuente cae40f5493 Change concept RTMP to Broadcast. Prepare openvidu-browser for broadcast events 2023-02-03 13:55:17 +01:00
pabloFuente a41749602f Update openvidu-recording image 2023-01-18 16:02:57 +01:00
cruizba 0919f04fa4 deployment: Update nginx version and bump deployment versions 2022-11-10 14:44:33 +01:00
cruizba b93b8dd85e deployment: Nginx security improvements:
- Disable TLSv1.0 and TLSv1.1 by default.
- Use intermediate SSL ciphers following mozilla SSL generator: https://ssl-config.mozilla.org/#server=nginx&version=1.23.1&config=intermediate&openssl=1.1.1&guideline=5.6
- Enable HSTS by default
2022-11-10 14:43:03 +01:00
pabloFuente 3b72c8f52d openvidu-recording Docker image: add Ubuntu 22.04-based image 2022-10-06 11:25:12 +02:00
pabloFuente 74e68ea8b1 openvidu-recording Docker image: add new Chromium flags 2022-10-06 11:15:52 +02:00
cruizba 154cdc2db6 deployment: Update nginx version to 1.23.1 2022-09-21 15:18:56 +02:00
pabloFuente 7e5a8afb48 openvidu-server: show warning log on startup if openvidu-dev container 2022-09-20 16:09:47 +02:00
cruizba 57401acf2b deployment: Remove docker of openvidu-test-app. Update openvidu-dev to 6.18.0 2022-09-19 17:56:15 +02:00
cruizba ca08e16ac4 deployment: Deprecate old API by default. 2022-09-14 12:04:57 +02:00
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