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 1b58474438fff06932d666f04f75581bfea7361b

Do not set ServerName if it unknown; else will not match
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-11-19 13:24
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-11-19 13:24
Parent(s): 681151c53be2922e9f2cedc20be5add1587e013d
Signing key:
Tree: af6eab31115300d8fda810e0315e1996ad347331
File Lines added Lines deleted
samples/rg.conf 2 1
File samples/rg.conf changed (mode: 100644) (index ad44b4c..ad1dfc0)
66 66
67 67 <VirtualHost *:443> <VirtualHost *:443>
68 68 #LogLevel debug #rewrite:trace8 #LogLevel debug #rewrite:trace8
69 ServerName rg.domain.tld
69 # Set ServerName correctly, else, this VirtualHost will not match
70 #ServerName rg.domain.tld
70 71 ServerAlias rg ServerAlias rg
71 72 DocumentRoot /usr/share/rocketgit/root/ DocumentRoot /usr/share/rocketgit/root/
72 73 ErrorLog logs/rocketgit-ssl_error_log ErrorLog logs/rocketgit-ssl_error_log
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