mirror of https://github.com/OpenVidu/openvidu.git
When no domain is provided, cloud templates now use the discovered public IP directly as the domain instead of building an openvidu-<random>-<ip>.sslip.io name, relying on Let's Encrypt IP certificates (handled by the installer/Caddy). Public IP acquisition is unchanged everywhere; only the domain construction changed. - AWS CloudFormation: derive the bare IP from the already-fetched public-hostname. - GCP Terraform: use the instance/NLB external IP already obtained. - Azure Bicep: use the public IP from get_public_ip.sh; ARM JSON regenerated from Bicep, and createUiDefinition tooltips updated. HA on AWS is unchanged: it uses an ACM certificate (which cannot cover a bare IP). Assisted-by: Anthropic - Claude Opus 4.8 |
||
|---|---|---|
| .. | ||
| output.tf | ||
| tf-gpc-openvidu-ha.tf | ||
| variables.tf | ||
| versions.tf | ||