]> WPIA git - infra.git/commit
add: gitweb service
authorLucas Werkmeister <mail@lucaswerkmeister.de>
Sat, 11 Mar 2017 20:53:17 +0000 (21:53 +0100)
committerLucas Werkmeister <mail@lucaswerkmeister.de>
Mon, 13 Mar 2017 19:52:25 +0000 (20:52 +0100)
commit6e69c87b067707acfaa1b526697b9d5c855eee47
tree1e95c3e670e8b695a4b01c031efad53b48dcdeca
parent4e7a747e9298faf3e78f523f4677a5838b621aa1
add: gitweb service

Serves all repositories in /data/git on the code. subdomain with gitweb,
and allows cloning them via https:// and git://.

NOTE: For clone over HTTP(S), git update-server-info needs to be run in
the repositories; this is expected to be done via a post-update hook in
the repositories, and not configured here.

Change-Id: I8b5666fd54031447ddfdd098504aa46ad29285b3
commands
environments/production/manifests/gitweb.pp [new file with mode: 0644]
environments/production/manifests/ip.pp
environments/production/manifests/nginx.pp
environments/production/manifests/root.pp
modules/gitweb/files/git.socket [new file with mode: 0644]
modules/gitweb/files/git@.service [new file with mode: 0644]
modules/gitweb/files/gitweb-wrapper.cgi [new file with mode: 0644]
modules/gitweb/files/gitweb.service [new file with mode: 0644]
modules/gitweb/templates/gitweb.conf.epp [new file with mode: 0644]
modules/gitweb/templates/nginx.epp [new file with mode: 0644]