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.
Commit 68c2120f6bb1cd04e3c35b18fee8c2ce89c525bb

Small corrections
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-07-09 06:36
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-07-09 06:36
Parent(s): 7fc439c93b2e9df218292d20fbe50606d770955f
Signing key:
Tree: 197dc8dcbb53f765fa76cc4ddf42f40372f8d157
File Lines added Lines deleted
inc/admin.inc.php 1 1
inc/ssh.inc.php 2 2
File inc/admin.inc.php changed (mode: 100644) (index 3defc63..de14172)
... ... function rg_init($db, $rg)
251 251 // Makes no sense to confirm the admin account // Makes no sense to confirm the admin account
252 252 $rg['rg_account_email_confirm'] = 0; $rg['rg_account_email_confirm'] = 0;
253 253
254 $ret .= rg_template('user/create_ok.html', $rg, TRUE /* xss */);
254 $ret .= rg_template('user/create_ok.html', $rg, TRUE /*xss*/);
255 255 $load_form = FALSE; $load_form = FALSE;
256 256 break; break;
257 257 } }
File inc/ssh.inc.php changed (mode: 100644) (index 60f67ef..3e530d8)
... ... function rg_ssh_status($db, $uid)
15 15
16 16 echo 'Here will be the status.' . "\n"; echo 'Here will be the status.' . "\n";
17 17
18 // also details about payments: warn if disk space is low etc.
18 // also details about payments, warn if disk space is low etc.
19 19 } }
20 20
21 21 /* /*
 
... ... function rg_ssh_totp($db, $ip, $uid, $paras)
255 255
256 256 $r = rg_totp_unenroll($db, $uid); $r = rg_totp_unenroll($db, $uid);
257 257 if ($r !== TRUE) { if ($r !== TRUE) {
258 fwrite(STDERR< 'Error: ' . rg_totp_error() . ".\n");
258 fwrite(STDERR, 'Error: ' . rg_totp_error() . ".\n");
259 259 break; break;
260 260 } }
261 261
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