From 366f705642808a6fe14fd30138519c0ac75e0fdf Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Sun, 23 Jun 2013 02:29:08 +0200 Subject: Initial commit of repo_service --- README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..73a2423 --- /dev/null +++ b/README @@ -0,0 +1,8 @@ +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. -- cgit v1.2.1