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 9078444271ce3e4fa25cff60afdb4efa8741fa01

Correct some gramatical problems
Author: Catalin(ux) M. BOIE
Author date (UTC): 2015-09-13 08:43
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2015-09-13 08:43
Parent(s): 6a8679ab22c25fd60504d2b21d57e9f1e2aaa254
Signing key:
Tree: 8906e878bc94a076acc25436bd7445a79eab14fe
File Lines added Lines deleted
inc/ssh.inc.php 3 3
File inc/ssh.inc.php changed (mode: 100644) (index 4ee6159..59f81dd)
... ... function rg_ssh_totp($db, $ip, $uid, $paras)
255 255 echo ' val [X(w|d|h|m|s)] - adds your IP to the allow list for X time' . "\n"; echo ' val [X(w|d|h|m|s)] - adds your IP to the allow list for X time' . "\n";
256 256 echo ' the default is 24 hours;' . "\n"; echo ' the default is 24 hours;' . "\n";
257 257 echo ' X: w for weeks, d for days, h for hours, m for minutes, and s for seconds' . "\n"; echo ' X: w for weeks, d for days, h for hours, m for minutes, and s for seconds' . "\n";
258 echo ' list-val - list the already validated IPs' . "\n";
259 echo ' inval ip|all - Invalidate IP address(es)' . "\n";
260 echo ' unenroll <token> - remove a device from TOTP system' . "\n";
258 echo ' list-val - lists the already validated IPs' . "\n";
259 echo ' inval ip|all - invalidates IP address(es)' . "\n";
260 echo ' unenroll <token> - removes a device from TOTP system' . "\n";
261 261 break; break;
262 262 } }
263 263
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