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
- Host: GitHub
- URL: https://github.com/nmasse-itix/github-mirror
- Owner: nmasse-itix
- License: mit
- Created: 2020-05-14T10:55:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T09:16:08.000Z (over 3 years ago)
- Last Synced: 2025-02-12T11:16:18.395Z (4 months ago)
- Language: Go
- Size: 136 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 <