An open API service indexing awesome lists of open source software.

https://github.com/nmasse-itix/github-mirror

GitHub Repository mirroring for Gitea
https://github.com/nmasse-itix/github-mirror

Last synced: 2 months ago
JSON representation

GitHub Repository mirroring for Gitea

Awesome Lists containing this project

README

        

# GitHub Repository mirroring for Gitea

## Context

Gitea is a nice alternative to GitHub, easy to setup.
When using it as a mirror from GitHub, you might want all repositories created in GitHub to appear automatically in Gitea.

## Compilation

```sh
go build -o github-mirror
```

## Pre-requisites

* Generate a [GitHub Personal Access Token](https://github.com/settings/tokens)
* Generate a Gitea Access Token from `https://GITEA_SERVER/user/settings/applications`

## Usage

```sh
cat > config.yaml <