@(info: Option[Any])(implicit context: app.Context) @import context._ @import util.Directory._ @import view.helpers._ @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.



} }