giftless
giftless copied to clipboard
🎁 A pluggable Git LFS server written in Python. Highly customizable and easy to extend.
I just spent a bunch of time trying to set this up (it works now), but a lot of this could've been saved, if I hadn't followed this link for...
After quite some debugging I declared the bucket directly and it finally worked. Maybe the error is on my end since I am fairly new to giftless and docker. .env...
This has come out of a brainstorm in https://github.com/datopian/giftless/issues/166#issuecomment-2265785088 and as the issue's original topic will be covered by PR #175, this is being separated out not to get lost...
I was getting quite a lot of ``` [pid: 7|app: 0|req: 6255/12909] 10.165.4.11 () {50 vars in 850 bytes} [Fri Feb 21 15:05:16 2025] POST /lsst-dm/testdata_image_cutouts/objects/batch => generated 3334 bytes...
- [ ] making the ghcr.io package repository public (needs @datopian support) - [ ] acquiring Docker login credentials to push to Docker Hub (or is there another docker hub...
I'm unable to use JWT tokens as a parameter within LFS URLs. Include the token in the URL: ``` git config lfs.url 'https://lfs.sp-tarkov.com/sp-tarkov/server?jwt=TOKEN' ``` Error when pushing: ``` git lfs...
When I add an authorization header which includes a JWT token to the repository configuration: ``` git config http.https://lfs.sp-tarkov.com/sp-tarkov/.extraheader "Authorization: Bearer TOKEN" ``` I would expect the requests to be...