All Projects → tsuru → Archive Server

tsuru / Archive Server

Licence: bsd-3-clause
HTTP server to generate and serve git archives.

Programming Languages

go
31211 projects - #10 most used programming language

#archive-server

Build Status

archive-server is a daemon for serving git archives over HTTP. It contains two APIs: one that generates archives on demmand, and the other that serves the archives. Each archive is uniquely identified by a hash.

##Usage

% archive-server -read-http 0.0.0.0:3232 -write-http 127.0.0.1:3131

This command will start the "administrative" service at 127.0.0.1:3131 and the public service at 0.0.0.0:3232.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].