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