Commit Graph

21 Commits (d61c6b89c7efcf5fe045afcd16dd075ef93c127c)

Author SHA1 Message Date
cruizba 9e0c4aeeea Fix typo in commentary wich causes bad restarts 2020-11-06 17:42:00 +01:00
pabloFuente af3ed0ed5e .env rollback 2020-11-05 19:08:28 +01:00
Pablo Fuente Pérez c9eeef958f
Update .env 2020-11-05 19:04:45 +01:00
Pablo Fuente Pérez 090164ece9
Update .env 2020-11-05 19:02:31 +01:00
cruizba 1879bc81b5 Comment default value of 'OPENVIDU_PRO_ELASTICSEARCH_MAX_DAYS_DELETE' 2020-11-05 18:08:20 +01:00
cruizba 21d606cd14 Heap Memory parametrizable 2020-11-05 16:30:34 +01:00
cruizba eb0593ec02 openvidu-deployment: Update ubuntu AMIs to 18.04 and kurento 6.15.0 in deployments 2020-11-04 18:59:54 +01:00
cruizba 0710a5732f Change KMS_DEBUG_LEVEL to KMS_DOCKER_ENV_GST_DEBUG 2020-11-03 17:26:32 +01:00
cruizba 2f00bc74ae deployment-openvidu: Typo 2020-11-03 16:54:13 +01:00
cruizba be69c7e52a deployment-openvidu: delete unnecessary env variables and add media node env variables 2020-11-03 16:33:35 +01:00
cruizba 3d3c2242a8 openvidu-deployment: Let configure public ip via env variable in .env 2020-11-02 23:00:25 +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 44bb958da3 deployment: nginx refactor 2020-11-01 21:03:12 +01:00
cruizba 08cc2aec16 deployment-openvidu-pro: Typos and remove repeated parameter .env 2020-10-07 22:02:27 +02:00
cruizba 6ea52fe061 deployment-openvidu-pro: Easier configuration for s3 recordings 2020-10-07 21:08:14 +02:00
cruizba ffd1f7f5b7 deployment-openvidu-pro: S3 support 2020-10-06 21:13:18 +02:00
cruizba 087a2a0d06 deployment-openvidu-pro: Minor fix configuring different openvidu pro clusters with the same Elastic Stack 2020-10-06 00:40:01 +02:00
cruizba 353989e26b Deployment: Fix typos Elasticsearch OpenVidu Pro 2020-09-22 19:04:50 +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
Pablo Fuente Pérez 27fcf01a63
Update .env 2020-08-17 13:42:15 +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