summaryrefslogtreecommitdiff
path: root/gitweb.conf
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2019-07-08 16:06:42 +0200
committerChristoph Helma <helma@in-silico.ch>2019-07-08 16:06:42 +0200
commit9e007eb7de831bb6e8542d7edab51c839533bda8 (patch)
tree17268961dc65adf1e8858c624e08ed35009050eb /gitweb.conf
gitweb as docker service, initial commitHEADmaster
Diffstat (limited to 'gitweb.conf')
-rw-r--r--gitweb.conf6
1 files changed, 6 insertions, 0 deletions
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");