2021-12-09 17:56:55 +01:00
[![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
2022-08-11 21:31:03 +02:00
- OneDev
2022-07-18 13:59:20 +02:00
- Any
2021-05-30 23:04:17 +02:00
You can clone/mirror them to:
- Gitlab
- Gitea
- Gogs
- Local
2022-01-01 21:28:02 +01:00
## How to make a configuration file
2021-12-22 11:58:46 +01:00
[Here is an example ](https://github.com/cooperspencer/gickup/blob/main/conf.example.yml )
2021-05-30 23:04:17 +02:00
2022-01-01 21:28:02 +01:00
## How to run the binary version
2021-12-21 18:07:38 +01:00
`./gickup path-to-conf.yml`
2021-05-30 23:04:17 +02:00
2021-12-09 17:56:55 +01:00
## How to run the Docker image
```bash
mkdir gickup
wget https://raw.githubusercontent.com/cooperspencer/gickup/main/docker-compose.yml
2021-12-21 18:07:38 +01:00
nano conf.yml # Make your config here
2021-12-09 17:56:55 +01:00
docker-compose up
```
2022-01-01 21:28:02 +01:00
## Compile the binary version
2021-12-09 17:56:55 +01:00
`go build .`
## Compile the Docker Image
```bash
git clone https://github.com/cooperspencer/gickup.git
cd gickup
nano docker-compose.yml # Uncomment the Build
2021-12-21 18:07:38 +01:00
nano conf.yml # Make your config here
2021-12-09 17:56:55 +01:00
docker-compose build
docker-compose up
2021-12-12 13:44:13 +01:00
```
2022-02-25 09:32:40 +01:00
## Questions?
If anything is unclear or you have a great idea for the project, feel free to open a discussion about it.
https://github.com/cooperspencer/gickup/discussions
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
2021-12-21 18:07:38 +01:00
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.
2022-02-25 09:51:50 +01:00
## Future Ideas
- Additional VCS
- [OneDev ](https://code.onedev.io/ )
- [GitBucket ](https://gitbucket.github.io/ )
- Add minio as a destination