Skip to content

provides a tarball from git centrializing the token only in one place

Notifications You must be signed in to change notification settings

Franck31/GitTarballProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Tarball Proxy

Concept

  • The main idea of the microservice is provide a tarball from git having only in one place your accesswide token in the organization, avoiding security risks

Components

  • Flask + Gunicorn + Docker

Quickstart

  • Edit example_settings.py with your desired settings

  • rename or copy the file to settings.py

  • Build

docker build . -t gitproxytarball
  • Run
docker run --name gitproxy -p 8000:8000 gitproxytarball

About

provides a tarball from git centrializing the token only in one place

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published