New Device Logged Emails #2692

Closed
opened 2026-04-06 03:55:31 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @seantdavidson on 12/4/2020

So I just installed bitwardenrs on my server using docker. If I login to my bitwarden on the same machine I will still get an email saying that I have logged into a new machine. I am not sure if this has to do with my reverse proxy setup I am using or if there is an environment variable I am missing. I am using the LinuxServer.io Swag container for my Reverse Proxy. I would really like not to get an email each time I login. the IP it show in the email is my Router IP.

docker run -d --name bitwarden \ -e DOMAIN=https://bitwarden.example.com -e SIGNUPS_ALLOWED=false -e SMTP_HOST=<smtp.domain.tld> \ -e SMTP_FROM=<bitwarden@domain.tld> \ -e SMTP_PORT=587 \ -e SMTP_SSL=true \ -e SMTP_USERNAME=<username> \ -e SMTP_PASSWORD=<password> \ -v /bw-data/:/data/ \ -p 8181:80 \ bitwardenrs/server:latest

*Originally created by @seantdavidson on 12/4/2020* So I just installed bitwardenrs on my server using docker. If I login to my bitwarden on the same machine I will still get an email saying that I have logged into a new machine. I am not sure if this has to do with my reverse proxy setup I am using or if there is an environment variable I am missing. I am using the LinuxServer.io Swag container for my Reverse Proxy. I would really like not to get an email each time I login. the IP it show in the email is my Router IP. `docker run -d --name bitwarden \ -e DOMAIN=https://bitwarden.example.com -e SIGNUPS_ALLOWED=false -e SMTP_HOST=<smtp.domain.tld> \ -e SMTP_FROM=<bitwarden@domain.tld> \ -e SMTP_PORT=587 \ -e SMTP_SSL=true \ -e SMTP_USERNAME=<username> \ -e SMTP_PASSWORD=<password> \ -v /bw-data/:/data/ \ -p 8181:80 \ bitwardenrs/server:latest`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#2692