mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
Support for Bitwarden CLI #1777
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yodaphone on GitHub.
Does bitwarden_rs support bitwarden cli?
saw these projects & thought it might be useful to try
https://github.com/joaojacome/bitwarden-ssh-agent
https://github.com/ewjoachim/bitwarden-keyring
when i did try the ssh agent, i get this error.
request to https://bitwarden.domain.com/api/accounts/prelogin failed, reason: connect ECONNREFUSED 192.168.10.74:443my bw_rs is running on port 8088. no ssl & i access it using a Caddy reverse proxy
@fbartels commented on GitHub:
Hi @yodaphone,
i have no problems here working with the official cli. I think you only need to correct the url in the settings.
@yodaphone commented on GitHub:
thanks. it works if i use the internal URL of http://192.168.10.74:8088 , but doesnt go thro if i go thro the caddy proxy https://192.168.10.74
thanks