I’ve discovered today that my self-hosted instance of bitwarden is running on 2 of my domains.
I configured a dynamic DNS on my cPanel for use with Bitwarden but I had quite a few problems getting everything working.
So I started from scratch with a new dynamic DNS and a new install of Ubuntu and then a new install of Bitwarden.
Somehow on my current configuration, both domains are serving Bitwarden. One, the first one has a warning that it’s not a secure site.
This one is: https://workshop.glenspcservice.com:8443
The working install, the one that I’m using and have been using with the working certificate is: https://bitwarden.glenspcservice.com:8443
My guess is this is why I’m seeing multiple nginx docker containers running:
0e82276b73c5 bitwarden/nginx:2023.1.0 “/entrypoint.sh” 8 days ago Up 6 days (healthy) 0.0.0.0:8080->8080/tcp, :::8080->8080/tcp, 80/tcp, 0.0.0.0:8443->8443/tcp, :::8443->8443/tcp bitwarden-nginx
720054d745de bitwarden/admin:2023.1.0
I need to make https://workshop.glenspcservice.com:8443 disappear or go away. Is this possible without trashing the working Bitwarden install? I feel like I was really lucky to get it working.
Thanks in advance.