Code Monkey home page Code Monkey logo

docker-bitwarden-client's Introduction

Bitwarden Client

Bitwarden-cli client built from source for Alpine linux and Distroless.

Bitwarden is an open source password manager which can be used both with a SaaS License or by self hosting.
The CLI client can be used in CI/CD or by anyone who prefer to not use a Desktop or Web based password manager client.

Usage

Authentication can easily be done by using an API key created in the bitwarden web client, the CLI client uses the BW_CLIENTID and BW_CLIENTSECRET environment variables which can be used when in a non-interactive mode.

The image exposes the AUTO_LOGIN and AUTO_UNLOCK env variables, allowing you to automatically login and unlock vault on startup (via the entrypoint script).

docker run --rm -i -t -e BW_CLIENTID=abc123 -e BW_CLIENTSECRET=abc123 -e AUTO_LOGIN=true -e AUTO_UNLOCK=true jitesoft/bitwarden-client bw ...
# Alt
docker run --rm -i -t -e BW_CLIENTID=abc123 -e BW_CLIENTSECRET=abc123 -e jitesoft/bitwarden-client /bin/ash
 > bw login
 > bw unlock
 > bw ...

Dockerfile

Dockerfile and scripts can be found at GitLab or GitHub.

Image labels

This image follows the Jitesoft image label specification 1.0.0.

Signature

Cosign public key for this image can be found at https://jitesoft.com/cosign.pub.

Licenses

This repository is released under the MIT license.
Bitwarden cli source code is released under the GNU General Public License v3.0.

Check dependency graph for full dependencies and licensing of the bitwarden cli project.

Sponsors

Jitesoft images are built via GitLab CI on runners hosted by the following wonderful organisations:

Fosshost logo Aarch64 logo

The companies above are not affiliated with Jitesoft or any Jitesoft Projects directly.


Sponsoring is vital for the further development and maintaining of open source.
Questions and sponsoring queries can be made by email.
If you wish to sponsor our projects, reach out to the email above or visit any of the following sites:

Open Collective
GitHub Sponsors
Patreon

docker-bitwarden-client's People

Contributors

johannestegner avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.