diff options
| -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.) |