X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/d06f9e8ea6cefcfae1ad28bb203a7e4e562820a8..8b86653c2471e04429ae9fec19dc33fcb5e5c059:/data/templates/help.htm diff --git a/data/templates/help.htm b/data/templates/help.htm index 555a738..a17aa50 100644 --- a/data/templates/help.htm +++ b/data/templates/help.htm @@ -46,4 +46,19 @@ function registerHandler() { + +

Setup check

+

+ You need to activate public clone URLs in your config file. + Otherwise forking onto remote systems will not work. +

+{% if publicGitUrl %} +
+ OK! A public git URL prefix is configured: {{publicGitUrl}} +
+{% else %} +
+ Error! No public git URL prefix configured. +
+{% endif %} {% endblock %}