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 1234356ff62c884024daa1fe8d505c33fd698236

Comment out use of ACL in pool.conf
Otherwise the service might not run if there is no ACL support, which is
an extra step in getting RocketGit to work.
Author: xaizek
Author date (UTC): 2018-12-08 22:46
Committer name: xaizek
Committer date (UTC): 2018-12-08 22:47
Parent(s): 36b3f9c8c8fc1b80216c1db944a631437f91e4c7
Signing key: 99DC5E4DB05F6BE2
Tree: a15a2cd58cac6f03a84e71691be0f940fd4bfb98
File Lines added Lines deleted
samples/pool.conf 1 1
File samples/pool.conf changed (mode: 100644) (index 6faf9dc..99cbf42)
... ... listen = /run/rocketgit-fpm/rocketgit.sock
53 53 ; When POSIX Access Control Lists are supported you can set them using ; When POSIX Access Control Lists are supported you can set them using
54 54 ; these options, value is a comma separated list of user/group names. ; these options, value is a comma separated list of user/group names.
55 55 ; When set, listen.owner and listen.group are ignored ; When set, listen.owner and listen.group are ignored
56 listen.acl_users = apache,nginx
56 ;listen.acl_users = apache,nginx
57 57 ;listen.acl_groups = ;listen.acl_groups =
58 58
59 59 ; List of addresses (IPv4/IPv6) of FastCGI clients which are allowed to connect. ; List of addresses (IPv4/IPv6) of FastCGI clients which are allowed to connect.
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