mirror of
https://github.com/cooperspencer/gickup.git
synced 2025-05-19 07:43:55 +02:00
No description
https://gickup.dev/
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.9.0 to 5.11.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.9.0...v5.11.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.github | ||
bitbucket | ||
gitcmd | ||
gitea | ||
github | ||
gitlab | ||
gogs | ||
local | ||
logger | ||
metrics | ||
onedev | ||
sourcehut | ||
types | ||
whatever | ||
.gitignore | ||
.golangci.yml | ||
.goreleaser.yml | ||
conf.example.yml | ||
docker-compose.yml | ||
Dockerfile | ||
Dockerfile.ubuntu | ||
gickup.png | ||
go.mod | ||
go.sum | ||
justfile | ||
LICENSE | ||
main.go | ||
main_test.go | ||
Makefile | ||
README.md |
GICKUP
Backup all the repositories.
A lot of hosters are already supported, but if you see that there is one missing, feel free to create a MR or open an issue and I will take care of it.
You can clone/mirror repositories from:
- Github
- Gitlab
- Gitea
- Gogs
- Bitbucket
- OneDev
- Sourcehut
- Any
You can clone/mirror them to:
- Github
- Gitlab
- Gitea
- Gogs
- OneDev
- Sourcehut
- Local
How to make a configuration file
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 | me |
Homebrew | gickup |
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
- Additional VCS
- Add minio as a destination