a little tool for git mirroring
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Colin Reeder 76205904ee Add SSH client to dockerfile 5 years ago
repos Add README 5 years ago
.gitignore Add README 5 years ago
Dockerfile Add SSH client to dockerfile 5 years ago
LICENSE Add LICENSE 5 years ago
README.md Add README 5 years ago
index.js Remove bluebird dependency, use alpine for docker 5 years ago

README.md

clement

a little tool for Git mirroring

Setup

  • In the repos folder, run git clone --mirror {source}
  • In the cloned repo, run git remote add target {target}
  • Add a secret string to allowed_keys.txt
  • Add a webhook on the source, POST to {clement}/{repo}/update?key={secret}