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.
<root> / selinux / redhat6.sed (ba23c5aa1d7d4d3cdcb2c18853faeca51b5c2c26) (272B) (mode 100644) [raw]
1 2 3
s/@@EXTRA_GEN_REQUIRE@@/type ssh_home_t; type etc_t;/
s/auth_read_passwd(rocketgit_t)/allow rocketgit_t etc_t:file read_file_perms;/
s/ssh_manage_home_files(rocketgit_t)/manage_files_pattern(rocketgit_t, ssh_home_t, ssh_home_t)\nuserdom_search_user_home_dirs(rocketgit_t)/
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