GitXplorerGitXplorer
c

repo_service

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f6829b4f9c46aebdcef2cb680234557471461e94

Adapt urls for new deployment schema

ccfra committed 9 years ago
Unverified
e700080ec2bbc3e65b470b2401b2aebead0af3cd

Commit the cgitrc into the repo

ccfra committed 9 years ago
Unverified
d499c58345edf473e2ef34b8135b9da22d1f8691

Remove sublab specific naming from running code

ccfra committed 9 years ago
Unverified
366f705642808a6fe14fd30138519c0ac75e0fdf

Initial commit of repo_service

ccfra committed 12 years ago

README

The README file for this repository.

These are some small scripts I use to allow automatic repository creation.

The service in the backend dir runs on the server where cgit and gitolite are installed. It will add repositories as it receives them via XMLRPC.

For the frontend, there is a single page HTML file which uses the XMLRPC to create repositories. For that purpose, I serve the file in the frontend dir on /create and proxy /create/api to the backend service.