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 00828bd5eaf5ad08ff7736a6c5627c21179a8e20

Allow compression inside TLS
Author: Catalin(ux) M. BOIE
Author date (UTC): 2015-05-06 17:09
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2015-05-06 17:09
Parent(s): 8a9194a00721f0f6c55ab4bc986e23962357f250
Signing key:
Tree: eaf3e407dda554e028ccdcfa09e77324581cfd1a
File Lines added Lines deleted
samples/rg.conf 3 3
File samples/rg.conf changed (mode: 100644) (index b51e584..7abb310)
104 104 SSLOptions +StdEnvVars SSLOptions +StdEnvVars
105 105 </Files> </Files>
106 106
107 # Compress - check if is ok from security pov
108 #AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/javascript application/x-javascript
109 #DeflateBufferSize 81920
107 # Compress
108 AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/javascript application/x-javascript
109 DeflateBufferSize 81920
110 110 </VirtualHost> </VirtualHost>
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