From 45dd47e0f26170848af6f8af872a74213b170229 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Fri, 26 Apr 2024 20:25:15 +0200 Subject: Try to fix README so it renders properly on cgit --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3e193da..cbe362b 100644 --- a/README.md +++ b/README.md @@ -13,25 +13,25 @@ the complexity of my system down as much as possible.) Currently, it has the following features: - Storage with S3-compatible services (at the moment of writing, I am using - Scaleway Object Storage for this purpose) + Scaleway Object Storage for this purpose) - Git LFS Batch API support. Only the basic transfer adapter is supported. Only - SHA256 Object IDs (OIDs) are supported. + SHA256 Object IDs (OIDs) are supported. - `git-lfs-authenticate` is provided for authentication over SSH. File transfer - over SSH using `git-lfs-transfer` is not supported. + over SSH using `git-lfs-transfer` is not supported. - A Git shell is provided so that I can stay sane. (I don't recall 100%, but I - believe this was nice when wanting to push to some ssh://git@asdf/blabla.git - repo without having to type `/srv/git` before the repo name. And I don't want - to have to use something like Gitolite.) + believe this was nice when wanting to push to some ssh://git@asdf/blabla.git + repo without having to type `/srv/git` before the repo name. And I don't want + to have to use something like Gitolite.) - Public/private repos based on the `git-daemon-export-ok` file in the bare - repo. (I have a very particular setup in which this is desirable.) - - Downloads for files in public repositories are 'proxied' through the - Gitolfs3 server, at least when accessed from the public internet. - - Unauthenticated users accessing the service over a private network - (authorized by `X-Fowarded-Host`) can access all repositories. Downloads - for these users are not proxied: instead, they are directed to pre-signed - S3 download URLs. - - Authenticated users can download and upload for all repositories, - regardless of how they access the service. + repo. (I have a very particular setup in which this is desirable.) + - Downloads for files in public repositories are 'proxied' through the + Gitolfs3 server, at least when accessed from the public internet. + - Unauthenticated users accessing the service over a private network + (authorized by `X-Fowarded-Host`) can access all repositories. Downloads + for these users are not proxied: instead, they are directed to pre-signed + S3 download URLs. + - Authenticated users can download and upload for all repositories, + regardless of how they access the service. This program, as it is, solely serves my needs. Although I may occasionally add some features or perform some cleanups (especially the server still requires -- cgit v1.2.3