Commit
+9 -0 +/-1 browse
1 | diff --git a/README.md b/README.md |
2 | index 5aaf3c7..97c0dea 100644 |
3 | --- a/README.md |
4 | +++ b/README.md |
5 | @@ -21,6 +21,15 @@ A high-performance, caching Git LFS server with an AWS S3 back-end. |
6 | project names in the URL and they are automatically created. If two projects |
7 | share many LFS objects, have them use the same URL to save on storage space. |
8 | |
9 | + The back-end storage code is very modular and composable. PRs for implementing |
10 | + other storage back-ends are welcome. If you begin working on this, please let us |
11 | + know by submitting an issue. |
12 | + |
13 | + ## Non-Features |
14 | + |
15 | + - There is no client authentication. This is meant to be run in an internal |
16 | + network with clients you trust, not on the internet with malicious actors. |
17 | + |
18 | ## Running It |
19 | |
20 | ### Generate an encryption key |