@(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
Property Value
GITBUCKET_HOME @GitBucketHome
DATABASE_URL @gitbucket.core.util.DatabaseConfig.url

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.








Both of SSH host and Base URL are required if SSH access is enabled.




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

} }