mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
Reset config.ini-example
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[git]
|
[git]
|
||||||
client = '/usr/bin/git' ; Your git executable path
|
client = '/usr/bin/git' ; Your git executable path
|
||||||
default_branch = 'master' ; Default branch when HEAD is detached
|
default_branch = 'master' ; Default branch when HEAD is detached
|
||||||
repositories[] = '/var/www/Git/' ; Path to your repositories
|
repositories[] = '/home/git/repositories/' ; Path to your repositories
|
||||||
; If you wish to add more repositories, just add a new line
|
; If you wish to add more repositories, just add a new line
|
||||||
|
|
||||||
; WINDOWS USERS
|
; WINDOWS USERS
|
||||||
@@ -14,27 +14,27 @@ repositories[] = '/var/www/Git/' ; Path to your repositories
|
|||||||
[app]
|
[app]
|
||||||
debug = false
|
debug = false
|
||||||
cache = true
|
cache = true
|
||||||
theme = "bootstrap3"
|
theme = "default"
|
||||||
title = ""
|
title = ""
|
||||||
|
|
||||||
[clone_button]
|
[clone_button]
|
||||||
; ssh remote
|
; ssh remote
|
||||||
show_ssh_remote = true ; display remote URL for SSH
|
show_ssh_remote = false ; display remote URL for SSH
|
||||||
ssh_host = '' ; host to use for cloning via HTTP (default: none => uses gitlist web host)
|
ssh_host = '' ; host to use for cloning via HTTP (default: none => uses gitlist web host)
|
||||||
ssh_url_subdir = '' ; if cloning via SSH is triggered using special dir (e.g. ssh://example.com/git/repo.git)
|
ssh_url_subdir = '' ; if cloning via SSH is triggered using special dir (e.g. ssh://example.com/git/repo.git)
|
||||||
; has to end with trailing slash
|
; has to end with trailing slash
|
||||||
ssh_port = '2234' ; port to use for cloning via SSH (default: 22 => standard ssh port)
|
ssh_port = '' ; port to use for cloning via SSH (default: 22 => standard ssh port)
|
||||||
ssh_user = 'git' ; user to use for cloning via SSH
|
ssh_user = 'git' ; user to use for cloning via SSH
|
||||||
ssh_user_dynamic = false ; when enabled, ssh_user is set to $_SERVER['PHP_AUTH_USER']
|
ssh_user_dynamic = false ; when enabled, ssh_user is set to $_SERVER['PHP_AUTH_USER']
|
||||||
|
|
||||||
; http remote
|
; http remote
|
||||||
show_http_remote = true ; display remote URL for HTTP
|
show_http_remote = false ; display remote URL for HTTP
|
||||||
http_host = '' ; host to use for cloning via HTTP (default: none => uses gitlist web host)
|
http_host = '' ; host to use for cloning via HTTP (default: none => uses gitlist web host)
|
||||||
use_https = true ; generate URL with https://
|
use_https = true ; generate URL with https://
|
||||||
http_url_subdir = 'git/' ; if cloning via HTTP is triggered using virtual dir (e.g. https://example.com/git/repo.git)
|
http_url_subdir = 'git/' ; if cloning via HTTP is triggered using virtual dir (e.g. https://example.com/git/repo.git)
|
||||||
; has to end with trailing slash
|
; has to end with trailing slash
|
||||||
http_user = '' ; user to use for cloning via HTTP (default: none)
|
http_user = '' ; user to use for cloning via HTTP (default: none)
|
||||||
http_user_dynamic = true ; when enabled, http_user is set to $_SERVER['PHP_AUTH_USER']
|
http_user_dynamic = false ; when enabled, http_user is set to $_SERVER['PHP_AUTH_USER']
|
||||||
|
|
||||||
; If you need to specify custom filetypes for certain extensions, do this here
|
; If you need to specify custom filetypes for certain extensions, do this here
|
||||||
[filetypes]
|
[filetypes]
|
||||||
|
|||||||
Reference in New Issue
Block a user