diff options
| author | Rutger Broekhoff | 2026-02-20 18:51:02 +0100 |
|---|---|---|
| committer | Rutger Broekhoff | 2026-02-20 18:51:02 +0100 |
| commit | a208bdb9d6db274afaebf8c1676ee8792b9ed7d4 (patch) | |
| tree | 29c3e51dd96c304bdfe676e946b78f7479bf8253 | |
| parent | 2db210ac33d680b0a7cd66f67f5b879e46101893 (diff) | |
| download | gitolfs3-a208bdb9d6db274afaebf8c1676ee8792b9ed7d4.tar.gz gitolfs3-a208bdb9d6db274afaebf8c1676ee8792b9ed7d4.zip | |
Update README
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -3,12 +3,12 @@ Gitolfs3: a very simple Git LFS server | |||
| 3 | 3 | ||
| 4 | [](https://opensource.org/licenses/MIT) | 4 | [](https://opensource.org/licenses/MIT) |
| 5 | 5 | ||
| 6 | Gitolfs3 is my personal Git LFS server that runs on my VPS. It uses a | 6 | Gitolfs3 is the Git LFS server that runs on my VPS. It uses an S3-compatible |
| 7 | S3-compatible service as backing storage. It seems to be working fine up until | 7 | service as backing storage. It seems to be working fine up until now, but |
| 8 | now, but doesn't get too much use (so the primary reason for breakage is me | 8 | doesn't get too much use (so the primary reason for breakage is me being too |
| 9 | being too lazy to refresh credentials). | 9 | lazy to refresh credentials). |
| 10 | 10 | ||
| 11 | The name 'Gitolfs3' started as a portmanteau of Gitolite, LFS and S3. These | 11 | The name 'Gitolfs3' started as a portmanteau of Gitolite, Git LFS and S3. These |
| 12 | days, this project has nothing to do with Gitolite, because I don't use | 12 | days, this project has nothing to do with Gitolite, because I don't use |
| 13 | Gitolite anymore. (It was too extensive for my use case, and I prefer to keep | 13 | Gitolite anymore. (It was too extensive for my use case, and I prefer to keep |
| 14 | the complexity of my system down as much as possible.) | 14 | the complexity of my system down as much as possible.) |