No description https://gickup.dev/
Find a file
Andreas Wachter 2ec9d55f82
added visibility, new create org options and wiki support (#128)
* added visibility, new create org options and wiki support

* added gogs

* log error instead of fatal
2022-12-09 15:45:13 +01:00
.github/workflows upgraded CodeQL to v2 2022-10-11 12:23:13 +02:00
bitbucket chore: add linting (#101) 2022-03-20 11:25:11 +01:00
gitea added visibility, new create org options and wiki support (#128) 2022-12-09 15:45:13 +01:00
github chore: add linting (#101) 2022-03-20 11:25:11 +01:00
gitlab chore: add linting (#101) 2022-03-20 11:25:11 +01:00
gogs added visibility, new create org options and wiki support (#128) 2022-12-09 15:45:13 +01:00
local should fix #112 2022-09-24 18:14:07 +02:00
logger chore: add linting (#101) 2022-03-20 11:25:11 +01:00
metrics handle multiple configs (#114) 2022-10-03 19:20:19 +02:00
onedev remove print of includeOrgs in Onedev 2022-10-12 07:18:07 +02:00
sourcehut Sourcehut (#123) 2022-11-16 08:09:33 +01:00
types added visibility, new create org options and wiki support (#128) 2022-12-09 15:45:13 +01:00
whatever handle multiple configs (#114) 2022-10-03 19:20:19 +02:00
.gitignore chore: add linting (#101) 2022-03-20 11:25:11 +01:00
.golangci.yml chore: add linting (#101) 2022-03-20 11:25:11 +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 visibility, new create org options and wiki support (#128) 2022-12-09 15:45:13 +01:00
docker-compose.yml Documentation: add information about cron / timezone and saving to Docker volume locally (#88) 2022-02-07 08:18:36 +01:00
Dockerfile Update Dockerfile (#102) 2022-03-20 13:05:10 +01:00
go.mod updated onedev (#125) 2022-12-03 13:25:46 +01:00
go.sum updated onedev (#125) 2022-12-03 13:25:46 +01:00
justfile added just file 2022-10-17 12:08:04 +02:00
LICENSE init 2021-05-30 23:04:17 +02:00
main.go added visibility, new create org options and wiki support (#128) 2022-12-09 15:45:13 +01:00
main_test.go chore: add linting (#101) 2022-03-20 11:25:11 +01:00
Makefile chore: add linting (#101) 2022-03-20 11:25:11 +01:00
README.md Sourcehut (#123) 2022-11-16 08:09:33 +01:00

Build and Publish

GICKUP

You can clone/mirror repositories from:

  • Github
  • Gitlab
  • Gitea
  • Gogs
  • Bitbucket
  • OneDev
  • Sourcehut
  • Any

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

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

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.

Future Ideas