FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
gitlist-docker/config.ini at master · ikethecoder/gitlist-docker · GitHub
ikethecoder
/
gitlist-docker
Public
forked from
davibe/gitlist-docker
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
gitlist-docker
/
config.ini
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (23 loc) · 893 Bytes
Breadcrumbs
gitlist-docker
/
config.ini
Copy path
File metadata and controls
29 lines (23 loc) · 893 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[git]
client
=
'
/usr/bin/git
'
;
Your git executable path
default_branch
=
'
master
'
;
Default branch when HEAD is detached
repositories[] =
'
/repos
'
;
Path to your repositories
;
If you wish to add more repositories, just add a new line
;
WINDOWS USERS
;
client = '"C:\Program Files (x86)\Git\bin\git.exe"' ; Your git executable path
;
repositories[] = 'C:\Path\to\Repos\' ; Path to your repositories
;
You can hide repositories from GitList, just copy this for each repository you want to hide
;
hidden[] = '/home/git/repositories/BetaTest'
[app]
debug
= false
cache
= true
baseurl
=
'
/gitlist
'
;
If you need to specify custom filetypes for certain extensions, do this here
[filetypes]
;
extension = type
;
dist = xml
;
If you need to set file types as binary or not, do this here
[binary_filetypes]
;
extension = true
;
svh = false
;
map = true
Back
|
FazBrowse Home
|
New Git URL