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.

gitignore: add test and development databases

+2
+2
.gitignore
··· 1 1 .bundle 2 2 db/production/ 3 + db/development.sqlite3 4 + db/test.sqlite3 3 5 vendor/