···11repo:
22 # Directory containing git repositories to serve.
33- # Relative path is resolved from *current working directory* not from
44- # path to the config file.
53 scanPath: /var/www/git
6475 # Which filename will be treated as README file?
···2826 # Path to a directory containing HTML templates.
2927 # Templates are written in Go's html/template syntax.
3028 # <https://pkg.go.dev/html/template>
3131- # Relative path is resolved from *current working directory* not from
3232- # path to the config file.
3329 templates: ./templates
34303531 # Path to a directory containing static assets.
3632 # User can access files in this directory by accessing "/static/*".
3737- # Relative path is resolved from *current working directory* not from
3838- # path to the config file.
3933 static: ./static
40344135meta: