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: ignore all of db/production/

+1 -2
+1 -2
.gitignore
··· 1 1 .bundle 2 - db/*.sqlite3 3 - db/jwt-rsa.key 2 + db/production/ 4 3 vendor/