]> prime8.dev >> repos - p8d.git/commitdiff
Remove useless gitweb config
authorDamian Myrda <monkey.damianek@gmail.com>
Thu, 19 Sep 2024 03:24:40 +0000 (22:24 -0500)
committerDamian Myrda <monkey.damianek@gmail.com>
Thu, 19 Sep 2024 03:24:40 +0000 (22:24 -0500)
compose.yml
git/gitweb.conf [deleted file]

index 29a194b2ab36ef6db8a51fd4244b08c40dfda019..366c8dc8448b799ce5fabc79555d74772d97d5b6 100644 (file)
@@ -77,7 +77,6 @@ services:
       - repos
     volumes:
       - ./git/:/var/lib/git/:ro
-      - ./git/gitweb.conf:/etc/gitweb.conf:ro
     expose:
       - "80"
     networks:
diff --git a/git/gitweb.conf b/git/gitweb.conf
deleted file mode 100644 (file)
index aa9665a..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# The directories where your projects are. Must not end with a slash.
-our $projectroot = "/var/lib/git/repositories";
-
-# file with project list; by default, simply scan the projectroot dir.
-our $projects_list = "/var/lib/git/projects.list";
-
-# Base URLs for links displayed in the web interface.
-#our @git_base_url_list = qw(git://localhost http://git@localhost);
-#
-# To display owner
-our $feature{'owner'}{'default'} = [1];
-
-# To display repository description
-our $feature{'descr'}{'default'} = [1];
-
-# To enable "blame" view (showing the author of each line in a source file), add the following line
-$feature{'blame'}{'default'} = [1];
-
-# To enable syntax highlighting with Gitweb, you have to first install the highlight package
-$feature{'highlight'}{'default'} = [1];
-