My last router died and I had to get a new one last week, but then I had to set up all the port forwarding again on the new router. This is where I am having the problem. I have the following ports currently forwarded I have HA Core OS and I am running Duckdns with lets encrypt. This current ports allow me to access HA with the outside URL https://xxxx.duckdns.org:8132 but it will not allow me to access the Bitwarden Admin Link : httos://xxxx.duckdns.org:7277/admin
What ports do i need to set up to allow this to happen. I have been all through the documentation and watched many videos but I cannot remember or find what port to set up?
I use bitwarden as a standalone docker container so am unsure on the home assistant setup but I think home assistant uses Bitwarden RS which has now been renamed to vaultwarden. The docker install instructions are on this link vaultwarden and it says it uses port 80 which I’ve double-checked with mine and that seems accurate.
As I was typing this, I see the home assistant documentation says port 7277, so it seems you’re right.
I’m not sure how you have your home assistant setup but if you can SSH in, you can do ‘sudo docker ps’ which will list all the running docker containers and the ports they are running on.
I have all of those ports and it is not working. I also tried Port Triggering, exposing all of those same ports in port triggering but it still does not work. Here is my full setup that worked on my old router but not on the new one.
Hass Io Core
Exposed to the internet with Duckdns and Lets Encrypt
Nginix addon
Vaultwarden
Open Ports
443, 8123, 80, and 7277
I did try reloading a previous backup so we will see how that goes but I don’t have much hope.