BitWarden is my password manager of choice, I use it a lot. But one thing I find frustrating and honestly, nonsensical, is why it doesn’t support ports out of the box? I have a bunch of services on different ports and would hope BitWarden would recognise that, but it doesn’t? It’s not a huge thing as I can always search, but it’s one of those little niggly things.
I use Vaultwarden in Docker and I was able to change the port very easily. I’m not familiar with BitWarden’s own stack, but I can definitely recommend Vaultwarden.
Talking about the autofill. Though I’m a big fan of VaultWarden too.
Ohhh that makes sense.
You may want to look at setting the match detection. Setting the match detection to “host” should match on specified port numbers. https://bitwarden.com/help/uri-match-detection/#host
Tried that, it’s not working 😭
Edit: it’s working! 🎉
Tried that, it’s not working 😭
In addition to setting the host uri detection, you could put all your services behind a reverse proxy. Bitwarden would then easily detect the subdomain.
Reading one of the bugs on it, that was the route someone else took
Edit: got it working with hosts. Thank you!