List of commits:
Subject Hash Author Date (UTC)
hints: ssh: make more clear that ssh must be restarted 8c35f89b323d3ea28fad79f4c32d78aadc8618f6 Catalin(ux) M. BOIE 2017-07-22 08:17:37
rg_authorize must be run as rocketgit user - fix permissions to 0755 80db46ae953b72ba521b3cd96c91602e127fc8f8 Catalin(ux) M. BOIE 2017-07-22 08:07:56
build_jobs: Columns with no defaults must be specified bbb1c0036be3c6180d84e0641f41aa60ae1905f1 Catalin(ux) M. BOIE 2017-07-20 20:34:32
Show the suggestion to use https correctly 9656ff5ec3bfe65fc7a573fae254483c31d88501 Catalin(ux) M. BOIE 2017-07-10 20:57:26
rg_template_eval_cond: now supports more operations 2155bedec6e82343d84c8c504c0beb68fdf01dea Catalin(ux) M. BOIE 2017-07-10 20:55:48
Minor corrections dc3ce904f00ce5903ac5614ac870a0529d22ee4a Catalin(ux) M. BOIE 2017-07-10 20:55:03
state_get: Return empty if the state table does not exists 35822bff104ba2133f29a0a69cff4603d990a721 Catalin(ux) M. BOIE 2017-07-09 19:18:11
duilder: add 'samples' dir to the docs 8762f7dbfcec1f3ed5d6d7ba7dbf0ed547a894b7 Catalin(ux) M. BOIE 2017-07-09 06:54:06
Bump version to 0.70 a3524c87b21d22d734626503683e80e51abd574c Catalin(ux) M. BOIE 2017-07-09 06:40:24
Added nginx next to apache 982e6536f5204a07c939b01229784a46c18cdada Catalin(ux) M. BOIE 2017-07-09 06:38:55
rg_exec: when stdout closes, we should not try to get input anymore from the external program b550d45c19c48235eddbd5b6fdcadcec2689065b Catalin(ux) M. BOIE 2017-07-09 06:38:32
Small corrections 68c2120f6bb1cd04e3c35b18fee8c2ce89c525bb Catalin(ux) M. BOIE 2017-07-09 06:36:59
tests: deal with the case when ControlMaster is not 'no' 7fc439c93b2e9df218292d20fbe50606d770955f Catalin(ux) M. BOIE 2017-07-09 06:35:36
Do not use http_host anymore af14b07381106cbc015aa6620d587b7e64ce7ed5 Catalin(ux) M. BOIE 2017-07-09 06:34:32
ssh_host and git_host must not depend on http host 4677add26d7c03541cdd412d9fdc420ec79867b2 Catalin(ux) M. BOIE 2017-07-09 06:31:52
TODO: some updates 5b264972f3127c9fcceab83014598957d4dd38b1 Catalin(ux) M. BOIE 2017-07-09 06:30:32
duilder: add also samples directory e5c3dc7c1dc5db3062705838082d96e0579e42db Catalin(ux) M. BOIE 2017-07-09 06:29:34
More debugging added to webhooks 87d72dd3b50917b04e072d95ca22a0d639853701 Catalin(ux) M. BOIE 2017-07-09 06:28:38
Anonymize also admin init parameters 18786c9c9c1329e08f07120aa8a8d93a9630989b Catalin(ux) M. BOIE 2017-07-06 18:37:28
Activate the caching also for HTTP/2.0 063b7e36532874272048f1d193176499e834b0a0 Catalin(ux) M. BOIE 2017-07-06 18:24:34
Commit 8c35f89b323d3ea28fad79f4c32d78aadc8618f6 - hints: ssh: make more clear that ssh must be restarted
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-07-22 08:17
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-07-22 08:17
Parent(s): 80db46ae953b72ba521b3cd96c91602e127fc8f8
Signer:
Signing key:
Signing status: N
Tree: d4917dadd5ace77db40ecb0f09e32956e491de32
File Lines added Lines deleted
root/themes/default/admin/settings/ssh/hints.html 2 2
root/themes/default/admin/settings/ssh/main.html 1 1
File root/themes/default/admin/settings/ssh/hints.html changed (mode: 100644) (index 040d283..72d28cf)
... ... If you choose 'Yes', RocketGit will not generate the authorized_keys
4 4 file anymore; instead, it will provide a helper to OpenSSH that will look-up directly in file anymore; instead, it will provide a helper to OpenSSH that will look-up directly in
5 5 the database the fingerprint provided by the user.<br /> the database the fingerprint provided by the user.<br />
6 6 See 'man sshd_config' for more info.<br /> See 'man sshd_config' for more info.<br />
7 Before choosing 'Yes', you must append to /etc/ssh/sshd_config file the following lines
7 Before choosing 'Yes', you must <b>append</b> to <b>/etc/ssh/sshd_config</b> file the following lines
8 8 (use tab key to indent): (use tab key to indent):
9 9 <div class="xcode"> <div class="xcode">
10 10 Match User rocketgit<br /> Match User rocketgit<br />
 
... ... Match User rocketgit<br />
12 12 &nbsp;&nbsp; AuthorizedKeysCommandUser rocketgit<br /> &nbsp;&nbsp; AuthorizedKeysCommandUser rocketgit<br />
13 13 &nbsp;&nbsp; AuthenticationMethods publickey &nbsp;&nbsp; AuthenticationMethods publickey
14 14 </div> </div>
15 Then, restart the ssh daemon.
15 Then, <b>restart</b> the ssh daemon.
File root/themes/default/admin/settings/ssh/main.html changed (mode: 100644) (index 0ba1aa3..c411cc0)
43 43 <label for="AuthorizedKeysCommand">Activate OpenSSH's AuthorizedKeysCommand (see hints)</label><br /> <label for="AuthorizedKeysCommand">Activate OpenSSH's AuthorizedKeysCommand (see hints)</label><br />
44 44 <select name="AuthorizedKeysCommand" id="AuthorizedKeysCommand"> <select name="AuthorizedKeysCommand" id="AuthorizedKeysCommand">
45 45 <option value="0"@@if(@@AuthorizedKeysCommand@@ == 0){{ selected="selected"}}>No (RocketGit will generate authorized_keys file)</option> <option value="0"@@if(@@AuthorizedKeysCommand@@ == 0){{ selected="selected"}}>No (RocketGit will generate authorized_keys file)</option>
46 <option value="1"@@if(@@AuthorizedKeysCommand@@ == 1){{ selected="selected"}}>Yes (you activated it in sshd_config)</option>
46 <option value="1"@@if(@@AuthorizedKeysCommand@@ == 1){{ selected="selected"}}>Yes (you activated it in sshd_config and restarted ssh daemon)</option>
47 47 </select> </select>
48 48 </p> </p>
49 49
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://rocketgit.com/user/catalinux/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/rocketgit

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main