Skip to content

Commit 95ea694

Browse files
authored
Add browser client support info (#437)
1 parent 937018f commit 95ea694

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/pages/selfhosted/selfhosted-quickstart.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,17 @@ To upgrade NetBird to the latest version, you need to review the [release notes]
9393
docker compose up -d --force-recreate management dashboard signal relay
9494
```
9595

96+
### Support browser clients
97+
If you deployed NetBird before version **0.59.0** and want to use browser clients, you need to update your Signal, Management, Dashboard and Relay services, see [Upgrade](#upgrade), then you need to edit the `Caddyfile` file to enable support for browser clients by adding the following lines to the `Caddyfile`:
98+
```
99+
reverse_proxy /ws-proxy/management* management:80
100+
reverse_proxy /ws-proxy/signal* signal:10000
101+
```
102+
Then restart the Caddy service to apply the changes:
103+
```bash
104+
docker compose restart caddy
105+
```
106+
96107
### Remove
97108
To remove the NetBird installation and all related data from your server, run these commands from the folder where you installed NetBird:
98109
```bash

0 commit comments

Comments
 (0)