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 5dee24337e21e740cba1080e9bfc376b2e8f2036

fpm: raise the memory limit to 128M from 32M because some initial commits may be very big
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-10-02 08:06
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-10-02 08:06
Parent(s): 4eebe2a3863ca6b50e107ad84080629da6d81707
Signing key:
Tree: fb3fe144054e485b40c7e0f44bc27d77cbac56d9
File Lines added Lines deleted
samples/pool.conf 1 1
File samples/pool.conf changed (mode: 100644) (index b3bb360..fff4ea9)
... ... request_slowlog_timeout = 2s
411 411 ;php_flag[display_errors] = off ;php_flag[display_errors] = off
412 412 php_admin_value[error_log] = /var/log/rocketgit/pool-error.log php_admin_value[error_log] = /var/log/rocketgit/pool-error.log
413 413 php_admin_flag[log_errors] = on php_admin_flag[log_errors] = on
414 php_admin_value[memory_limit] = 32M
414 php_admin_value[memory_limit] = 128M
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