First commit
This commit is contained in:
14
gitweb.conf
Normal file
14
gitweb.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
# AMEND DOMAIN NAME AND PATHS ACCORDINGLY!!
|
||||
our $projectroot = "/srv/git/";
|
||||
our $logo = "custom/git-logo.png";
|
||||
our $logo_url = "https://example.com";
|
||||
our $favicon = "custom/favicon.ico";
|
||||
our $site_name = "example.com Git Repository";
|
||||
our $home_link_str = "example.com >> Git Projects";
|
||||
our $home_text = "custom/home_text.html";
|
||||
our $omit_age_column = "true";
|
||||
our $omit_owner = "true";
|
||||
our $my_url = "http://git.example.com/gitweb.cgi";
|
||||
our $base_url = "http://git.example.com/";
|
||||
our $snapshot = "false";
|
||||
our $timed = "true";
|
||||
Reference in New Issue
Block a user