Blob


1 #
2 # gotweb options
3 # all paths relative to /var/www (httpd chroot jail)
4 #
6 got_repos_path "/got/public"
7 got_www_path "/gotweb"
9 #got_max_repos 100
10 #got_max_repos_display 25
11 got_max_commits_display 50
13 got_site_name "my public repos"
14 got_site_owner "Got Owner"
15 got_site_link "repos"
17 got_logo "got.png"
18 got_logo_url "https://gameoftrees.org"
20 # on by default
21 #got_show_site_owner off
22 #got_show_repo_owner off
23 #got_show_repo_age false
24 #got_show_repo_description no
25 #got_show_repo_cloneurl off