aboutsummaryrefslogtreecommitdiff
path: root/virtual/packages/gitweb.conf
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-12 10:24:15 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-01-12 10:24:15 +0100
commit950ca5ee979ae2467f3471216140de2c1d572f4b (patch)
tree5fa7210645008d7fb03a0a5081066949bdfe35ad /virtual/packages/gitweb.conf
parent912921a74c8c67663048de66c6d11e1ae63dc10e (diff)
downloadNix-950ca5ee979ae2467f3471216140de2c1d572f4b.tar.gz
Nix-950ca5ee979ae2467f3471216140de2c1d572f4b.tar.zst
Nix-950ca5ee979ae2467f3471216140de2c1d572f4b.zip
Move httpd service to module
Diffstat (limited to 'virtual/packages/gitweb.conf')
-rw-r--r--virtual/packages/gitweb.conf24
1 files changed, 0 insertions, 24 deletions
diff --git a/virtual/packages/gitweb.conf b/virtual/packages/gitweb.conf
deleted file mode 100644
index 0d5f50d..0000000
--- a/virtual/packages/gitweb.conf
+++ /dev/null
@@ -1,24 +0,0 @@
1$git_temp = "/tmp";
2
3# The directories where your projects are. Must not end with a slash.
4$projectroot = "/srv/git/repositories";
5
6$projects_list = "/srv/git/projects.list";
7$strict_export = "true";
8
9# Base URLs for links displayed in the web interface.
10our @git_base_url_list = qw(ssh://gitolite@git.immae.eu https://git.immae.eu);
11
12$feature{'blame'}{'default'} = [1];
13$feature{'avatar'}{'default'} = ['gravatar'];
14$feature{'highlight'}{'default'} = [1];
15
16@stylesheets = ("gitweb-theme/gitweb.css");
17$logo = "gitweb-theme/git-logo.png";
18$favicon = "gitweb-theme/git-favicon.png";
19
20$javascript = "gitweb-theme/gitweb.js";
21$logo_url = "https://git.immae.eu/";
22$projects_list_group_categories = "true";
23$projects_list_description_width = 60;
24$project_list_default_category = "__Others__";