commit 70723a85eea5bb4abef11331da00690d0ad29721 from: Stefan Sperling date: Wed Sep 07 12:13:59 2022 UTC sync man pages commit - 061818ed2da4b5870849593e4e9d87c70bc77821 commit + 70723a85eea5bb4abef11331da00690d0ad29721 blob - 9cefe6e7779507fef4b3ff0692ed274ede7d67a1 blob + abac24280b788394e25875c0c14a54e59ea20eb3 --- gotwebd.8.html +++ gotwebd.8.html @@ -38,7 +38,9 @@ - +
gotwebd[-dnv] [-D + macro=value] [-f + file]
@@ -48,6 +50,24 @@ can display the contents of Git repositories via a web browser. The program has been designed to work out of the box with the httpd(8) web server.

+

gotwebd provides the following + options:

+
+
+
Do not daemonize and log to stderr.
+
+ macro=value
+
Override the value of a macro used in the configuration file.
+
+ file
+
Set the path to the configuration file. If not specified, the file + /etc/gotwebd.conf will be used.
+
+
Parse the configuration file, report errors if any, and exit.
+
+
Verbose mode. Verbosity increases if this option is used multiple + times.
+

Enabling gotwebd requires the following steps:

    @@ -83,6 +103,9 @@

    +
    /etc/gotwebd.conf
    +
    Default location of the gotwebd.conf(5) configuration file.
    /var/www/got/public/
    Default location for Git repositories served by gotwebd. This location can be adjusted in the blob - 49020bc65c1067a3145c83bfc9eff9cb379fc8dc blob + e86159e3db09c3953bddc4481c652cf1fa9ddb4b --- gotwebd.conf.5.html +++ gotwebd.conf.5.html @@ -217,9 +217,9 @@ server "localhost-unix" {

    -
    /var/www/etc/gotweb.conf
    -
    Location of the gotwebd.conf configuration - file.
    +
    /etc/gotwebd.conf
    +
    Default location of the gotwebd.conf configuration + file.