Plugins Directory » Redmine Encrypt
|
Author: | Felipe Batista |
---|---|---|
Website: | https://framagit.org/lobster/redmine_encrypt | |
Code repository: | https://framagit.org/lobster/redmine_encrypt | |
Registered on: | 2018-08-31 (about 6 years ago) | |
Current version: | 2.0 | |
Compatible with: | Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x | |
User ratings: |
Protect attachment files with strong encryption.
License¶
GNU Affero General Public License version 3
Installation notes
Download redmine_encrypt plugin for Redmine
cd $REDMINE_ROOT git clone git@framagit.org:lobster/redmine_encrypt --branch 1.0-stable plugins/redmine_encrypt
You must generate your own 256-bit secret key, please keep it safe and private.
This plugin provides a command line tool to encode a passphrase of your choice as a secret key, please run:
plugins/redmine_encrypt/bin/keygen
Set server's environment variable REDMINE_ENCRYPT_SECRET_KEY with your secret key (Base64 encoded)
Install redmine_encrypt plugin for Redmine
bundle install --without development test bundle exec rake redmine:plugins RAILS_ENV=production
Changelog
2.0 (2019-03-27)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.
1.0 (2018-08-31)
Compatible with Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x.