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.

Fix typo (#75)

authored by

Boik and committed by
joshua stein
8ff61de5 1ba11741

+1 -1
+1 -1
README.md
··· 85 85 86 86 Run any database migrations: 87 87 88 - sudo -u _rubywarden env BITWARDEN_ENV=production bundle exec rake db:migrate 88 + sudo -u _rubywarden env RUBYWARDEN_ENV=production bundle exec rake db:migrate 89 89 90 90 Restart your Rubywarden instance (via Rack, Unicorn, or however you have 91 91 deployed it).