Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Post configuration must include also web conf file | 3583e8915579dc8e4c9a508bac7998a3e612e501 | Catalin(ux) M. BOIE | 2016-10-08 07:50:00 |
ssl_request_log -> rocketgit-ssl_request_log | 639e5532748729cd8a6ac8e4cf082b24e15e2eeb | Catalin(ux) M. BOIE | 2016-10-08 07:47:45 |
Add 'SSLCipherSuite PROFILE=SYSTEM' to the SSL configuration | 100d73878b3da1718cf97c58d016ed182c690a9b | Catalin(ux) M. BOIE | 2016-10-08 06:33:09 |
Instruct login user to create a repo if she/he has none. | f6f2f438deadb1ec80d32acbc8947dcc849dca19 | Catalin(ux) M. BOIE | 2016-10-08 06:24:57 |
Small changes at vm docs | 8106a47f5bf89990ba7f7dbb0f8feb319ba4d883 | Catalin(ux) M. BOIE | 2016-10-05 03:32:37 |
No need to login to find out the ip address | 55a3abd3dda66d9d0dccdc0fc27dc3dc3e7c3fa1 | Catalin(ux) M. BOIE | 2016-10-05 03:25:47 |
Bump version to 0.62 | 61acc979d8c3bb629e03dc371bba1f604f300205 | Catalin(ux) M. BOIE | 2016-10-04 18:49:31 |
TODO updates | cc78fa90ebdb7605013f2ba40b7d196d708d7415 | Catalin(ux) M. BOIE | 2016-10-04 18:49:04 |
Allow php-fpm to use lock files and to regenerate authorized_keys file | 5970fcb677e3443ff96549413df105c9956f0abf | Catalin(ux) M. BOIE | 2016-10-04 18:48:35 |
Add ServerName and ServerAlias also for TLS virtual host | 08bf46f86137767e4432222475a3ea31034a132a | Catalin(ux) M. BOIE | 2016-10-04 18:47:47 |
Bump version to 0.61 | 99a6ed768168adf45bab328c7405cd10a3e3a81d | Catalin(ux) M. BOIE | 2016-10-03 16:31:43 |
TODO updates | cdc8de4255d6c343a9223bcf334228651e41ae6f | Catalin(ux) M. BOIE | 2016-10-03 16:31:22 |
Small adjustments to unit/functional tests | db54e9be71a96b185713ccbc76dff2b462113755 | Catalin(ux) M. BOIE | 2016-10-03 16:13:46 |
Allow the use of multiple workers | 0ba944fa4f60754b31ec29a676e72a9b870698cc | Catalin(ux) M. BOIE | 2016-10-03 16:13:15 |
Docker fixes | 36653f824b0c2f7159a0cdbfa50e38aea714a0b5 | Catalin(ux) M. BOIE | 2016-10-03 16:12:48 |
Now, any script can update the structure and apply the fixes | 03e1ba61bdcac0514977b79c0b38449db29aa7a5 | Catalin(ux) M. BOIE | 2016-10-03 16:05:19 |
fpm: raise the memory limit to 128M from 32M because some initial commits may be very big | 5dee24337e21e740cba1080e9bfc376b2e8f2036 | Catalin(ux) M. BOIE | 2016-10-02 08:06:39 |
Compute the md5 key only when needed | 4eebe2a3863ca6b50e107ad84080629da6d81707 | Catalin(ux) M. BOIE | 2016-10-02 07:56:52 |
Pass all parameters to worker.php to be able to choose a different configuration | 4da8c1c26b9bd192fa4525f3168cce2fa421702c | root | 2016-09-29 18:18:40 |
Prefer https over ssh | 3dfed205de47850d459106b2479484d83fdcbca8 | Catalin(ux) M. BOIE | 2016-09-28 02:23:44 |
File | Lines added | Lines deleted |
---|---|---|
root/themes/default/download-vm.html | 2 | 1 |
File root/themes/default/download-vm.html changed (mode: 100644) (index 4a5c3cf..fb17b37) | |||
227 | 227 | * generate new SSL/TLS keys<br /> | * generate new SSL/TLS keys<br /> |
228 | 228 | * add the vm in the update plan<br /> | * add the vm in the update plan<br /> |
229 | 229 | * run timedatectl set-timezone 'Continent/City' to set the timezone | * run timedatectl set-timezone 'Continent/City' to set the timezone |
230 | (needs a restart of some services or reboot)<br /> | ||
230 | (needs a restart of some services or a reboot)<br /> | ||
231 | 231 | * change the root password: run 'passwd' (initial password is 'aaaa')<br /> | * change the root password: run 'passwd' (initial password is 'aaaa')<br /> |
232 | 232 | * allow this virtual machine to send mail (add it to the relay allow list)<br /> | * allow this virtual machine to send mail (add it to the relay allow list)<br /> |
233 | 233 | * set a static IP address instead of DHCP<br /> | * set a static IP address instead of DHCP<br /> |
234 | 234 | * add it to the DNS server to be able to access it by name<br /> | * add it to the DNS server to be able to access it by name<br /> |
235 | 235 | * adjust logrotate times<br /> | * adjust logrotate times<br /> |
236 | 236 | * customize /etc/rocketgit/config.php<br /> | * customize /etc/rocketgit/config.php<br /> |
237 | * customize /etc/httpd/conf.d/rocketgit.conf (ServerName, ServerAlias etc.)<br /> | ||
237 | 238 | <br /> | <br /> |
238 | 239 | Enjoy your new RocketGit instance!<br /> | Enjoy your new RocketGit instance!<br /> |
239 | 240 | </div> | </div> |