Skip to content

sesam-community/git-ssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Access remote Git repos

How to configure

{
  "_id": "my-git",
  "type": "system:microservice",
  "docker": {
    "image": "[..]",
    "port": 5000,
    "environment": {
      "GIT_REPO": "git@github.com:sesam-community/git-ssh.git",
      "SSH_PRIVATE_KEY": "-----BEGIN RSA PRIVATE [..]"  
    }
  }
}

How to use

Pull down a list of files if you point to '/', and pull down the file content with '/'.

About

Access remote Git files over ssh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published