No description https://gickup.dev/
Find a file
2022-01-03 07:07:10 +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 adds wiki logic to github and gitlab 2021-12-31 09:25:47 +01:00
github adds wiki logic to github and gitlab 2021-12-31 09:25:47 +01:00
gitlab adds wiki logic to github and gitlab 2021-12-31 09:25:47 +01:00
gogs added wiki support to all cvs (except bitbucket) (#76) 2021-12-29 18:27:19 +01:00
local add repo to warn-message for local clone #79 2021-12-30 19:24:46 +01: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 fixed the prometheus dependency for cron 2022-01-03 07:07:10 +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 fixed the prometheus dependency for cron 2022-01-03 07:07:10 +01:00
main_test.go Extracts tilde-in-home check and tests it (#45) 2021-12-17 06:37:43 +01:00
README.md Fix typo and grammatical errors in README.md (#80) 2022-01-01 21:28:02 +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 a 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.