|
|
6 лет назад | |
|---|---|---|
| migrations | 7 лет назад | |
| src | 6 лет назад | |
| .dockerignore | 7 лет назад | |
| .env.template | 6 лет назад | |
| .gitignore | 6 лет назад | |
| .travis.yml | 7 лет назад | |
| Cargo.lock | 6 лет назад | |
| Cargo.toml | 6 лет назад | |
| Dockerfile | 6 лет назад | |
| Dockerfile.aarch64 | 6 лет назад | |
| Dockerfile.alpine | 6 лет назад | |
| Dockerfile.armv7 | 6 лет назад | |
| LICENSE.txt | 7 лет назад | |
| README.md | 6 лет назад | |
| Rocket.toml | 7 лет назад | |
| build.rs | 6 лет назад | |
| diesel.toml | 7 лет назад | |
| rust-toolchain | 7 лет назад | |
| rustfmt.toml | 6 лет назад |
Image is based on Rust implementation of Bitwarden API.
*Note, that this project is not associated with the Bitwarden project nor 8bit Solutions LLC.
Basically full implementation of Bitwarden API is provided including:
Pull the docker image and mount a volume from the host for persistent storage:
docker pull mprasil/bitwarden:latest
docker run -d --name bitwarden -v /bw-data/:/data/ -p 80:80 mprasil/bitwarden:latest
This will preserve any persistent data under /bw-data/, you can adapt the path to whatever suits you.
See the bitwarden_rs wiki for more information on how to configure and run the bitwarden_rs server.
To ask an question, raising an issue is fine, also please report any bugs spotted here.
If you prefer to chat, we're usually hanging around at #bitwarden_rs:matrix.org room on Matrix. Feel free to join us!