I'm currently in the process of investigating whether git LFS is a viable source control solution for a game development project I am working on. We currently have all of our assets on Github, large binary assets and all, and are starting to push up against the 1GB limit it imposes on repos, and would like to migrate it to git LFS if possible. The main issue is the pricing of Git LFS storage on Github and similar services. We'd much rather self-host a server ourselves either on a VPS like Linode or DigitalOcean or on cloud storage services like S3 or GCS.
My question is: is it viable to put a Git LFS server behind a CDN service like CloudFlare with aggressive caching? Are the HTTP endpoints exposed by the server prone to change as new files/versions are uploaded?
Post Details
- Posted
- 7 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/git/comment...