0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-27 12:58:58 +02:00

Replaced bitwarden with vaultwarden

Proxymiity ☆ 2021-04-30 00:07:14 +02:00
parent 9a033b272b
commit da3c7522b5

@ -37,13 +37,13 @@ https://[YOUR-DOMAIN]:443 {
-Server -Server
} }
# The negotiation endpoint is also proxied to Rocket # 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 # Notifications redirected to the websockets server
reverse_proxy /notifications/hub bitwarden:3012 reverse_proxy /notifications/hub vaultwarden:3012
# Proxy the Root directory to Rocket # 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 # Send the true remote IP to Rocket, so that vaultwarden can put this in the
# log, so that fail2ban can ban the correct IP. # log, so that fail2ban can ban the correct IP.
header_up X-Real-IP {remote_host} header_up X-Real-IP {remote_host}
@ -57,7 +57,7 @@ docker-compose.yml
version: '3' version: '3'
services: services:
bitwarden: vaultwarden:
image: vaultwarden/server image: vaultwarden/server
restart: always restart: always
volumes: volumes: