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
pabloFuente
3a3c474b84
Recording Docker image updated
2021-01-14 15:38:46 +01:00
Flamenco
018145c90a
Fix typo in output message
2020-12-29 10:19:40 -05:00
cruizba
f848dbcbac
openvidu-deployment: coturn logs enabled in image by default
2020-11-26 19:35:39 +01:00
cruizba
3696c49a9b
openvidu-deployment: Disable coturn logs by default
2020-11-25 19:43:33 +01:00
cruizba
6f4b701094
openvidu-deployment: Typo delete https listen directive
2020-11-25 12:34:31 +01:00
cruizba
87b5b6ed88
openvidu-deployment: Fix Special characters on delete nginx listen directive
2020-11-25 12:33:35 +01:00
cruizba
9cfd38e892
openvidu-deployment: Support machines with dual stack IPv4/IPv6 in nginx
2020-11-25 12:07:33 +01:00
cruizba
be8e094044
openvidu-deployment: Add timeout in WAIT_KIBANA_URL to avoid possible blocked connections
2020-11-25 00:56:43 +01:00
Carlos Ruiz Ballesteros
56cbef5cc7
Merge pull request #560 from robert-scheck/tls-hardening
...
openvidu-proxy: Make TLS version, ciphers and HSTS configurable
2020-11-23 21:36:13 +01:00
Carlos Ruiz Ballesteros
ed2096c18e
Merge pull request #562 from robert-scheck/nginx-version
...
openvidu-proxy: Disable Nginx version information
2020-11-23 21:32:53 +01:00
Carlos Ruiz Ballesteros
34f0c6c06c
Merge pull request #563 from robert-scheck/redis
...
openvidu-redis: IPv6 listening (RFC 6540)
2020-11-23 21:30:28 +01:00
Robert Scheck
c11daa2d8b
openvidu-redis: IPv6 listening (RFC 6540)
2020-11-19 12:15:26 +01:00
Robert Scheck
b35d210466
openvidu-proxy: Disable Nginx version information
...
It is a good practice for server hardening to not display any server
component version information, thus this should be disabled for Nginx.
2020-11-19 11:28:09 +01:00
Robert Scheck
fc92eb7cb4
openvidu-proxy: Make TLS version, ciphers and HSTS configurable
...
Allow flexible HTTPS security hardening using run-time configuration,
rather just build-time container/volume layering.
2020-11-18 22:07:28 +01:00
Robert Scheck
3d0ab7c92e
IPv6 listening (RFC 6540)
...
Ensure that Nginx listens also additionally on the IPv6 socket if the
operating system inside the container provides IPv6 support. And as per
RFC 6540, IP nowadays means IPv4 and IPv6, not just IPv4-only.
2020-11-18 19:36:20 +01:00
pabloFuente
55ea32de82
Updated maintainer mail in Dockerfiles
2020-11-16 15:09:13 +01:00
pabloFuente
e5a8a172e6
Dockerfiles updated to Ubuntu 18.04 and Java 11 (openvidu-server, openvidu-server-pro, openvidu-server-kms)
2020-11-16 15:06:53 +01:00
pabloFuente
7584807908
Kurento updated to 6.15.0
2020-11-11 10:39:25 +01:00
pabloFuente
d1dd6a27cb
openvidu-recording image to 2.16.0
2020-11-10 19:29:45 +01:00
cruizba
da2973d28f
openvidu-deployment: Minor fixes. OV_CE_DEBUG_LEVEL works and move beats to rollback folder on update in openvidu pro server node
2020-11-09 19:35:25 +01:00
cruizba
43c5c4b4a5
openvidu-deployment: Print if nginx is using deprecated API
2020-11-09 18:04:41 +01:00
cruizba
0c38d4d9b8
Custom volume to customize nginx
2020-11-09 16:29:35 +01:00
cruizba
d499940495
openvidu-deployment: custom config nginx
2020-11-09 15:33:06 +01:00
cruizba
2113a255e0
openvidu-deployment: Rename default.conf nginx
2020-11-09 15:21:00 +01:00
cruizba
d61c6b89c7
Revert nginx
2020-11-09 15:20:04 +01:00
cruizba
39be78b4e5
openvidu-deployment: Some minor fixes nginx and update versions docker-compose
2020-11-09 14:18:40 +01:00
cruizba
76805ff543
Minor fix entrypoint openvidu-server and openvidu-server-pro docker images
2020-11-02 21:15:18 +01:00
cruizba
553e63513c
openvidu-deployment: install dnsutils in openvidu-server, openvidu-server-pro and coturn to use dig
2020-11-02 20:41:13 +01:00
cruizba
b9de4f38be
openvidu-deployment: Typo entrypoint.sh
2020-11-02 20:30:36 +01:00
cruizba
6a73083e7b
openvidu-deployment: General updates in nginx and public ip discovering:
...
- Add option to redirect www to non-www (REDIRECT_WWW).
- Add endpoint to check nginx workers.
- Custom virtual hosts (Server blocks) can be added by the user to create custom rules in `/opt/openvidu/custom-nginx-vhost`.
- Parametrize `worker_connections` in nginx.conf (WORKER_CONNECTIONS)
- Improve `discover_my_public_ip.sh` to use dns servers instead of http servers
- Posibility to autodiscover ipv6 if available by using `PUBLIC_IP=auto-ipv6` in nginx, `TURN_PUBLIC_IP=auto-ipv6` in coturn and `COTURN_IP=auto-ipv6` in openvidu-server.
By default ipv4 is used.
2020-11-02 19:46:59 +01:00
cruizba
8b96a5f6ea
Merge branch 'master' of github.com:OpenVidu/openvidu into master
2020-11-02 19:26:29 +01:00
pabloFuente
ede9589b29
Install ethtool on Dockerfile
2020-11-02 17:06:04 +01:00
cruizba
44bb958da3
deployment: nginx refactor
2020-11-01 21:03:12 +01:00
cruizba
afc6f52f91
deployment-openvidu-ce-and-pro: Add TLSv1.3 and some ssl_chiphers recommended for browsers compatibility: https://ssl-config.mozilla.org/\#server\=nginx\&version\=1.17.7\&config\=intermediate\&openssl\=1.1.1d\&guideline\=5.6
2020-10-15 14:47:53 +02:00
cruizba
f73bafdd7a
Safely remove certificates folder
2020-10-15 13:35:15 +02:00
cruizba
bf6defc4de
deployment-openvidu-ce-and-pro: Fix nginx error on changing certificate types
2020-10-15 02:23:43 +02:00
cruizba
ff1b982186
deployment-openvidu-ce-and-pro: Fixing some turn problems in OpenVidu CE
2020-10-14 17:30:28 +02:00
cruizba
4eded98ad9
deployment-openvidu-ce: Update nginx to new API rules and use deprecated APIs.
2020-10-14 14:34:21 +02:00
cruizba
de2cbe4836
deployment-openvidu-ce: Fixed infinite logs in coturn and add new execution mode
2020-10-08 19:58:18 +02:00
pabloFuente
d039f71fdb
New composed_quick_start.sh logic to wait for the ffmpeg process to end
2020-09-28 11:03:24 +02:00
cruizba
df92cca9de
Deployment: External and secure Kibana and Elasticsearch in can be configured in OpenVidu Pro Node
2020-09-22 18:19:51 +02:00
pabloFuente
5da1a82923
Recording scripts new flag --disabled-dev-shm-size for google-chrome process
2020-09-03 10:55:02 +02:00
cruizba
8756e669f9
Revert vnc
2020-07-24 16:24:30 +02:00
cruizba
c8b5fd25a2
Minor fix dockerfile recording
2020-07-24 14:26:53 +02:00
cruizba
2716777f2b
Run VNC temporaly to check recording
2020-07-24 14:13:30 +02:00
cruizba
f3c5bfe321
Deployment repos migration:
...
- Move deployment stuff of openvidu-ce from https://github.com/OpenVidu/openvidu-cloud-devops
- Move deployment stuff of openvidu-pro from https://github.com/OpenVidu/openvidu-pro-clustering
- Remove readmes to avoid confusions of official documentation
- Update installation scripts to use this repo
- Better folder structure:
- docker-compose -> Include docker-compose files for deployments
- docker -> Include docker images
- aws -> Cloudformation related stuff for aws.
2020-07-16 20:09:48 +02:00
Micael Gallego
4bde653c65
Delete readme.md to avoid mistakes with the docs
2020-07-10 19:50:59 +02:00
pabloFuente
b31263d562
openvidu-recording Chrome improved get display num
2020-07-09 15:11:45 +02:00
pabloFuente
4ac3f4beff
openvidu-recording Firefox container fix display num
2020-07-09 15:09:20 +02:00
pabloFuente
5124e32a1d
openvidu-recording container Dockerfile 20.04 updated
2020-07-09 11:51:09 +02:00
Pablo Fuente Pérez
fd1ecce86b
Update install_openvidu.sh
2020-07-03 13:54:55 +02:00
pabloFuente
1e5cf3906f
Updated Docker versions to 2.15.0
2020-07-03 13:23:11 +02:00
pabloFuente
a5921519a1
Kurento update to 6.14.0
2020-07-03 11:14:08 +02:00
cruizba
af2aca6c8d
openvidu --report gets information about environment variables of all the containers and show all logs
2020-07-02 19:01:27 +02:00
cruizba
1d92b7e932
Retagged openvidu/openvidu-proxy from 3.0.0-beta1 to 3.0.0
2020-07-02 16:45:06 +02:00
cruizba
9261554239
Added debug mode to .env docker-compose deployment
2020-07-02 15:51:40 +02:00
cruizba
2e214cbcd5
echo End of recording after thumbnail finished to inform openvidu-server that recording is ended
2020-07-02 12:00:02 +02:00
cruizba
af9cbbf742
Minor fix recording image debug mode
2020-07-02 10:32:07 +02:00
cruizba
f3cf5104c1
Minor fix on tag on create_image recording script
2020-07-01 20:31:26 +02:00
cruizba
5754fb20be
Only push openvidu recording if image is created correctly
2020-07-01 20:29:22 +02:00
cruizba
a489221ddf
Fix ubuntu image parameter to build openvidu recording image
2020-07-01 20:24:04 +02:00
cruizba
5477e52db1
Minor fix to create_image recording script
2020-07-01 20:21:35 +02:00
cruizba
c68552a172
Adapted create_image recording to jenkins job
2020-07-01 20:18:58 +02:00
cruizba
292771371e
Merge branch 'master' of https://github.com/OpenVidu/openvidu
2020-07-01 14:03:25 +02:00
cruizba
0a02ae8059
openvidu-server, openvidu-node-client, openvidu-java-client: Add COMPOSED_QUICK_START outputMode
2020-07-01 14:02:32 +02:00
OscarSotoSanchez
3b5668d828
Proxy updated for auto renew letscrypt certificated
2020-06-29 16:37:26 +02:00
cruizba
45d3ba6078
openvidu-server: Created entrypoint for new composed recording mode: COMPOSED_QUICK_START.
2020-06-26 18:05:00 +02:00
cruizba
499bd8afc5
Parametrized create_image.sh scripts for CI
2020-06-23 12:11:54 +02:00
cruizba
43bf7f44c2
Copy old .env in rollback too
2020-06-18 09:43:45 +02:00
cruizba
2e923c4827
KMS_IMAGE updated in .env
2020-06-18 01:31:00 +02:00
cruizba
85a95bb3db
Update versions openvidu-server and KMS
2020-06-18 00:53:57 +02:00
pabloFuente
1e03af3ea3
openvidu-server: COMPOSED recording container update
2020-06-08 12:19:30 +02:00
cruizba
806794bb7d
Curl Fixed for Kibana 7.7.0 version
2020-06-04 14:52:01 +02:00
OscarSotoSanchez
b545a57646
retain deploy mode
2020-05-19 11:56:15 +02:00
OscarSotoSanchez
cd81df6c98
install script updated
2020-05-19 11:31:18 +02:00
OscarSotoSanchez
f3cf15e2c2
docker-compose updated
2020-05-18 16:52:47 +02:00
OscarSotoSanchez
9e3dc70a46
unused variable removed from openvidu server docker image
2020-05-18 14:31:20 +02:00
OscarSotoSanchez
1ec832c665
redis-tools added into docker container
2020-05-18 14:27:57 +02:00