Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stustanet/github-mirror
Gitlab to Github Mirror Service
https://github.com/stustanet/github-mirror
git git-mirror github github-mirror gitlab mirror
Last synced: 12 days ago
JSON representation
Gitlab to Github Mirror Service
- Host: GitHub
- URL: https://github.com/stustanet/github-mirror
- Owner: stustanet
- License: mit
- Created: 2018-04-15T20:45:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T22:12:08.000Z (over 4 years ago)
- Last Synced: 2023-03-06T05:19:33.869Z (almost 2 years ago)
- Topics: git, git-mirror, github, github-mirror, gitlab, mirror
- Language: Go
- Homepage: https://gitlab.stusta.de/stustanet/github-mirror
- Size: 16.6 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Mirror
A simple service mirroring all public repositories of one organization from Gitlab to the organization's Github account.
The service is meant to run on the same host as the Gitlab instance.## Installation
```sh
go get gitlab.stusta.de/stustanet/github-mirror
cp $GOPATH/src/gitlab.stusta.de/stustanet/github-mirror/etc/github-mirror.json.example /etc/github-mirror.json
```Then adjust the `/etc/github-mirror.json`.