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

68 lines
1.9 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
2023-01-10 09:10:34 +01:00
![gickup](https://github.com/cooperspencer/gickup/blob/main/gickup.png)
2022-12-14 17:53:08 +01:00
Backup all the repositories.
A lot of hosters are already supported, but if you see that there is one missing, feel free to create a MR or open an issue and I will take care of it.
2021-05-30 23:04:17 +02:00
You can clone/mirror repositories from:
- Github
- Gitlab
- Gitea
- Gogs
2021-06-01 21:47:48 +02:00
- Bitbucket
- OneDev
- Sourcehut
- Any
2021-05-30 23:04:17 +02:00
You can clone/mirror them to:
- Gitlab
- Gitea
- Gogs
- Local
2022-12-14 17:53:08 +01:00
[Official Documentation](https://cooperspencer.github.io/gickup-documentation/)
## 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
## How to run the binary version
`./gickup path-to-conf.yml`
2021-05-30 23:04:17 +02:00
## How to run the Docker image
```bash
mkdir gickup
wget https://raw.githubusercontent.com/cooperspencer/gickup/main/docker-compose.yml
nano conf.yml # Make your config here
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 conf.yml # Make your config here
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
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
- [GitBucket](https://gitbucket.github.io/)
- Add minio as a destination