Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[catpkg] repository(Source)GzipUrl field in catpkg - link to gzipped catpkg.json #205

Open
amis92 opened this issue Jun 3, 2020 · 0 comments

Comments

@amis92
Copy link

amis92 commented Jun 3, 2020

In the BSData/schemas#3 I've added a repositorySourceGzipUrl and repositoryGzipUrl which point to a pre-compressed (via gzip) catpkg.json asset.

This is the same file as repositoryUrl points to, except compressed. It might be good to use that endpoint to save bandwidth, especially for update checks.

Implemented in the BSData/publish-catpkg#8 (this is the GitHub Action that adds all needed assets to a release).

Implementation of repositorySourceUrl gzip alternative is tracked in BSData/gallery#5

This is an optional field. If not provided, app should fallback to the non-compressed URL as is used currently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant