lfs-test-server icon indicating copy to clipboard operation
lfs-test-server copied to clipboard

Standalone Git LFS server

Results 19 lfs-test-server issues
Sort by recently updated
recently updated
newest added

I'm trying to specify my own ssl keys, but the server won't run with them. It gives: ``` 2015-05-28T21:03:57Z 4f3e3d0bdc3c lfs[104] [proc.go:63]: fn=main msg=Using https 2015-05-28T21:03:58Z 4f3e3d0bdc3c lfs[104] [main.go:81]: fn=main...

I'm not sure why but: ``` ~ go install github.com/github/lfs-test-server cannot find package "github.com/github/lfs-test-server" in any of: /usr/local/Cellar/go/1.15/libexec/src/github.com/github/lfs-test-server (from $GOROOT) /Users/me/go/src/github.com/github/lfs-test-server (from $GOPATH) ~ go get github.com/github/lfs-test-server ~ go install...

In order to comply with data protection, original passwords should not be stored in the database. Now, only the hashed password is in the database. I've changed the two places...

If a user sends an excessively large batch (i.e., larger than the default), we should return a 413 so that alternative client implementations can test this, since some implementations won't...

Steps: 1. Set up lfs-test-server on http://mywebsite.com:9999 and run the lfs-test-server binary 2. Verify lfs-test-server works by checking out the /mgmt, logging in, and adding in a user 3. On...

We use the lfs-test server to host the binary files in one of our git repos. This is on-premises and it happily runs on a Centos server. Except that it...

Hello! I'm not very experienced with this so I might've overlooked something, but: (1) I set up the lfs-test-server, and was able to successfully commit to it with a local...

While building a reverse proxy solution ( see #66 ), I noticed the management page refers to the other pages (like /users), as well as the CSS file, with an...

I have a use case, where I'm trying to use Apache reverse proxy to act as a HTTPS reverse proxy that redirect `https://HOST/git-lfs/` to a backend lfs-test-server that's serving HTTP...

I'd like to use this test server to setup a public repository with some lfs-server backed files that, when cloned, does not prompt the user for a user name or...