插件目录 » Redmine Encrypt
|
作者 | Felipe Batista |
---|---|---|
网站 | https://framagit.org/lobster/redmine_encrypt | |
代码仓库 | https://framagit.org/lobster/redmine_encrypt | |
注册于 | 2018-08-31 (几乎6年前) | |
当前版本 | 2.0 | |
兼容 | Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x | |
用户评分 |
安装说明
下载 Redmine 加密插件
cd $REDMINE_ROOT git clone [email protected]:lobster/redmine_encrypt --branch 1.0-stable plugins/redmine_encrypt
您必须生成自己的 256 位密钥,请妥善保管。
此插件提供命令行工具以将您选择的密码短语编码为密钥,请运行
plugins/redmine_encrypt/bin/keygen
将服务器的环境变量 REDMINE_ENCRYPT_SECRET_KEY 设置为您的密钥(Base64 编码)
安装 Redmine 加密插件
bundle install --without development test bundle exec rake redmine:plugins RAILS_ENV=production
变更日志
2.0 (2019-03-27)
兼容 Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x。
1.0 (2018-08-31)
兼容 Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x。