文件名称:用Ruby编写的非官方的,主要与Bitwarden兼容的API服务器(Sinatra和ActiveRecord)-Ruby开发
文件大小:72KB
文件格式:ZIP
更新时间:2024-06-16 05:23:36
Ruby API Builder
(注意:这仍在进行中。此项目与Bitwarden项目或8bit Solutions LLC无关。)bitwarden-ruby用Ruby和Sinatra编写的小型自包含API服务器,用于提供私有支持。与Bitwarden项目或8bit Solutions LLC无关。 请勿与Bitwarden联系以获取有关使用此后端服务器的支持(或至少要清楚地表明您正在使用第三方后端服务器)。 Rubywarden用Ruby和Sinatra编写的小型独立API服务器,用于为开源Bitwarden应用程序提供私有后端。 数据所有数据都存储在本地SQLite数据库中。 这意味着您可以轻松地在本地运行服务器并拥有
【文件预览】:
rubywarden-master
----config.ru(1010B)
----db()
--------config.yml(278B)
--------.gitkeep(0B)
--------migrate()
----lib()
--------rubywarden.rb(2KB)
--------bitwarden.rb(8KB)
--------helpers()
--------device.rb(2KB)
--------attachment.rb(1KB)
--------helper.rb(1KB)
--------dbmodel.rb(970B)
--------user.rb(4KB)
--------db.rb(1KB)
--------app.rb(3KB)
--------folder.rb(1KB)
--------cipher.rb(4KB)
--------routes()
----Gemfile(465B)
----spec()
--------bitwarden_importer_spec.rb(2KB)
--------db_spec.rb(868B)
--------user_spec.rb(3KB)
--------identity_spec.rb(7KB)
--------fixtures()
--------attachment_spec.rb(3KB)
--------icon_spec.rb(334B)
--------spec_helper.rb(1KB)
--------cipher_spec.rb(8KB)
--------support()
--------folder_spec.rb(3KB)
--------cipherstring_spec.rb(3KB)
----Rakefile(291B)
----LICENSE(746B)
----tools()
--------activate_totp.rb(3KB)
--------mitm.rb(4KB)
--------keepass_import.rb(5KB)
--------chrome_import.rb(4KB)
--------lastpass_import.rb(4KB)
--------bitwarden_import.rb(5KB)
--------1password_import.rb(7KB)
--------change_master_password.rb(3KB)
----README.md(10KB)
----API.md(24KB)
----Gemfile.lock(2KB)
----.gitignore(70B)