aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man/gitolfs3-server.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/gitolfs3-server.1')
-rw-r--r--docs/man/gitolfs3-server.113
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/man/gitolfs3-server.1 b/docs/man/gitolfs3-server.1
index 30f8cb5..a381945 100644
--- a/docs/man/gitolfs3-server.1
+++ b/docs/man/gitolfs3-server.1
@@ -23,13 +23,12 @@ l l
23l l 23l l
24l l 24l l
25l l. 25l l.
26lfs-test.git/ % repository name 26lfs-test.git/ % repository name
27 lfs/objects/ % namespace 27 lfs/objects/ % namespace
28 4e/ % first byte of the object ID (OID) 28 4e/ % first byte of the object ID (OID)
29 7b/ % second byte of the OID 29 7b/ % second byte of the OID
30 4e7bfdb[...]11ce013 % OID (SHA256) 30 4e7bfdb[...]11ce013 % OID (SHA256)
31.TE 31.TE
32
33.P 32.P
34Public and private repositories are distinguished using the presence of a 33Public and private repositories are distinguished using the presence of a
35\fIgit-daemon-export-ok\fR file in the bare repository. 34\fIgit-daemon-export-ok\fR file in the bare repository.
@@ -125,7 +124,7 @@ Only untrusted hosts are held to this limit.
125A comma-separated list of hosts which can be classified as 'trusted'. 124A comma-separated list of hosts which can be classified as 'trusted'.
126 125
127If a request comes in for which the X-Forwarded-Host header contains one of the 126If a request comes in for which the X-Forwarded-Host header contains one of the
128hosts in this list, then the user is automatically generated read access to all 127hosts in this list, then the user is automatically granted read access to all
129repositories, regardless of the presence of a \fIgit-daemon-export-ok\fR file. 128repositories, regardless of the presence of a \fIgit-daemon-export-ok\fR file.
130Furthermore, presigned URLs are returned for download requests, instead of 129Furthermore, presigned URLs are returned for download requests, instead of
131downloads being proxied through the Gitolfs3 server. 130downloads being proxied through the Gitolfs3 server.