0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-25 23:38:20 +02:00

Update caddy examples for websockets over port 80 (v1.29.0)

Felix E 2023-07-09 17:53:15 +02:00
parent 4ad39c1424
commit 88fc2bf7d1

@ -34,7 +34,6 @@ Create a file named `Caddyfile` with the following content:
dns duckdns {$DUCKDNS_TOKEN}
}
reverse_proxy localhost:8080
reverse_proxy /notifications/hub localhost:3012
}
```
@ -52,7 +51,6 @@ caddy run --envfile caddy.env
Start `vaultwarden` by running
```
export ROCKET_PORT=8080
export WEBSOCKET_ENABLED=true
./vaultwarden
```
@ -88,7 +86,6 @@ Create a file named `Caddyfile` with the following content:
dns cloudflare {$CLOUDFLARE_API_TOKEN}
}
reverse_proxy localhost:8080
reverse_proxy /notifications/hub localhost:3012
}
```
@ -106,7 +103,6 @@ caddy run -envfile caddy.env
Start `vaultwarden` by running
```
export ROCKET_PORT=8080
export WEBSOCKET_ENABLED=true
./vaultwarden
```