Email

Various email settings.

Hostname used in private commit emails. Learn more

What's new

Configure What's new drawer and content.

Sign-in and Help page

Additional text for the sign-in and Help page. Learn more.

Markdown enabled.
Alternate support URL for Help page and Help dropdown.
Requests for pages at http://gitlab.local/help redirect to the URL. The destination must meet certain requirements. Learn more.

Pages

Size and domain settings for Pages static sites.

Set the maximum size of GitLab Pages per project (0 for unlimited). Learn more.
Configure Let's Encrypt

Let's Encrypt is a free, automated, and open certificate authority (CA) that issues digital certificates to enable HTTPS (SSL/TLS) for sites.

A Let's Encrypt account will be configured for this GitLab instance using this email address. You will receive emails to warn of expiring certificates. Learn more.

Polling interval multiplier

Adjust how frequently the GitLab UI polls for updates. Learn more.

Multiplier to apply to polling intervals. Decimal values are supported. Defaults to 1.

Gitaly timeouts

Configure Gitaly timeouts. Learn more.

Timeout for most Gitaly operations (in seconds).
Timeout for the fastest Gitaly operations (in seconds).
Timeout for moderately fast Gitaly operations (in seconds). Provide a value between Default timeout and Fast timeout.

Localization

Configure the default first day of the week and time tracking units.

Default first day of the week in calendars and date pickers. Learn more.

Sidekiq job size limits

Limit the size of Sidekiq jobs stored in Redis. Learn more.

How the job limiter handles jobs exceeding the thresholds specified below. The 'track' mode only logs the jobs. The 'compress' mode compresses the jobs and raises an exception if the compressed size exceeds the limit.
Threshold in bytes at which to compress Sidekiq job arguments.
Threshold in bytes at which to reject Sidekiq jobs. Set this to 0 to if you don't want to limit Sidekiq jobs.