feat: Add TURN proxying to enable offline deployments (#1000)

* Add turnconn

* Add option for passing ICE servers

* Log TURN remote address

* Add TURN server to coder start
This commit is contained in:
Kyle Carberry
2022-04-18 22:40:25 +00:00
committed by GitHub
parent e5a1c305d3
commit d202f20fdb
25 changed files with 603 additions and 112 deletions
-4
View File
@@ -169,10 +169,6 @@ jobs:
terraform_version: 1.1.2
terraform_wrapper: false
- name: Install socat
if: runner.os == 'Linux'
run: sudo apt-get install -y socat
- name: Test with Mock Database
shell: bash
env: