@(info: Option[Any])(implicit context: gitbucket.core.controller.Context) @import context._ @import gitbucket.core.view.helpers._ @import gitbucket.core.util.Directory._ @html.main("System Settings"){ @menu("system"){ @helper.html.information(info)
System Settings
@GitBucketHome

The base URL is used for redirect, notification email, git repository URL box and more. If the base URL is empty, GitBucket generates URL from request information. You can use this property to adjust URL difference between the reverse proxy and GitBucket.








Base URL is required if SSH access is enabled.




Enable notification not only SMTP configuration if you want to send notification email.

} }