staticallyio / statically

The CDN for developers.
https://statically.io
MIT License
584 stars 89 forks source link

Support GitLab artifacts #20

Closed probonopd closed 5 years ago

probonopd commented 5 years ago

When I enter https://gitlab.com/scribus/scribus/-/jobs/227157068/artifacts/raw/Scribus-2f0ab15-x86_64.AppImage into the form on https://staticaly.com/ it does not give me a URL back.

Being able to use a CDN for GitLab CI artifacts would be especially useful, especially in case this would support HTTP Range Requests.

fransallen commented 5 years ago

Hey @probonopd, thanks for checking in!

GitLab CI artifacts raw files haven't supported yet, I may consider this feature in future if really necessary, I see people use Statically just for doing small css/js/image files, not sure about .AppImage yet since it has large file size.

We currently support 30MB file size from GitHub/GitLab/Bitbucket raw server, if more than that, Statically will provide 413.

Please, let me know if you have any other questions. :)

probonopd commented 5 years ago

Thanks @fransallen. Indeed this would only be useful if there was no filesize limitation.

fransallen commented 5 years ago

You're welcome! I will close this issue, so feel free to open it again if there's any question related.