From 1b50e6b0af2dc7f9d785e886a79784e3c6accc8b Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Mon, 29 Apr 2024 00:13:51 +0200 Subject: Write man pages for Gitolfs3 --- docs/man/gitolfs3-authenticate.1 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/man/gitolfs3-authenticate.1 (limited to 'docs/man/gitolfs3-authenticate.1') diff --git a/docs/man/gitolfs3-authenticate.1 b/docs/man/gitolfs3-authenticate.1 new file mode 100644 index 0000000..67151e1 --- /dev/null +++ b/docs/man/gitolfs3-authenticate.1 @@ -0,0 +1,33 @@ +.TH GITOLFS3-AUTHENTICATE 1 2024-04-29 Gitolfs3 "Gitolfs3 Manual" +.SH NAME +git-lfs-authenticate \- Git LFS authentication agent for Gitolfs3 +.SH SYNOPSIS +.B git-lfs-authenticate + +upload/download +.SH DESCRIPTION +.B git-lfs-authenticate +is a Git LFS authentication agent for Gitolfs3. +When accessible from the Git shell, +.B git-lfs-authenticate +can authorize users to access the Gitolfs3 Git LFS server. + +Although +.B git-lfs-authenticate +does assume that the user can be trusted, as they have access to the server, +it is a good idea to restrict the shell for the \fIgit\fR user. +For example, the user should not be able to modify environment variables, nor +should the user be able to execute any arbitrary command. +The Git shell provided by Gitolfs3 may be a good option. (See +.BR gitolfs3-shell (1).) +.SH ENVIRONMENT VARIABLES +.TP +.B GITOLFS3_HREF_BASE +.B Required. +The base URL at which the Gitolfs3 server is available. +Must end with a slash. +.TP +.B GITOLFS3_KEY_PATH +.B Required. +The path to the key which is used to authorize the request to the Gitolfs3 +server. -- cgit v1.2.3