{% extends "base.html" %} {% block title %}Add Repository - GitHub to Gitea Mirror{% endblock %} {% block content %}

Add Repository

Repository Information
Enter the GitHub repository in the format owner/repo or the full URL
Enter the Gitea owner username
Enter the Gitea repository name
{% if show_force_recreate %}
Repository Already Exists

The repository {{ gitea_owner }}/{{ gitea_repo }} already exists in Gitea but is not configured as a mirror.

Since the repository is empty, you can force recreate it as a mirror by checking the option below.

Force Recreate as Mirror
This will delete the existing repository and recreate it as a mirror.
{% endif %}
Mirroring Options
All options are disabled by default for safety. Enable only what you need.
Mirror Metadata
Enable mirroring of metadata (issues, PRs, labels, etc.) from GitHub to Gitea
Metadata Components
Mirror Issues
Mirror Pull Requests
Mirror Labels
Mirror Milestones
Mirror Wiki
Mirror Releases
Enable mirroring of releases from GitHub to Gitea
{% endblock %} {% block scripts %} {% endblock %}