Make phorkie search engine friendlier
[phorkie.git] / data / templates / help.htm
index 555a7381da81480f6d8d7877d2c0ceababaea0f8..a17aa502522adbcd3266ed0843a54e1a750e89ce 100644 (file)
@@ -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 %}