Merge remote-tracking branch 'the-hazelnut/patch-1'
This commit is contained in:
@@ -69,6 +69,7 @@ keys:
|
|||||||
type = "livekit"
|
type = "livekit"
|
||||||
livekit_service_url = "https://matrix-rtc.yourdomain.com"
|
livekit_service_url = "https://matrix-rtc.yourdomain.com"
|
||||||
```
|
```
|
||||||
|
3. Ensure that you have `[global.well_known]` uncommented, above this line. .well-known will not be served correctly if this is not the case.
|
||||||
|
|
||||||
#### 3.2. .well-known served independently
|
#### 3.2. .well-known served independently
|
||||||
***Follow this step if you serve your .well-known/matrix files directly. Otherwise follow Step 3.1***
|
***Follow this step if you serve your .well-known/matrix files directly. Otherwise follow Step 3.1***
|
||||||
@@ -101,6 +102,8 @@ The final file should look something like this:
|
|||||||
### 4. Configure Firewall
|
### 4. Configure Firewall
|
||||||
You will need to allow ports `7881/tcp` and `50100:50200/udp` through your firewall. If you use UFW, the commands are: `ufw allow 7881/tcp` and `ufw allow 50100:50200/udp`.
|
You will need to allow ports `7881/tcp` and `50100:50200/udp` through your firewall. If you use UFW, the commands are: `ufw allow 7881/tcp` and `ufw allow 50100:50200/udp`.
|
||||||
|
|
||||||
|
If you are behind NAT, you will also need to forward `7880/tcp`, `7881/tcp`, and `50100:50200/udp` to livekit.
|
||||||
|
|
||||||
### 5. Configure Reverse Proxy
|
### 5. Configure Reverse Proxy
|
||||||
As reverse proxies can be installed in different ways, step by step instructions are not given for this section.
|
As reverse proxies can be installed in different ways, step by step instructions are not given for this section.
|
||||||
If you use Caddy as your reverse proxy, follow step 5.1. If you use Nginx, follow step 5.2. If you use Traefik, follow step 5.3.
|
If you use Caddy as your reverse proxy, follow step 5.1. If you use Nginx, follow step 5.2. If you use Traefik, follow step 5.3.
|
||||||
|
|||||||
Reference in New Issue
Block a user