mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-25 11:19:21 -07:00
Update caddy examples for websockets over port 80 (v1.29.0)
@@ -34,7 +34,6 @@ Create a file named `Caddyfile` with the following content:
|
|||||||
dns duckdns {$DUCKDNS_TOKEN}
|
dns duckdns {$DUCKDNS_TOKEN}
|
||||||
}
|
}
|
||||||
reverse_proxy localhost:8080
|
reverse_proxy localhost:8080
|
||||||
reverse_proxy /notifications/hub localhost:3012
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -52,7 +51,6 @@ caddy run --envfile caddy.env
|
|||||||
Start `vaultwarden` by running
|
Start `vaultwarden` by running
|
||||||
```
|
```
|
||||||
export ROCKET_PORT=8080
|
export ROCKET_PORT=8080
|
||||||
export WEBSOCKET_ENABLED=true
|
|
||||||
|
|
||||||
./vaultwarden
|
./vaultwarden
|
||||||
```
|
```
|
||||||
@@ -88,7 +86,6 @@ Create a file named `Caddyfile` with the following content:
|
|||||||
dns cloudflare {$CLOUDFLARE_API_TOKEN}
|
dns cloudflare {$CLOUDFLARE_API_TOKEN}
|
||||||
}
|
}
|
||||||
reverse_proxy localhost:8080
|
reverse_proxy localhost:8080
|
||||||
reverse_proxy /notifications/hub localhost:3012
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -106,7 +103,6 @@ caddy run -envfile caddy.env
|
|||||||
Start `vaultwarden` by running
|
Start `vaultwarden` by running
|
||||||
```
|
```
|
||||||
export ROCKET_PORT=8080
|
export ROCKET_PORT=8080
|
||||||
export WEBSOCKET_ENABLED=true
|
|
||||||
|
|
||||||
./vaultwarden
|
./vaultwarden
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user