October 25, 20232 yr Hi all, I have configured vaultwarden docker and I use it without any problem via my personal domain, through cloudflare and Nginx docker. My need is to not expose this service on the internet but I want to access it with my vpn already set up and working. Vaultwarden is problematic because it wants an SSL connection to work, which is why the domain is required! There are many guides about it but I can't figure it out. What do you recommend? Thank you
October 25, 20232 yr Hi, you would need something to manage DNS somehow. I am not using Vaultwarden, but havin the same requirement. Besides blocking Ads I am using AdGuard for DNS management as well. So your setup could look something like this: Adguard Docker: 192.168.1.100 => DNS rewrite *.home.lan 192.168.1.101 Nginx: 192.168.1.101 => vaultwarden.home.lan 192.168.1.102 Vaultwarden: 192.168.1.102 DNS Server of VPN Client: 192.168.1.100
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.