1
1
mirror of https://github.com/cooperspencer/gickup synced 2025-04-21 00:07:54 +02:00
Backup all your repositories with Ease.
Go to file
Andreas Wachter 838b233a43
Merge pull request #38 from colindean/patch-1
Adds archive format override for Windows to use ZIP
2021-12-13 12:04:22 +01:00
.github/workflows checkout repo 2021-12-09 19:39:33 +01:00
bitbucket add an include parameter 2021-12-13 11:53:20 +01:00
gitea add an include parameter 2021-12-13 11:53:20 +01:00
github add an include parameter 2021-12-13 11:53:20 +01:00
gitlab add an include parameter 2021-12-13 11:53:20 +01:00
gogs add an include parameter 2021-12-13 11:53:20 +01:00
local switched from panic to fatal 2021-12-13 08:39:38 +01:00
logger Added logger functionality 2021-12-13 08:15:48 +01:00
types add an include parameter 2021-12-13 11:53:20 +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 add an include parameter 2021-12-13 11:53:20 +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 set version to unknown 2021-12-13 12:01:46 +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.