krz/gitbay

A CLI-first git forge.

clone: git clone https://gitbay.org/krz/gitbay.git

repo-descriptions: internal/web/templates/login.html · raw

1{{define "title"}}login · {{.Site}}{{end}}
2{{define "content"}}
3<h1>log in</h1>
4{{if .Error}}<p class="error">{{.Error}}</p>{{end}}
5<p>Browser sessions are minted over SSH — there is no password. From a machine
6with your registered key:</p>
7<pre class="message">ssh git@{{.Site}} web login</pre>
8<p>then open the printed URL within five minutes.</p>
9{{end}}