GOTWEB.CONF(5) | File Formats Manual | GOTWEB.CONF(5) |
gotweb.conf
—
gotweb configuration file
gotweb.conf
is the run-time configuration
file for gotweb(8).
The file format is line-based, with one configuration directive per line. Any lines beginning with a ‘#’ are treated as comments and ignored.
Paths mentioned in gotweb.conf
must be
relative to /var/www, the
chroot(2) environment of httpd(8).
The available configuration directives are as follows:
got_max_commits_display
numbergot_logo
pathgot_logo_url
urlgot_max_repos
numbergot_max_repos_display
numbergot_show_repo_age
on | offgot_show_repo_cloneurl
on | offgot_show_repo_description
on | offgot_repos_path
pathgot_show_repo_owner
on | off[gotweb] owner = "Your Name"
got_site_link
stringgot_site_name
stringgot_site_owner
stringgot_show_site_owner
on | offgot_www_path
stringThese are the currently configurable items for gotweb(8) with their default values.
# # gotweb options # all paths relative to /var/www (httpd chroot jail) # got_repos_path "/got/public" got_www_path "/gotweb" #got_max_repos 100 #got_max_repos_display 25 got_max_commits_display 50 got_site_name "my public repos" got_site_owner "Got Owner" got_site_link "repos" got_logo "got.png" got_logo_url "https://gameoftrees.org" # on by default #got_show_site_owner off #got_show_repo_owner off #got_show_repo_age false #got_show_repo_description no #got_show_repo_cloneurl off
gotweb.conf
configuration
file.April 5, 2021 | OpenBSD 6.8 |