mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #897] Support for Bitwarden CLI #637
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#637
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 (Mar 8, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/897
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 (Mar 8, 2020):
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 (Mar 8, 2020):
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