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 45797dbaf71ec5c922a8ed6e7b9497da64807eb4

Small text changes
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-06-25 07:58
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-06-25 07:58
Parent(s): ad3ce91ff291b9537ceca11995268e45a17407ef
Signing key:
Tree: 183ab2ed70deedeb6eb46e6569601832ea4ec32f
File Lines added Lines deleted
samples/config.php 2 2
File samples/config.php changed (mode: 100644) (index 8d999e0..e2cdf45)
... ... $rg_git_port = 9418;
82 82 // How many days to keep the log files? Put 0 to not delete them. // How many days to keep the log files? Put 0 to not delete them.
83 83 $rg_logs_lifetime = 31; $rg_logs_lifetime = 31;
84 84
85 // addr/port to bind/listen for build workers
86 // set port to 0 to disable the builder
85 // Addr/port to bind/listen for build workers.
86 // Set port to 0 to disable the builder.
87 87 $rg_builder_bind = '0.0.0.0'; $rg_builder_bind = '0.0.0.0';
88 88 $rg_builder_port = 65000; $rg_builder_port = 65000;
89 89
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