Sign inSign up

merijntjetak/rbw

By merijntjetak

•Updated about 1 year ago

rbw Unofficial Bitwarden Client

Image
0

323

merijntjetak/rbw repository overview

Link to GitHub repository⁠

⁠Docker image for rbw Unofficial Bitwarden Client

This repo provides for running rbw from a Docker container.

⁠tl;dr

⁠Installation
  1. Clone repository

    git clone [email protected]:mtak/docker-rbw.git
    
  2. Add bin/ directory to PATH, and persist to .bashrc (or whatever your shell prefers)

    PATH="~/dev/docker-rbw/bin:$PATH"
    cat <<EOF >>~/.bashrc
    export PATH="~/dev/docker-rbw/bin:$PATH"
    EOF
    
  3. Setup the agent, and follow the instructions

    rbw-setup.sh
    
⁠Usage
  1. Start the agent. The agent will run in the background and cache your session

    rbw-agent
    
  2. Use rbw like you normally would

    rbw ls
    

Tag summary

Content type

Image

Digest

sha256:a51e8cd71…

Size

21.6 MB

Last updated

about 1 year ago

docker pull merijntjetak/rbw