• Mandatory authenticaion: login as Administrator, Settings -> Authentication -> Check "Authentication required", set "Autologin" as "disabled";

  • Hide Bitnami landing page: modify the of file $REDMINE_HOME/apache2/htdocs/index.html as:

    <!DOCTYPE ...>

    <body onLoad = "parent.location = 'http://123.124.236.183/redmine/'">
    
        Redirection ...
    
    </body>

Modify "parent.location" as your redmine location.

  • Modify Web UI font size: /opt/redmine-2.4.3-0/apps/redmine/htdocs/public/stylesheets/application.css, the 2nd line:

    body { ... font-size: ... }

Add Email Notification

Edit file: /opt/redmine-2.4.3-0/apps/redmine/htdocs/config/configuration.yml

# default configuration options for all environments

default:

  # Outgoing emails configuration (see examples above)

  email_delivery:

   delivery_method: :smtp

   smtp_settings:

     address: 123.124.236.199

     port: 25

     domain: boco.com.cn

     authentication: :login

     user_name: lichao1@boco.com.cn

     password: abaqus67

then restart services: /opt/redmine-2.4.3-0/ctlscript.sh restart

Change host path as Administrator: [Administration -> Settings -> General -> Host name and path: 123.../redmine]

Note there is no "http://" before the string and no "/" after it, too.

最新文章

  1. 【转】Fiddler的基本介绍
  2. JavaScript-分支语句与函数
  3. Git 中级用户的25个提示
  4. XAML特殊字符
  5. php数组使用小结
  6. PC-飞起来!我的Windows XP——五步快速优化Windows XP
  7. Git详解之二 Git基础
  8. Stack Overflow 上排名前十的与API相关的问题
  9. 《JavaScript+DOM编程艺术》的摘要(三)---图片库实例
  10. python数据类型——数字类型
  11. 深入解析OpenCart的代理类proxy
  12. nginx在代理转发地图瓦片数据中的应用
  13. ubuntu18.04LTS设置静态IP
  14. 闭包&amp;装饰器
  15. bzoj2091: [Poi2010]The Minima Game DP
  16. Jquery 组 checkbox全选checkbox
  17. 解码字符串 Decode String
  18. sizeof()与Marshal.SizeOf()的不同
  19. 高并发TCP连接数目问题
  20. iBatis的基本配置+CRUD操作

热门文章

  1. ansible 任务执行
  2. js实现页面下拉,区块(文字,图片等)左右淡入淡出效果
  3. 重新整理 .net core 实践篇————跨域问题四十一]
  4. Hibernate框架(四)缓存策略+lazy
  5. VisibleDeprecationWarning , Creating an ndarray from ragged nested sequences... 警告怎么办
  6. kong的管理UI选择-konga
  7. HMAC简介及HMAC-SHA256实现Demo
  8. LeetCode解题记录(贪心算法)(二)
  9. Twain Capabilities
  10. [刘阳Java]_Spring IoC原理_第2讲