@@ -150,98 +150,24 @@ Manage your [repositories](user/project/repository/index.md) from the UI (user i
## Administrator documentation
Learn how to administer your GitLab instance. Regular users don't
have access to GitLab administration tools and settings.
### Install, update, upgrade, migrate
-[Install](install/README.md): Requirements, directory structures and installation from source.
-[Mattermost](https://docs.gitlab.com/omnibus/gitlab-mattermost/): Integrate [Mattermost](https://about.mattermost.com/) with your GitLab installation.
-[Migrate GitLab CI to CE/EE](migrate_ci_to_ce/README.md): If you have an old GitLab installation (older than 8.0), follow this guide to migrate your existing GitLab CI data to GitLab CE/EE.
-[Restart GitLab](administration/restart_gitlab.md): Learn how to restart GitLab and its components.
-[Update](update/README.md): Update guides to upgrade your installation.
-[Upload your GitLab License](user/admin_area/license.md) Upload the license you purchased for GitLab Enterprise Edition to unlock its features.
### User permissions
-[Access restrictions](user/admin_area/settings/visibility_and_access_controls.md#enabled-git-access-protocols): Define which Git access protocols can be used to talk to GitLab
-[Authentication/Authorization](topics/authentication/index.md#gitlab-administrators): Enforce 2FA, configure external authentication with LDAP, SAML, CAS and additional Omniauth providers.
-[High Availability](administration/high_availability/README.md): Configure multiple servers for scaling or high availability.
-[User cohorts](user/admin_area/user_cohorts.md): View user activity over time.
-[Web terminals](administration/integration/terminal.md): Provide terminal access to environments from within GitLab.
-**(EES/EEP)**[Audit logs and events](administration/audit_events.md): View the changes made within the GitLab server.
-**(EES/EEP)**[Elasticsearch](integration/elasticsearch.md): Enable Elasticsearch which powers GitLab's Advanced Global Search. Useful when you deal with a huge amount of data.
-**(EES/EEP)**[Email users](tools/email.md): Email GitLab users from within GitLab.
-**(EES/EEP)**[Limit project size](user/admin_area/settings/account_and_limit_settings.md): Set a hard limit for your repositories' size.
-**(EEP)**[Auditor users](administration/auditor_users.md): Users with read-only access to all projects, groups, and other resources on the GitLab instance.
-**(EEP)**[GitLab GEO](gitlab-geo/README.md): Replicate your GitLab instance to other geographical locations as a read-only fully operational version.
-**(EEP)**[Pivotal Tile](install/pivotal/index.md): Deploy GitLab as a pre-configured appliance using Ops Manager (BOSH) for Pivotal Cloud Foundry.
-**(EES/EEP)**[Database load balancing](administration/database_load_balancing.md): Distribute database queries among multiple database servers.
-**(EES/EEP)**[Omnibus support for external MySQL DB](https://docs.gitlab.com/omnibus/settings/database.html#using-a-mysql-database-management-server-enterprise-edition-only): Omnibus package supports configuring an external MySQL database.
-**(EES/EEP)**[Omnibus support for log forwarding](https://docs.gitlab.com/omnibus/settings/logs.html#udp-log-shipping-gitlab-enterprise-edition-only)
- GitLab CI
-[CI admin settings](user/admin_area/settings/continuous_integration.md): Define max artifacts size and expiration time.
[Administration documentation](administration/index.md) applies to admin users of GitLab
self-hosted instances:
### Integrations
-[Integrations](integration/README.md): How to integrate with systems such as JIRA, Redmine, Twitter.
-[Mattermost](user/project/integrations/mattermost.md): Set up GitLab with Mattermost.
-**(EES/EEP)**[Jenkins](integration/jenkins.md): Set up GitLab with Jenkins.
### Monitoring
-[GitLab performance monitoring with InfluxDB](administration/monitoring/performance/introduction.md): Configure GitLab and InfluxDB for measuring performance metrics.
-[GitLab performance monitoring with Prometheus](administration/monitoring/prometheus/index.md): Configure GitLab and Prometheus for measuring performance metrics.
-[Monitoring uptime](user/admin_area/monitoring/health_check.md): Check the server status using the health check endpoint.
-[Adjust your instance's timezone](workflow/timezone.md): Customize the default time zone of GitLab.
-[Environment variables](administration/environment_variables.md): Supported environment variables that can be used to override their defaults values in order to configure GitLab.
-[Header logo](customization/branded_page_and_email_header.md): Change the logo on the overall page and email header.
-[Issue closing pattern](administration/issue_closing_pattern.md): Customize how to close an issue from commit messages.
-[Libravatar](customization/libravatar.md): Use Libravatar instead of Gravatar for user avatars.
-[Welcome message](customization/welcome_message.md): Add a custom welcome message to the sign-in page.
-[New project page](customization/new_project_page.md): Customize the new project page.
### Admin tools
-[Gitaly](administration/gitaly/index.md): Configuring Gitaly, GitLab's Git repository storage service
-[Raketasks](raketasks/README.md): Backups, maintenance, automatic webhook setup and the importing of projects.
-[Backup and restore](raketasks/backup_restore.md): Backup and restore your GitLab instance.
-[Reply by email](administration/reply_by_email.md): Allow users to comment on issues and merge requests by replying to notification emails.