From 43b23197ffc3e1d08a1e08b09dbb31f06692d7ff Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 4 Jul 2014 08:28:22 +0200 Subject: warn about remote fork config in setup and help --- data/templates/help.htm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'data') 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 %} -- cgit v1.2.3