From da3c7522b5afd57bf34ab6393c14342998d115a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Proxymiity=20=E2=98=86?= Date: Fri, 30 Apr 2021 00:07:14 +0200 Subject: [PATCH] Replaced bitwarden with vaultwarden --- Caddy-2.x-with-Cloudflare-DNS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Caddy-2.x-with-Cloudflare-DNS.md b/Caddy-2.x-with-Cloudflare-DNS.md index 9e48aef..52ae77f 100644 --- a/Caddy-2.x-with-Cloudflare-DNS.md +++ b/Caddy-2.x-with-Cloudflare-DNS.md @@ -37,13 +37,13 @@ https://[YOUR-DOMAIN]:443 { -Server } # The negotiation endpoint is also proxied to Rocket - reverse_proxy /notifications/hub/negotiate bitwarden:80 + reverse_proxy /notifications/hub/negotiate vaultwarden:80 # Notifications redirected to the websockets server - reverse_proxy /notifications/hub bitwarden:3012 + reverse_proxy /notifications/hub vaultwarden:3012 # Proxy the Root directory to Rocket - reverse_proxy bitwarden:80 { + reverse_proxy vaultwarden:80 { # Send the true remote IP to Rocket, so that vaultwarden can put this in the # log, so that fail2ban can ban the correct IP. header_up X-Real-IP {remote_host} @@ -57,7 +57,7 @@ docker-compose.yml version: '3' services: - bitwarden: + vaultwarden: image: vaultwarden/server restart: always volumes: