# Deploy Gerrit with Easypanel

URL: /templates/gerrit

Gerrit is a web-based code review tool that integrates with Git. It provides a framework for reviewing code changes before they are merged into the codebase, making it an essential tool for collaborative software development.

## Benefits

### Code Review

Streamlined code review process with inline comments.

### Git Integration

Seamless integration with Git repositories.

### Access Control

Fine-grained access control for projects and branches.

### Collaboration

Enhanced team collaboration through code review.

## Features

### Web Interface

User-friendly web interface for code review.

### SSH Access

Secure SSH access for Git operations.

### Project Management

Built-in project and repository management.

### Plugin System

Extensible through a rich plugin ecosystem.

## Configuration

- `appServiceName` (App Service Name, required): gerrit

- `appServiceImage` (Gerrit Image, required): gerritcodereview/gerrit:3.13.6

## Services

- gerrit: app (gerritcodereview/gerrit:3.13.6)

## Resources

- [Website](https://www.gerritcodereview.com/)

- [Documentation](https://gerrit-documentation.storage.googleapis.com/Documentation/3.7.1/index.html)

- [GitHub](https://github.com/GerritCodeReview/gerrit)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/gerrit)