An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

README: this isn't really a work in progress anymore

+7 -4
+7 -4
README.md
··· 1 - *(Note: This is still a work in progress. 2 - This project is not associated with the 1 + *(This project is not associated with the 3 2 [Bitwarden](https://bitwarden.com/) 4 3 project nor 8bit Solutions LLC.)* 5 4 ··· 61 60 requires interacting with the plaintext password, which the web API will never 62 61 do). 63 62 64 - env RACK_ENV=production bundle exec ruby tools/change_master_password.rb -u you@example.com 63 + ``` 64 + env RACK_ENV=production bundle exec ruby tools/change_master_password.rb -u you@example.com 65 + ``` 65 66 66 67 ### 1Password Conversion 67 68 ··· 71 72 Once you have created your initial user account through `bitwarden-ruby`, run 72 73 the conversion tool with your account e-mail address: 73 74 74 - env RACK_ENV=production bundle exec ruby tools/1password_import.rb -f /path/to/data.1pif -u you@example.com 75 + ``` 76 + env RACK_ENV=production bundle exec ruby tools/1password_import.rb -f /path/to/data.1pif -u you@example.com 77 + ``` 75 78 76 79 It will prompt you for the master password you already created, and then 77 80 convert and import as many items as it can.