aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index e701d62..e0ba1b9 100644
--- a/README.md
+++ b/README.md
@@ -3,12 +3,12 @@ Gitolfs3: a very simple Git LFS server
3 3
4[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) 4[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
5 5
6Gitolfs3 is my personal Git LFS server that runs on my VPS. It uses a 6Gitolfs3 is the Git LFS server that runs on my VPS. It uses an S3-compatible
7S3-compatible service as backing storage. It seems to be working fine up until 7service as backing storage. It seems to be working fine up until now, but
8now, but doesn't get too much use (so the primary reason for breakage is me 8doesn't get too much use (so the primary reason for breakage is me being too
9being too lazy to refresh credentials). 9lazy to refresh credentials).
10 10
11The name 'Gitolfs3' started as a portmanteau of Gitolite, LFS and S3. These 11The name 'Gitolfs3' started as a portmanteau of Gitolite, Git LFS and S3. These
12days, this project has nothing to do with Gitolite, because I don't use 12days, this project has nothing to do with Gitolite, because I don't use
13Gitolite anymore. (It was too extensive for my use case, and I prefer to keep 13Gitolite anymore. (It was too extensive for my use case, and I prefer to keep
14the complexity of my system down as much as possible.) 14the complexity of my system down as much as possible.)