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 / rocketgit.fc (a476621c515b20fab128b6115f1dded300651b92) (1,151B) (mode 100644) [raw]
# rocketgit executable will have:
# label: system_u:object_r:rocketgit_exec_t
# MLS sensitivity: s0
# MCS categories: <none>

/etc/rocketgit(/.*)?				gen_context(system_u:object_r:rocketgit_conf_t,s0)

/var/log/rocketgit(/.*)?			gen_context(system_u:object_r:rocketgit_log_t,s0)

/var/lib/rocketgit(/.*)?			gen_context(system_u:object_r:rocketgit_var_t,s0)
/var/lib/rocketgit/locks(/.*)?			gen_context(system_u:object_r:rocketgit_lock_t,s0)
/var/lib/rocketgit/sockets(/.*)?		gen_context(system_u:object_r:rocketgit_socket_t,s0)

/usr/share/rocketgit(/.*)?			gen_context(system_u:object_r:rocketgit_usr_t,s0)

/usr/share/rocketgit/scripts/worker.(sh|php)	gen_context(system_u:object_r:rocketgit_worker_exec_t,s0)
/usr/share/rocketgit/scripts(/.*)?	--	gen_context(system_u:object_r:rocketgit_exec_t,s0)
/usr/share/rocketgit/hooks(/.*)?	--	gen_context(system_u:object_r:rocketgit_exec_t,s0)

/usr/lib/systemd/system/rocketgit-fpm.service	gen_context(system_u:object_r:rocketgit_unit_file_t,s0)

/usr/sbin/rg_authorize			--	gen_context(system_u:object_r:rocketgit_exec_t,s0)
/usr/sbin/rg_change_pass		--	gen_context(system_u:object_r:rocketgit_exec_t,s0)
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