1
1
mirror of https://github.com/cooperspencer/gickup synced 2024-09-18 23:01:35 +02:00
gickup/README.md

48 lines
1.3 KiB
Markdown
Raw Normal View History

[![Build and Publish](https://github.com/cooperspencer/gickup/actions/workflows/docker.yml/badge.svg)](https://github.com/cooperspencer/gickup/actions/workflows/docker.yml)
2021-05-30 23:04:17 +02:00
# GICKUP
You can clone/mirror repositories from:
- Github
- Gitlab
- Gitea
- Gogs
2021-06-01 21:47:48 +02:00
- Bitbucket
2021-05-30 23:04:17 +02:00
You can clone/mirror them to:
- Gitlab
- Gitea
- Gogs
- Local
## How to make an Configuration file?
[Here is an example](https://github.com/cooperspencer/gickup/blob/main/config.example.yml)
2021-05-30 23:04:17 +02:00
## How to run the Binary version
2021-05-30 23:04:17 +02:00
`./gickup path-to-config.yml`
## How to run the Docker image
```bash
mkdir gickup
wget https://raw.githubusercontent.com/cooperspencer/gickup/main/docker-compose.yml
nano config.yml # Make here your config
docker-compose up
```
## Compile the Binary version
`go build .`
## Compile the Docker Image
```bash
git clone https://github.com/cooperspencer/gickup.git
cd gickup
nano docker-compose.yml # Uncomment the Build
nano config.yml # Make here your config
docker-compose build
docker-compose up
2021-12-12 13:44:13 +01:00
```
## Distribution Packages
|Distribution|Package|Maintainer|
|---|---|---|
|Arch|[gickup](https://aur.archlinux.org/packages/gickup/)|[zhulik](https://github.com/zhulik)|
## Issues
The mirroring to Gitlab doesn't work, or at least I can't test it properly because I have no access to a Gitlab EE instance.