178 Commits

Author SHA1 Message Date
OscarSotoSanchez
70f10ea4e9 ov call updated 2020-05-11 14:34:28 +02:00
OscarSotoSanchez
11c2255343 Merge branch 'master' of github.com:OpenVidu/openvidu 2020-05-11 10:38:03 +02:00
OscarSotoSanchez
c9542239e6 ov-call in docker-compose upgrade 2020-05-11 10:37:58 +02:00
pabloFuente
12a75319bf openvidu-server: minor changes in success output of installation script 2020-05-08 18:49:32 +02:00
OscarSotoSanchez
4eeed8fefd default proxy in specific port 2020-05-08 16:45:11 +02:00
OscarSotoSanchez
f5cfa00871 remove discover_my_public_ip.sh after compile docker image 2020-05-08 14:20:30 +02:00
OscarSotoSanchez
403a31dac7 added discover_my_public_ip.sh in gitignore 2020-05-08 14:17:26 +02:00
OscarSotoSanchez
2794372f16 fixed check email in LetsEncrypt mode 2020-05-08 14:15:13 +02:00
OscarSotoSanchez
002753443e kms image updated 2020-05-08 12:59:26 +02:00
OscarSotoSanchez
b463dea010 updated docker-compose 2.14.0-beta1 2020-05-08 12:25:03 +02:00
OscarSotoSanchez
a4d81bdc80 copy discover_my_public_ip.sh when create image 2020-05-08 12:03:34 +02:00
OscarSotoSanchez
a4e4abd0e5 changed messages in install script 2020-05-07 12:48:37 +02:00
OscarSotoSanchez
39e86f1189 install script upgrade 2020-05-07 12:38:56 +02:00
OscarSotoSanchez
67fc998618 installation script upgrade 2020-05-07 12:16:31 +02:00
OscarSotoSanchez
1f7440354d installation script upgrade 2020-05-06 16:44:47 +02:00
OscarSotoSanchez
f9dd7cf58f upgrade installation script 2020-05-06 16:28:47 +02:00
OscarSotoSanchez
8244617104 fixed move .env error in install script 2020-05-06 14:53:20 +02:00
OscarSotoSanchez
cd62550d90 openvidu command updated 2020-05-06 14:46:05 +02:00
OscarSotoSanchez
6c77900977 auto download images in install script 2020-05-06 14:34:20 +02:00
OscarSotoSanchez
ef2dd58c1b openvidu install script udated 2020-05-06 13:00:06 +02:00
OscarSotoSanchez
32d92c8eea intall_openvidu.sh upgrade 2020-05-06 12:48:53 +02:00
OscarSotoSanchez
1e44847539 upgrade-restart added 2020-05-06 11:22:48 +02:00
pabloFuente
3bebe99ee5 Docker build: single discover_my_public_ip.sh script 2020-05-05 18:30:38 +02:00
OscarSotoSanchez
b5e1ce6b1f openvidu and openvidu pro entrypoint updated 2020-05-05 18:20:41 +02:00
OscarSotoSanchez
00ff6969b1 upgrade openvidu added into script 2020-05-05 18:01:08 +02:00
OscarSotoSanchez
2f571467dd wait for media nodes added to the entrypoint 2020-05-05 11:52:00 +02:00
pabloFuente
221e4efc68 OPENVIDU_HTTPS_PORT to HTTPS_PORT 2020-05-04 18:02:10 +02:00
pabloFuente
817110b7f7 DOMAIN_OR_PUBLIC_IP readme updated 2020-05-04 17:50:48 +02:00
pabloFuente
619e2870a6 OPENVIDU_DOMAIN_OR_PUBLIC_IP to DOMAIN_OR_PUBLIC_IP 2020-05-04 17:10:11 +02:00
OscarSotoSanchez
1df8c83db8 entrypoint proxy updated 2020-05-04 14:24:24 +02:00
OscarSotoSanchez
dfda7b2a86 openvidu proxy updated 2020-05-04 13:35:21 +02:00
pabloFuente
aa914ca5d6 openvidu-server: OPENVIDU_PUBLICURL to DOMAIN_OR_PUBLIC_IP and HTTPS_PORT 2020-04-30 21:47:24 +02:00
OscarSotoSanchez
cd2f472034 proxy ip restrictions added 2020-04-30 14:27:40 +02:00
OscarSotoSanchez
bd262257f0 allowed access proxy added 2020-04-30 11:02:50 +02:00
OscarSotoSanchez
2976ecc443 http_port and https_port changed 2020-04-29 11:12:10 +02:00
OscarSotoSanchez
27ef88f70c apache2-utils in proxy image added 2020-04-29 10:25:18 +02:00
OscarSotoSanchez
5c155bf7fc .env changed 2020-04-29 10:24:38 +02:00
OscarSotoSanchez
0fce47082f docker-compose updated 2020-04-28 16:36:45 +02:00
OscarSotoSanchez
b26d5e5f1a name vars changed 2020-04-28 16:29:12 +02:00
OscarSotoSanchez
f3bc2a5d3e Merge branch 'master' of github.com:OpenVidu/openvidu 2020-04-28 15:54:00 +02:00
OscarSotoSanchez
f1a684c615 openvidu proxy updated 2020-04-28 15:53:56 +02:00
Rafael Renan Pacheco
5e265a6a44
Suggest timezone configuration as JAVA_OPTIONS
Before 2.13 we deployed OpenVidu's .jar directly on the host, which means it would use the host timezone, which usually is the desired one. As of 2.13 OpenVidu's .jar is now in a docker image, which uses it's own timezone (default to UTC). If the .env have a default timezone property, it will make clear to the user that the jar will run using that specific timezone, forcing it to change to the desired value. Otherwise it will run using the container's default timezone, and the user may take some time to realize the OpenVidu server is running on a different timezone. This doesn't affect timestamps, but affects the OpenVidu Server logs, which may cause problems when using a log aggregator based on the log date and time.
2020-04-24 19:44:26 -03:00
OscarSotoSanchez
f73c682903 check version docker-compose in install script 2020-04-24 12:47:24 +02:00
pabloFuente
5da8ec079f beta tag removed from docker-compose image versions 2020-04-23 12:26:43 +02:00
pabloFuente
48aa2a0faa Updated Dockerfiles to KMS 6.13.1 2020-04-22 17:18:29 +02:00
pabloFuente
3891bb26d8 "OpenVidu Server Webhook" to "OpenVidu Webhook" 2020-04-21 20:14:02 +02:00
pabloFuente
d42d9667f3 openvidu-server-params to openvidu-config 2020-04-21 19:47:21 +02:00
pabloFuente
05ff3d8f55 Readme updated to default OPENVIDU_RECORDING=false 2020-04-21 13:55:45 +02:00
pabloFuente
68242da78f discover_my_public_ip.sh quotes fix 2020-04-21 13:49:24 +02:00
OscarSotoSanchez
bee2ad0de6 Merge branch 'master' of github.com:OpenVidu/openvidu 2020-04-21 13:44:53 +02:00