I've tried building a simple image using:
FROM jasonwhite0/rudolfs
ENTRYPOINT ["/tini", "--", "/rudolfs"]
CMD ["--host=localhost:8080","--key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "local", "--path=/lfsdata"]
It starts fine:
2021-11-17T16:15:28.856Z INFO rudolfs > Initializing storage...
2021-11-17T16:15:28.858Z INFO rudolfs > Local disk storage initialized.
2021-11-17T16:15:28.858Z INFO rudolfs > Listening on 127.0.0.1:8080
I've added the following to my .lfsconfig:
[lfs]
url = "http://127.0.0.1:8080/api/ab/project"
However git push fails:
Uploading LFS objects: 0% (0/2), 0 B | 0 B/s, done.
batch response: Post "http://127.0.0.1:8080/api/ab/project/objects/batch": EOF
What did I miss?
I've tried building a simple image using:
It starts fine:
I've added the following to my .lfsconfig:
However
git pushfails:What did I miss?