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 39d07466ab3f0c5dc10a9e950004e6ace285f377

Changed "FLOS" to "free (as in speech)" to reflect the reality.
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-11-15 20:57
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-11-15 20:57
Parent(s): 0afb8c5c5885ef504a28d02b07d040fd2c92c79a
Signing key:
Tree: 68f9280706a081ca717e91b666a2bd3ae7693b3d
File Lines added Lines deleted
root/themes/default/features.html 1 1
root/themes/default/main.html 5 4
File root/themes/default/features.html changed (mode: 100644) (index 38cf86f..8f0a26e)
2 2
3 3 <div class="islands"> <div class="islands">
4 4 <div class="island"> <div class="island">
5 <div class="island_title">FLOS (Free, Libre and Open-Source) software</div>
5 <div class="island_title">Free (as in speech) software</div>
6 6 RocketGit is licensed under the GNU Affero General Public License v3+, RocketGit is licensed under the GNU Affero General Public License v3+,
7 7 therefore you have the freedom to run this software as you wish, therefore you have the freedom to run this software as you wish,
8 8 to study how this software works, to redistribute copies and to to study how this software works, to redistribute copies and to
File root/themes/default/main.html changed (mode: 100644) (index 114f94d..0e75bc4)
1 1 <div class="islands"> <div class="islands">
2 <div class="island" style="background-color: #aaa; color: #fff">
2 <div class="island" style="background-color: #bbb; color: #fff">
3 3 <div class="island_title">Welcome to RocketGit!</div> <div class="island_title">Welcome to RocketGit!</div>
4 4 <span style="font-weight: bold; font-size: 16pt"> <span style="font-weight: bold; font-size: 16pt">
5 FLOS (Free, Libre and Open-Source) software for managing
5 Free (as in speech) software for managing
6 6 <a href="https://git-scm.com/" target="_blank">Git</a> projects, <a href="https://git-scm.com/" target="_blank">Git</a> projects,
7 7 both public and private. both public and private.
8 8 <span style="color: red">Beta</span> <span style="color: red">Beta</span>
 
10 10 </div> </div>
11 11
12 12 <div class="island"> <div class="island">
13 <div class="island_title">FLOSS</div>
13 <div class="island_title">Free (as in speech) software</div>
14 14 We know that many people find inappropriate to host their projects on a We know that many people find inappropriate to host their projects on a
15 15 proprietary platform. proprietary platform.
16 16 Also, we know that many developers find inappropriate to sign a Also, we know that many developers find inappropriate to sign a
 
31 31 In case you are wondering about the Enterprise Edition, we are happy to In case you are wondering about the Enterprise Edition, we are happy to
32 32 inform you that this is the same version as the one running here, on inform you that this is the same version as the one running here, on
33 33 rocketgit.com. Therefore, you can choose to run RocketGit rocketgit.com. Therefore, you can choose to run RocketGit
34 inside the firewall (on-premise) without losing the FLOSS benefits.
34 inside the firewall (on-premise) without losing the free (as in speech)
35 software benefits.
35 36 </div> </div>
36 37
37 38 <div class="island"> <div class="island">
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