From 69eeaa5a725d20c6460771e224e441e7de23bffe Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 07 May 2014 13:02:02 -0400 Subject: [PATCH] Documentation --- src/site/setup_go.mkd | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/site/setup_go.mkd b/src/site/setup_go.mkd index 51ca295..f099cc0 100644 --- a/src/site/setup_go.mkd +++ b/src/site/setup_go.mkd @@ -5,7 +5,7 @@ 2. The server itself is configured through a simple text file. Open `data/gitblit.properties` in your favorite text editor and make sure to review and set: - *server.httpPort* and *server.httpsPort* - - *server.storePassword* + - *server.storePassword* (do not enter *#* characters) **https** is strongly recommended because passwords are insecurely transmitted form your browser/git client using Basic authentication! - *git.packedGitLimit* (set larger than the size of your largest repository) - *git.streamFileThreshold* (set larger than the size of your largest committed file) @@ -39,6 +39,8 @@ If you want to serve your repositories to another machine over https then you will want to generate a new certificate for the hostname or ip address you are serving from. +**NOTE:** The Gitblit Authority is a GUI tool and will require X11 forwarding on headless UNIX boxes. + 1. `authority.cmd` or `java -jar authority.jar --baseFolder data` 2. Click the *new ssl certificate* button (red rosette in the toolbar in upper left of window) 3. Enter the hostname or ip address -- Gitblit v1.9.1