[SOLVED] How to access Vaultwarden from local

Hello to everyone,

I’m very happy whit Vaultwarden and I’m running the latest 1.37.1 version. This is installed as a container on my Synology NAS and I can access it using the DDNS service provided by Synology. But I have this situation:

I can access the VW from the domain set from the Synology DDNS service but if I try locally to access this app at http://[local_ip]:[port] then a Vaultwarden message is shown: “You are not using a secure context with is required for Subtle Crypto API. You need to enable HTTPS!”. So if I use https instead, then the browser shows nothing (I cannot open this page ?!?).

By the way, on the Synology reverse-proxy I have redirect the https://vault.synologyddns.com (is an example) to http://localhost:[port]. Also in Vaultwarden admin / General Settings the “Domain URL” and Read-Only Config / Domain origins, both shows the https://vault.synologyddns.com link.

I’m a noob and would also know how to access locally the VW not only from the DDNS domain.

Pls let me know any suggestion.

Enrico


Hi, well this was easy… if I need to access Admin locally I had to type on browser this:

http://[localip]:[port]/admin

And the Vaultwarden admin showed up, then I did enter the admin token to log in successfully.