freebsd-ports/security/ruby-bitwarden/pkg-plist
Michael Reifenberger 61f46537a3 Add rubywarden (formerly known as bitwarden-ruby)
a small, self-contained API server written in Ruby and Sinatra to provide a private backend for the open-source Bitwarden apps.
This port follows the bitwarden-ruby port which was created and maintained by feld@ but doesnt try to manage all ruby dependencies.
2019-03-10 13:07:06 +00:00

56 lines
1.9 KiB
Text

%%WWWDIR%%/.gitignore
%%WWWDIR%%/API.md
%%WWWDIR%%/AR-MIGRATE.md
%%WWWDIR%%/Gemfile
%%WWWDIR%%/Gemfile.lock
%%WWWDIR%%/LICENSE
%%WWWDIR%%/README.md
%%WWWDIR%%/Rakefile
%%WWWDIR%%/config.ru
%%WWWDIR%%/db/.gitkeep
%%WWWDIR%%/db/config.yml
%%WWWDIR%%/db/migrate/201803%%RUBY_SUFFIX%%145941_create_users.rb
%%WWWDIR%%/db/migrate/201803%%RUBY_SUFFIX%%151103_create_devices.rb
%%WWWDIR%%/db/migrate/201803%%RUBY_SUFFIX%%151113_create_folders.rb
%%WWWDIR%%/db/migrate/201803%%RUBY_SUFFIX%%151117_create_ciphers.rb
%%WWWDIR%%/db/migrate/20180518070354_set_default_value_for_favorite.rb
%%WWWDIR%%/db/migrate/20180818095054_create_attachments.rb
%%WWWDIR%%/db/migrate/20180818201731_user_kdf_iterations.rb
%%WWWDIR%%/db/migrate/20180818212323_add_user_kdf_type.rb
%%WWWDIR%%/lib/app.rb
%%WWWDIR%%/lib/attachment.rb
%%WWWDIR%%/lib/bitwarden.rb
%%WWWDIR%%/lib/cipher.rb
%%WWWDIR%%/lib/db.rb
%%WWWDIR%%/lib/dbmodel.rb
%%WWWDIR%%/lib/device.rb
%%WWWDIR%%/lib/folder.rb
%%WWWDIR%%/lib/helper.rb
%%WWWDIR%%/lib/helpers/attachment_helpers.rb
%%WWWDIR%%/lib/helpers/request_helpers.rb
%%WWWDIR%%/lib/routes/api.rb
%%WWWDIR%%/lib/routes/attachments.rb
%%WWWDIR%%/lib/routes/icons.rb
%%WWWDIR%%/lib/routes/identity.rb
%%WWWDIR%%/lib/rubywarden.rb
%%WWWDIR%%/lib/user.rb
%%WWWDIR%%/spec/attachment_spec.rb
%%WWWDIR%%/spec/bitwarden_importer_spec.rb
%%WWWDIR%%/spec/cipher_spec.rb
%%WWWDIR%%/spec/cipherstring_spec.rb
%%WWWDIR%%/spec/db_spec.rb
%%WWWDIR%%/spec/fixtures/bitwarden_export.csv
%%WWWDIR%%/spec/folder_spec.rb
%%WWWDIR%%/spec/icon_spec.rb
%%WWWDIR%%/spec/identity_spec.rb
%%WWWDIR%%/spec/spec_helper.rb
%%WWWDIR%%/spec/user_spec.rb
%%WWWDIR%%/tools/1password_import.rb
%%WWWDIR%%/tools/activate_totp.rb
%%WWWDIR%%/tools/bitwarden_import.rb
%%WWWDIR%%/tools/change_master_password.rb
%%WWWDIR%%/tools/keepass_import.rb
%%WWWDIR%%/tools/lastpass_import.rb
%%WWWDIR%%/tools/migrate_to_ar.rb
%%WWWDIR%%/tools/mitm.rb
@dir(www,www,0750) %%WWWDIR%%/db