aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/templates/help.htm15
1 files changed, 15 insertions, 0 deletions
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() {
</a>
</div>
</div>
+
+<h3 id="fork-check">Setup check</h3>
+<p>
+ You need to activate public clone URLs in your config file.
+ Otherwise forking onto remote systems will not work.
+</p>
+{% if publicGitUrl %}
+<div class="alert alert-success">
+ OK! A public git URL prefix is configured: <tt>{{publicGitUrl}}</tt>
+</div>
+{% else %}
+<div class="alert alert-error">
+ Error! No public git URL prefix configured.
+</div>
+{% endif %}
{% endblock %}