diff options
| author | Rutger Broekhoff | 2024-04-26 20:43:48 +0200 |
|---|---|---|
| committer | Rutger Broekhoff | 2024-04-26 20:43:48 +0200 |
| commit | a5c556ba0c922e00997ccb86bad93ea16768446d (patch) | |
| tree | f53d687720f337786e6972066d180f0a26fd7d51 | |
| parent | 2ad6fb0dbd25800e029926da8ce5c2b8464a6a89 (diff) | |
| download | gitolfs3-a5c556ba0c922e00997ccb86bad93ea16768446d.tar.gz gitolfs3-a5c556ba0c922e00997ccb86bad93ea16768446d.zip | |
Update README
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -23,6 +23,10 @@ Currently, it has the following features: | |||
| 23 | believe this was nice when wanting to push to some ssh://git@asdf/blabla.git | 23 | believe this was nice when wanting to push to some ssh://git@asdf/blabla.git |
| 24 | repo without having to type `/srv/git` before the repo name. And I don't want | 24 | repo without having to type `/srv/git` before the repo name. And I don't want |
| 25 | to have to use something like Gitolite.) | 25 | to have to use something like Gitolite.) |
| 26 | - Gitolfs3 (the server, `git-lfs-authenticate` and `git-shell` implementation) | ||
| 27 | do not require any kind of persistent nor temporary storage. Instead, user | ||
| 28 | authentication/authorization between `git-lfs-authenticate` and the Gitolfs3 | ||
| 29 | server is done using HMAC(-SHA256) MACs. | ||
| 26 | - Public/private repos based on the `git-daemon-export-ok` file in the bare | 30 | - Public/private repos based on the `git-daemon-export-ok` file in the bare |
| 27 | repo. (I have a very particular setup in which this is desirable.) | 31 | repo. (I have a very particular setup in which this is desirable.) |
| 28 | - Downloads for files in public repositories are 'proxied' through the | 32 | - Downloads for files in public repositories are 'proxied' through the |