From 9e007eb7de831bb6e8542d7edab51c839533bda8 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 8 Jul 2019 16:06:42 +0200 Subject: gitweb as docker service, initial commit --- gitweb.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gitweb.conf (limited to 'gitweb.conf') diff --git a/gitweb.conf b/gitweb.conf new file mode 100644 index 0000000..3e818a7 --- /dev/null +++ b/gitweb.conf @@ -0,0 +1,6 @@ +our $projectroot = "/var/git"; +our $site_name = "in silico toxicology git repositories"; +our $omit_owner = 1; +our $default_projects_order = "age"; +$base_url = "https://git.in-silico.ch/"; +@git_base_url_list = ("https://git.in-silico.ch"); -- cgit v1.2.3