All Projects → dani-garcia → Bitwarden_rs

dani-garcia / Bitwarden_rs

Licence: gpl-3.0
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs

Programming Languages

rust
11053 projects
Handlebars
879 projects
Dockerfile
14818 projects
Jinja
831 projects
shell
77523 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Bitwarden rs

gnome-pass-search-provider
Pass password manager search provider for gnome-shell
Stars: ✭ 52 (-99.59%)
Mutual labels:  bitwarden, vaultwarden
addon-bitwarden
Vaultwarden (Bitwarden) - Home Assistant Community Add-ons
Stars: ✭ 102 (-99.19%)
Mutual labels:  bitwarden, vaultwarden
auth-rs
Simple username/password authentication system for Rocket
Stars: ✭ 19 (-99.85%)
Mutual labels:  rocket
Chipyard
An Agile RISC-V SoC Design Framework with in-order cores, out-of-order cores, accelerators, and more
Stars: ✭ 436 (-96.52%)
Mutual labels:  rocket
BitwardenDecrypt
Decrypts an encrypted Bitwarden data.json file.
Stars: ✭ 90 (-99.28%)
Mutual labels:  bitwarden
RustyRockets
This repository contains a sample that I used to do an introduction talk about Building Web APIs with Rust and Rocket at the Rust Linz meetup.
Stars: ✭ 25 (-99.8%)
Mutual labels:  rocket
Portwarden
Create Encrypted Backups of Your Bitwarden Vault with Attachments
Stars: ✭ 274 (-97.81%)
Mutual labels:  bitwarden
help
The help website/knowledgebase (bitwarden.com/help).
Stars: ✭ 121 (-99.03%)
Mutual labels:  bitwarden
Server
The core infrastructure backend (API, database, Docker, etc).
Stars: ✭ 8,797 (-29.83%)
Mutual labels:  bitwarden
brand
Logos, icons, screenshots, and other media related to the Bitwarden brand.
Stars: ✭ 60 (-99.52%)
Mutual labels:  bitwarden
Chezmoi
Manage your dotfiles across multiple diverse machines, securely.
Stars: ✭ 5,590 (-55.41%)
Mutual labels:  bitwarden
kibou
Kibou is a lightweight federated social networking server written in Rust. This is only a mirror! The real repository is on https://git.cybre.club/kibouproject/kibou
Stars: ✭ 41 (-99.67%)
Mutual labels:  rocket
rocket-auth-login
Authentication and login processing for Rust's Rocket web framework. Demonstrates a working example of how to authenticate users and process login as well as how to handle logging out.
Stars: ✭ 52 (-99.59%)
Mutual labels:  rocket
Ue4 Binary Builder
An application designed to create installed Unreal Engine builds (aka Rocket builds) from Unreal Engine GitHub source.
Stars: ✭ 292 (-97.67%)
Mutual labels:  rocket
JRCLUST
JRCLUST
Stars: ✭ 32 (-99.74%)
Mutual labels:  rocket
Rubywarden
An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)
Stars: ✭ 587 (-95.32%)
Mutual labels:  bitwarden
docs
Bitwarden application and API documentation.
Stars: ✭ 66 (-99.47%)
Mutual labels:  bitwarden
rocketchat-gitlab-hook
Add GitLab notifications via a new WebHook in Rocket.Chat
Stars: ✭ 80 (-99.36%)
Mutual labels:  rocket
dockerized
🐳 Build once, run anywhere
Stars: ✭ 70 (-99.44%)
Mutual labels:  bitwarden
Rocket
NetDisk in command line.
Stars: ✭ 40 (-99.68%)
Mutual labels:  rocket

Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.

📢 Note: This project was known as Bitwarden_RS and has been renamed to separate itself from the official Bitwarden server in the hopes of avoiding confusion and trademark/branding issues. Please see #1642 for more explanation.


Docker Pulls Dependency Status GitHub Release GPL-3.0 Licensed Matrix Chat

Image is based on Rust implementation of Bitwarden API.

This project is not associated with the Bitwarden project nor 8bit Solutions LLC.

⚠️IMPORTANT⚠️: When using this server, please report any bugs or suggestions to us directly (look at the bottom of this page for ways to get in touch), regardless of whatever clients you are using (mobile, desktop, browser...). DO NOT use the official support channels.


Features

Basically full implementation of Bitwarden API is provided including:

  • Organizations support
  • Attachments
  • Vault API support
  • Serving the static files for Vault interface
  • Website icons API
  • Authenticator and U2F support
  • YubiKey and Duo support

Installation

Pull the docker image and mount a volume from the host for persistent storage:

docker pull vaultwarden/server:latest
docker run -d --name vaultwarden -v /vw-data/:/data/ -p 80:80 vaultwarden/server:latest

This will preserve any persistent data under /vw-data/, you can adapt the path to whatever suits you.

IMPORTANT: Some web browsers, like Chrome, disallow the use of Web Crypto APIs in insecure contexts. In this case, you might get an error like Cannot read property 'importKey'. To solve this problem, you need to access the web vault from HTTPS.

This can be configured in vaultwarden directly or using a third-party reverse proxy (some examples).

If you have an available domain name, you can get HTTPS certificates with Let's Encrypt, or you can generate self-signed certificates with utilities like mkcert. Some proxies automatically do this step, like Caddy (see examples linked above).

Usage

See the vaultwarden wiki for more information on how to configure and run the vaultwarden server.

Get in touch

To ask a question, offer suggestions or new features or to get help configuring or installing the software, please use the forum.

If you spot any bugs or crashes with vaultwarden itself, please create an issue. Make sure there aren't any similar issues open, though!

If you prefer to chat, we're usually hanging around at #vaultwarden:matrix.org room on Matrix. Feel free to join us!

Sponsors

Thanks for your contribution to the project!

netdadaltd
netDada Ltd.

Chono N
Chris Alfano
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].