No description https://gickup.dev/
Find a file
Andreas Wachter 1d4693003a
added wiki support to all cvs (except bitbucket) (#76)
* added wiki support to all cvs (except bitbucket)

* added wiki parameter to the example config
2021-12-29 18:27:19 +01:00
.github/workflows push docker only on tag 2021-12-22 17:11:04 +01:00
bitbucket Bitbucket nil (#68) 2021-12-23 18:54:22 +01:00
gitea added wiki support to all cvs (except bitbucket) (#76) 2021-12-29 18:27:19 +01:00
github added wiki support to all cvs (except bitbucket) (#76) 2021-12-29 18:27:19 +01:00
gitlab added wiki support to all cvs (except bitbucket) (#76) 2021-12-29 18:27:19 +01:00
gogs added wiki support to all cvs (except bitbucket) (#76) 2021-12-29 18:27:19 +01:00
local Extract methods for local repo clone and update 2021-12-22 00:00:06 -05:00
logger Set log level based on --quiet and --silent (#72) 2021-12-29 07:29:30 +01:00
metrics/prometheus Adds Prometheus metrics when in scheduled mode (#62) 2021-12-29 07:31:19 +01:00
types added wiki support to all cvs (except bitbucket) (#76) 2021-12-29 18:27:19 +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
conf.example.yml added wiki support to all cvs (except bitbucket) (#76) 2021-12-29 18:27:19 +01:00
docker-compose.yml Update documentation and examples from "config.yml" to "conf.yml" 2021-12-21 12:07:38 -05:00
Dockerfile Adds tzdata to enable setting time zone in cron specifier 2021-12-16 23:15:45 -05:00
go.mod Adds Prometheus metrics when in scheduled mode (#62) 2021-12-29 07:31:19 +01:00
go.sum Adds Prometheus metrics when in scheduled mode (#62) 2021-12-29 07:31:19 +01:00
LICENSE init 2021-05-30 23:04:17 +02:00
main.go Adds Prometheus metrics when in scheduled mode (#62) 2021-12-29 07:31:19 +01:00
main_test.go Extracts tilde-in-home check and tests it (#45) 2021-12-17 06:37:43 +01:00
README.md update conf example yaml 2021-12-22 10:58:46 +00: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-conf.yml

How to run the Docker image

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

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

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.