1
1
mirror of https://github.com/cooperspencer/gickup synced 2025-04-28 23:17:56 +02:00
Backup all your repositories with Ease.
Go to file
Andreas Wachter 93b7c8fad6
added structured checkout mode (#44)
* added structured checkout mode

* path understand now ~
2021-12-16 17:22:44 +01:00
.github/workflows checkout repo 2021-12-09 19:39:33 +01:00
bitbucket added structured checkout mode (#44) 2021-12-16 17:22:44 +01:00
gitea added structured checkout mode (#44) 2021-12-16 17:22:44 +01:00
github added structured checkout mode (#44) 2021-12-16 17:22:44 +01:00
gitlab added structured checkout mode (#44) 2021-12-16 17:22:44 +01:00
gogs added structured checkout mode (#44) 2021-12-16 17:22:44 +01:00
local added structured checkout mode (#44) 2021-12-16 17:22:44 +01:00
logger Added logger functionality 2021-12-13 08:15:48 +01:00
types added structured checkout mode (#44) 2021-12-16 17:22:44 +01:00
.gitignore add an include parameter 2021-12-13 11:53:20 +01:00
.goreleaser.yml Adds archive format override for Windows to use ZIP 2021-12-13 00:01:26 -05:00
config.example.yml added structured checkout mode (#44) 2021-12-16 17:22:44 +01:00
docker-compose.yml Fixed Dockerfile for SSL / Changed README 2021-12-09 17:56:55 +01:00
Dockerfile Fixed Dockerfile for SSL / Changed README 2021-12-09 17:56:55 +01:00
go.mod Added logger functionality 2021-12-13 08:15:48 +01:00
go.sum Added logger functionality 2021-12-13 08:15:48 +01:00
LICENSE init 2021-05-30 23:04:17 +02:00
main.go added structured checkout mode (#44) 2021-12-16 17:22:44 +01:00
README.md updated Readme 2021-12-12 13:44:13 +01:00

Build and Publish

GICKUP

You can clone/mirror repositories from:

  • Github
  • Gitlab
  • Gitea
  • Gogs
  • Bitbucket

You can clone/mirror them to:

  • Gitlab
  • Gitea
  • Gogs
  • Local

How to make an Configuration file?

Here is an example

How to run the Binary version

./gickup path-to-config.yml

How to run the Docker image

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

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

Distribution Packages

Distribution Package Maintainer
Arch gickup 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.