47 lines
1.3 KiB
Plaintext
47 lines
1.3 KiB
Plaintext
# name of your site or organization, to appear in page titles.
|
|
$site_name = "EOM - Git";
|
|
|
|
# path to git projects (<project>.git)
|
|
$projectroot = "/usr/local/apache2/htdocs";
|
|
|
|
# directory to use for temp files
|
|
$git_temp = "/tmp";
|
|
|
|
$per_request_config = true;
|
|
$my_uri = "https://git.eom.dev/";
|
|
$my_url = "https://git.eom.dev/";
|
|
$base_url = "https://git.eom.dev/";
|
|
$omit_owner = true;
|
|
$site_header = "/usr/local/apache2/htdocs/static/header.html";
|
|
$site_footer = "/usr/local/apache2/htdocs/static/footer.html";
|
|
|
|
# target of the home link on top of all pages
|
|
#$home_link = $my_uri || "/";
|
|
|
|
# html text to include at home page
|
|
#$home_text = "indextext.html";
|
|
|
|
# file with project list; by default, simply scan the projectroot dir.
|
|
#$projects_list = $projectroot;
|
|
|
|
# stylesheet to use
|
|
@stylesheets = (
|
|
"https://media.eom.dev/gitweb/gitweb.css",
|
|
"https://www.eom.dev/css/header.css",
|
|
"https://www.eom.dev/css/nav.css",
|
|
"https://www.eom.dev/css/footer.css"
|
|
);
|
|
|
|
# javascript code for gitweb
|
|
$javascript = "https://media.eom.dev/gitweb/gitweb.js";
|
|
|
|
# logo to use
|
|
$logo = "https://media.eom.dev/gitweb/git-logo.png";
|
|
|
|
# the 'favicon'
|
|
$favicon = "https://media.eom.dev/favicon/favicon.ico";
|
|
|
|
# git-diff-tree(1) options to use for generated patches
|
|
#@diff_opts = ("-M");
|
|
@diff_opts = ();
|