Commit Graph

27 Commits (d9e6a88f9057f4815b8eb63eab0b31e4232a834e)

Author SHA1 Message Date
cruizba 074b14d44b openvidu-server: Rename transcoding properties to OPENVIDU_STREAMS_FORCED_VIDEO_CODEC and OPENVIDU_STREAMS_ALLOW_TRANSCODING 2020-11-25 15:09:08 +01:00
cruizba 1eecd7310d openvidu-deployment: Delete OPENVIDU_PRO_PRIVATE_IP env variable to avoid confusions. It is not necessary 2020-11-24 20:01:05 +01:00
cruizba b896d1a77f openvidu-deployment: Stop elasticsearch and kibana if external services are used 2020-11-24 19:53:54 +01:00
cruizba 7a25233b8b Force codec parameters to avoid transcoding 2020-11-19 17:06:50 +01:00
cruizba a60732bb71 openvidu-deployment: Parametrize aws cli docker tag 2020-11-16 15:32:21 +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 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