... |
... |
@@ -1,7 +1,7 @@
|
1 |
1 |
[git]
|
2 |
2 |
client = '/usr/bin/git' ; Your git executable path
|
3 |
3 |
default_branch = 'master' ; Default branch when HEAD is detached
|
4 |
|
-repositories[] = '/var/www/Git/' ; Path to your repositories
|
|
4 |
+repositories[] = '/home/git/repositories/' ; Path to your repositories
|
5 |
5 |
; If you wish to add more repositories, just add a new line
|
6 |
6 |
|
7 |
7 |
; WINDOWS USERS
|
... |
... |
@@ -14,27 +14,27 @@ repositories[] = '/var/www/Git/' ; Path to your repositories
|
14 |
14 |
[app]
|
15 |
15 |
debug = false
|
16 |
16 |
cache = true
|
17 |
|
-theme = "bootstrap3"
|
|
17 |
+theme = "default"
|
18 |
18 |
title = ""
|
19 |
19 |
|
20 |
20 |
[clone_button]
|
21 |
21 |
; ssh remote
|
22 |
|
-show_ssh_remote = true ; display remote URL for SSH
|
|
22 |
+show_ssh_remote = false ; display remote URL for SSH
|
23 |
23 |
ssh_host = '' ; host to use for cloning via HTTP (default: none => uses gitlist web host)
|
24 |
24 |
ssh_url_subdir = '' ; if cloning via SSH is triggered using special dir (e.g. ssh://example.com/git/repo.git)
|
25 |
25 |
; has to end with trailing slash
|
26 |
|
-ssh_port = '2234' ; port to use for cloning via SSH (default: 22 => standard ssh port)
|
|
26 |
+ssh_port = '' ; port to use for cloning via SSH (default: 22 => standard ssh port)
|
27 |
27 |
ssh_user = 'git' ; user to use for cloning via SSH
|
28 |
28 |
ssh_user_dynamic = false ; when enabled, ssh_user is set to $_SERVER['PHP_AUTH_USER']
|
29 |
29 |
|
30 |
30 |
; http remote
|
31 |
|
-show_http_remote = true ; display remote URL for HTTP
|
|
31 |
+show_http_remote = false ; display remote URL for HTTP
|
32 |
32 |
http_host = '' ; host to use for cloning via HTTP (default: none => uses gitlist web host)
|
33 |
33 |
use_https = true ; generate URL with https://
|
34 |
34 |
http_url_subdir = 'git/' ; if cloning via HTTP is triggered using virtual dir (e.g. https://example.com/git/repo.git)
|
35 |
35 |
; has to end with trailing slash
|
36 |
36 |
http_user = '' ; user to use for cloning via HTTP (default: none)
|
37 |
|
-http_user_dynamic = true ; when enabled, http_user is set to $_SERVER['PHP_AUTH_USER']
|
|
37 |
+http_user_dynamic = false ; when enabled, http_user is set to $_SERVER['PHP_AUTH_USER']
|
38 |
38 |
|
39 |
39 |
; If you need to specify custom filetypes for certain extensions, do this here
|
40 |
40 |
[filetypes]
|