all repos — legit @ c16d290d3cb1b65ee8820e625c7096a7b303cc60

web frontend for git, written in go

add configurable check for git-daemon-export-ok file

Alan Pearce
commit

c16d290d3cb1b65ee8820e625c7096a7b303cc60

parent

5acac24dede0143e6415d83d94a66017fd3c2692

1 file changed, 2 insertions(+), 0 deletions(-)

changed files
M readmereadme
@@ -42,6 +42,7 @@ - main
ignore: - foo - bar + checkGitDaemonExportOk: false dirs: templates: ./templates static: ./static
@@ -63,6 +64,7 @@ • repo.readme: readme files to look for.
• repo.mainBranch: main branch names to look for. • repo.ignore: repos to ignore, relative to scanPath. • repo.unlisted: repos to hide, relative to scanPath. +• repo.checkGitDaemonExportOk: when true, only show repos that can be exported by the git daemon • server.name: used for go-import meta tags and clone URLs. • meta.syntaxHighlight: this is used to select the syntax theme to render. If left blank or removed, the native theme will be used. If an invalid theme is set in this field,