2019-10-17 15:47:25 +02:00
# Harbor Documentation
This is the main table of contents for the Harbor documentation.
## Harbor Installation and Configuration
This section describes how to install Harbor and perform the required initial configurations. These day 1 operations are performed by the Harbor Administrator.
2019-11-01 17:02:37 +01:00
- [Harbor Installation and Configuration ](install_config/_index.md )
- [Installing Harbor ](install_config/installation/_index.md )
- [Test Harbor with the Demo Server ](install_config/installation/demo_server.md )
- [Harbor Installation Prerequisites ](install_config/installation/installation_prereqs.md )
- [Configure HTTPS Access to Harbor ](install_config/installation/configure_https.md )
- [Download the Harbor Installer ](install_config/installation/download_installer.md )
- [Configure the Harbor YML File ](install_config/installation/configure_yml_file.md )
- [Run the Installer Script ](install_config/installation/run_installer_script.md )
- [Troubleshooting Harbor Installation ](install_config/installation/troubleshoot_installation.md )
- [Post-Installation Configuration ](install_config/configuration/_index.md )
- [Reconfigure Harbor and Manage the Harbor Lifecycle ](install_config/configuration/reconfigure_manage_lifecycle.md )
- [Customize the Harbor Token Service ](install_config/configuration/customize_token_service.md )
- [Configure Notary Content Trust ](install_config/configuration/configure_notary_content_trust.md )
- [Initial Configuration in the Harbor UI ](install_config/configuration/initial_config_ui.md )
- [Configure Authentication ](install_config/configuration/configure_authentication.md )
- [Other General Settings ](install_config/configuration/general_settings.md )
2019-10-17 19:00:00 +02:00
2019-10-17 15:47:25 +02:00
## Harbor Administration
2019-10-17 16:59:01 +02:00
This section describes how to use and maintain Harbor after deployment. These day 2 operations are performed by the Harbor Administrator.
2019-10-17 15:47:25 +02:00
2019-11-01 17:02:37 +01:00
- [Harbor Administration ](administration/_index.md )
- [Manage Users ](administration/managing_users/_index.md )
- [Harbor Role Based Access Control (RBAC) ](administration/managing_users/configure_rbac.md )
- [User Permissions By Role ](administration/managing_users/user_permissions_by_role.md )
- [Configure Harbor User Settings at the Command Line ](administration/managing_users/configure_user_settings_cli.md )
- [Manage Roles by LDAP Group ](administration/managing_users/manage_role_by_ldap_group.md )
- [Configure Project Settings ](administration/configure_project_settings/_index.md )
- [Set Project Quotas ](administration/configure_project_settings/set_project_quotas.md )
- [Configuring Replication ](administration/configuring_replication/_index.md )
- [Create Replication Endpoints ](administration/configuring_replication/create_replication_endpoints.md )
- [Create Replication Rules ](administration/configuring_replication/create_replication_rules.md )
- [Manage Replications ](administration/configuring_replication/manage_replications.md )
- [Vulnerability Scanning with Clair ](administration/vulnerability_scanning/_index.md )
- [Scan an Individual Image ](administration/vulnerability_scanning/scan_individual_image.md )
- [Scan All Images ](administration/vulnerability_scanning/scan_all_images.md )
- [Schedule Scans ](administration/vulnerability_scanning/schedule_scans.md )
- [Import Vulnerability Data to an Offline Harbor instance ](administration/vulnerability_scanning/import_vulnerability_data.md )
- [Configure System-Wide CVE Whitelists ](administration/vulnerability_scanning/configire_system_whitelist.md )
- [Garbage Collection ](administration/garbage_collection/_index.md )
- [Upgrading Harbor ](administration/upgrade/_index.md )
- [Upgrade Harbor and Migrate Data ](administration/upgrade/upgrade_migrate_data.md )
- [Roll Back an Upgrade ](administration/upgrade/roll_back_upgrade.md )
- [Manage the Harbor Instance ](administration/manage_harbor/_index.md )
- [Access Harbor Logs ](administration/manage_harbor/access_logs.md )
2019-10-17 15:47:25 +02:00
## Working with Harbor Projects
This section describes how users with the developer, master, and project administrator roles manage and participate in Harbor projects.
2019-11-01 17:02:37 +01:00
- [Working with Harbor Projects ](working_with_projects/_index.md )
2019-11-01 17:10:24 +01:00
- [Project Creation ](working_with_projects/project_overview.md ))
2019-11-01 17:02:37 +01:00
- [Create a Project ](working_with_projects/create_projects.md )
- [Assign Users to a Project ](working_with_projects/add_users.md )
- [Project Configuration ](working_with_projects/project_configuration.md )
- [Access and Search Project Logs ](working_with_projects/access_project_logs.md )
- [Create Robot Accounts ](working_with_projects/create_robot_accounts.md )
- [Configure Webhook Notifications ](working_with_projects/configure_webhooks.md )
- [Configure a Per-Project CVE Whitelist ](working_with_projects/configure_project_whitelist.md )
- [Working with Images, Tags, and Helm Charts ](working_with_projects/working_with_images.md )
- [Pulling and Pushing Images ](working_with_projects/pulling_pushing_images.md )
- [Create Labels ](working_with_projects/create_labels.md )
- [Retag Images ](retagging_images.md )
- [Create Tag Retention Rules ](working_with_projects/create_tag_retention_rules.md )
- [Manage Kubernetes Packages with Helm Charts ](working_with_projects/managing_helm_charts.md )
2019-10-17 15:47:25 +02:00
## Build, Customize, and Contribute to Harbor
This section describes how developers can build from Harbor source code, customize their deployments, and contribute to the open-source Harbor project.
2019-11-01 16:16:11 +01:00
- [Build Harbor from Source Code ](build_customize_contribute/compile_guide.md )
- [Developing the Harbor Frontend ](build_customize_contribute/ui_contribution_get_started.md )
- [Customize the Harbor Look & Feel ](build_customize_contribute/customize_look_feel.md )
- [Developing for Internationalization ](build_customize_contribute/developer_guide_i18n.md )
- [Using Make ](build_customize_contribute/use_make.md )
- [View and test Harbor REST API via Swagger ](build_customize_contribute/configure_swagger.md )
- [Registry Landscape ](build_customize_contribute/registry_landscape.md )