xaizek / rocketgit (License: AGPLv3+) (since 2018-12-09)
Light and fast Git hosting solution suitable to serve both as a hub or as a personal code storage with its tickets, pull requests, API and much more.
<root> / root / themes / default / admin / init.html (43464dbc1ee92963a2e63d618d3677343fe466dd) (1,232B) (mode 100644) [raw]
<div class="formarea formarea_small">

<div class="formarea_title">Create first admin account</div>

@@errmsg@@

<form method="post" action="/op/init">
<input type="hidden" name="doit" value="1" />
<input type="hidden" name="token" value="@@rg_form_token@@" />

<p>
<label for="username">User name (public)</label><br />
<input type="text" name="init::username" id="username" value="@@init::username@@" size="50" />
</p>

<p>
<label for="pass">Password</label><br />
<input type="password" name="init::pass" id="pass" value="@@init::pass@@" />
</p>

<p>
<label for="pass2">Password (confirmation)</label><br />
<input type="password" name="init::pass2" id="pass2" value="@@init::pass2@@" />
</p>

<p>
<label for="realname">Name (not public)</label><br />
<input type="text" name="init::realname" id="realname" value="@@init::realname@@" />
</p>

<p>
<label for="email">E-mail (not public)</label><br />
<input type="text" name="init::email" id="email" value="@@init::email@@" />
</p>

<p>
<label for="session_time">Preferred session time (in seconds)</label><br />
<input type="text" name="init::session_time" id="session_time" value="@@init::session_time@@" />
</p>

<p>
<input type="submit" value="Create" />
</p>
</form>

</div>
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master