hello all
i’ve been using Bitwarden/Vaultwarden for a little over a year now. (i’m still a Docker/self-hosting n00b)
in January i seem to have lost the ability to login/sync my vault with my server. i didn’t realize this as i mainly use the iOS app & haven’t been forced to log out but recently tried to log into the Mac app & was unable to. when trying to access via the local website i’m greeted with ERR_CONNECTION_REFUSED in the Brave/Chrome browser.
i don’t believe anything has changed in my config. here is my docker-compose.yaml:
bw:
image: vaultwarden/server
container_name: bitwarden
volumes:
- './bitwarden_rs/data:/data'
environment:
- SIGNUPS_ALLOWED=false
- SMTP_HOST=smtp.gmail.com
- SMTP_FROM=*****
- SMTP_PORT=587
- SMTP_SSL=true
- SMTP_USERNAME=*****
- SMTP_PASSWORD=*****
- WEBSOCKET_ENABLED=true
restart: always
i believe everything is starting up & running fine in the docker container but i’m unable to find any logs. (n00b)
if i run docker-compose up bw
from the cli, i get the following:
Starting bitwarden ... done
Attaching to bitwarden
bitwarden | /--------------------------------------------------------------------\
bitwarden | | Starting Vaultwarden |
bitwarden | | Version 1.27.0 |
bitwarden | |--------------------------------------------------------------------|
bitwarden | | This is an *unofficial* Bitwarden implementation, DO NOT use the |
bitwarden | | official channels to report bugs/features, regardless of client. |
bitwarden | | Send usage/configuration questions or feature requests to: |
bitwarden | | https://vaultwarden.discourse.group/ |
bitwarden | | Report suspected bugs/issues in the software itself at: |
bitwarden | | https://github.com/dani-garcia/vaultwarden/issues/new |
bitwarden | \--------------------------------------------------------------------/
bitwarden |
bitwarden | [INFO] No .env file found.
bitwarden |
bitwarden | [2023-03-05 21:18:37.630][vaultwarden::api::notifications][INFO] Starting WebSockets server on 0.0.0.0:3012
bitwarden | [2023-03-05 21:18:37.631][start][INFO] Rocket has launched from http://0.0.0.0:80
and then nothing…
any suggestions?
thank you!
Edit: i should note that i was previously able to access my Vaultwarden instance through DuckDNS but am no longer able to access it externally or internally. DuckDNS still seems to be working fine as i can still access other services.