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 746371ed9154915f748f8b0bd95293e823673193

Cosmetic changes for config file
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-04-24 11:10
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-04-24 11:10
Parent(s): 37730a66237d430bd5a17edd9605054e694d7649
Signing key:
Tree: 9a2038d5ca08462c405d8aa624c8734b49e7e087
File Lines added Lines deleted
samples/config.php 4 3
File samples/config.php changed (mode: 100644) (index 7668e6a..64f82db)
... ... $rg_git_port = 9418;
85 85 // No '/' in the end // No '/' in the end
86 86 $rg_web_url = ''; $rg_web_url = '';
87 87
88 // Allow events to be registered, even if user press "stop"
89 ignore_user_abort(TRUE);
90
91 88 // How many days to keep the log files? Put 0 to not delete it. // How many days to keep the log files? Put 0 to not delete it.
92 89 $rg_logs_lifetime = 31; $rg_logs_lifetime = 31;
93 90
 
... ... $rg_logs_lifetime = 31;
95 92 $rg_builder_bind = '0.0.0.0'; $rg_builder_bind = '0.0.0.0';
96 93 $rg_builder_port = 65000; $rg_builder_port = 65000;
97 94
95
96
97 // Allow events to be registered, even if user press "stop"
98 ignore_user_abort(TRUE);
98 99 ?> ?>
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