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 63ff4cf11961421d6f187d2597354d12eff9a810

Added credits for TLS setup about perfect forward secrecy
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-01-30 18:51
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-01-30 18:51
Parent(s): 20a621f3de637975d93cbb260213c2d833a0acab
Signing key:
Tree: cf92cca970e226dd10f8deeb1f9d0ed3d4a83f3e
File Lines added Lines deleted
samples/rg.conf 1 0
File samples/rg.conf changed (mode: 100644) (index d7a01ac..864af17)
99 99 SSLEngine on SSLEngine on
100 100 SSLProtocol all -SSLv2 -SSLv3 SSLProtocol all -SSLv2 -SSLv3
101 101 # Specify the cyphers to get an A+ on Qualys (ssllabs.com); recommended # Specify the cyphers to get an A+ on Qualys (ssllabs.com); recommended
102 # https://www.digicert.com/ssl-support/ssl-enabling-perfect-forward-secrecy.htm
102 103 SSLHonorCipherOrder on SSLHonorCipherOrder on
103 104 SSLCipherSuite "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+aRSA+RC4 EECDH EDH+aRSA RC4 !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS !RC4" SSLCipherSuite "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+aRSA+RC4 EECDH EDH+aRSA RC4 !aNULL !eNULL !LOW !3DES !MD5 !EXP !PSK !SRP !DSS !RC4"
104 105 # or, respect the system settings: # or, respect the system settings:
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