First commit

This commit is contained in:
Git Commiter for 96-fromsofia.net
2023-02-27 01:13:43 +00:00
commit e3c80b5945
4 changed files with 127 additions and 0 deletions

14
gitweb.conf Normal file
View 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";