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> / inc /
File Mode Size
admin/ 040000
dispatch/ 040000
feedback/ 040000
login/ 040000
repo/ 040000
stats/ 040000
user/ 040000
wh/ 040000
.gitignore 100644 8B
admin.inc.php 100644 29KiB
api.inc.php 100644 1,422B
apikeys.inc.php 100644 12KiB
artifacts.inc.php 100644 2,899B
bug.inc.php 100644 29KiB
builder.inc.php 100644 7,968B
cache.inc.php 100644 11KiB
conn.inc.php 100644 4,651B
demo.inc.php 100644 3,659B
events.inc.php 100644 6,332B
fixes.inc.php 100644 19KiB
format.inc.php 100644 3,724B
git.inc.php 100644 67KiB
graph.inc.php 100644 9,507B
init.inc.php 100644 1,209B
keys.inc.php 100644 20KiB
ldap.inc.php 100644 17KiB
ldap_core.inc.php 100644 5,122B
ldap_sync.inc.php 100644 10KiB
log.inc.php 100644 5,303B
mail.inc.php 100644 2,480B
mime.inc.php 100644 1,317B
mr.inc.php 100644 13KiB
plan.inc.php 100644 7,829B
prof.inc.php 100644 4,067B
repo.inc.php 100644 64KiB
rights.inc.php 100644 17KiB
sess.inc.php 100644 4,339B
sql.inc.php 100644 9,455B
ssh.inc.php 100644 11KiB
state.inc.php 100644 2,782B
stats.inc.php 100644 4,132B
struct.inc.php 100644 30KiB
token.inc.php 100644 5,872B
totp.inc.php 100644 30KiB
user.inc.php 100644 63KiB
util.inc.php 100644 64KiB
ver.php.in 100644 122B
watch.inc.php 100644 8,055B
webhooks.inc.php 100644 5,475B
workers.inc.php 100644 18KiB
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