Skip to content

Is a plugin for project management system Redmine. Allows you to store various passwords/keys in one place for the project.

Notifications You must be signed in to change notification settings

rafaelios/vault

This branch is 1 commit behind noshutdown-ru/vault:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

88c61bc · May 10, 2021

History

56 Commits
May 10, 2021
Dec 22, 2019
May 10, 2021
Feb 10, 2019
Feb 10, 2019
May 10, 2021
Oct 4, 2016
Jan 4, 2020
May 10, 2021
May 10, 2021
May 10, 2021
May 10, 2021
May 10, 2021

Repository files navigation

Vault

Is a plugin for project management system Redmine. Allows you to store various passwords/keys in one place for the project.

About

https://noshutdown.ru/en/redmine-plugins-vault/#about

Installation

# cd redmine/plugins 
# git clone https://github.com/noshutdown-ru/vault
# cd ../
# bundle install --without development test
# rake redmine:plugins:migrate RAILS_ENV=production
  • For Redmine older version 4.2 Rails.application.config.assets.precompile += %w( zeroclipboard.js ) to config/initializers/assets.rb and restart your server.

  • After installing a plugin, open the settings ( http://*/settings/plugin/vault ) and enter encryption key in the Encryption key field.

  • Or use encryption Redmine Encryption, to do this, add the encryption key to a file ( config/configuration.yml ), for example ( database_cipher_key: HediddAwkAbCunnoashtAlEcBuobdids ) and check the box on the Use Redmine Encryption.

Read more: https://noshutdown.ru/en/redmine-plugins-vault/#install

Screenshots

https://noshutdown.ru/en/redmine-plugins-vault/#screens

Releases

https://noshutdown.ru/en/redmine-plugins-vault/#releases

About

Is a plugin for project management system Redmine. Allows you to store various passwords/keys in one place for the project.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 66.8%
  • HTML 30.0%
  • CSS 1.9%
  • JavaScript 1.3%