FlafyDev/auto-nong

feat: allow for non gzipped json indexes

Closed this issue · 3 comments

would be really handy to not have to gzip my list every time i add something new

Why do you need it?
It's usually better to compress and decompress so downloading the JSON will take a lot less bytes.
And it shouldn't be inconvenient: You add JSON to official.json in the main branch in https://github.com/FlafyDev/auto-nong-indexes and it automatically generates the gzipped json in the dist branch.

it's convenient.
Besides, some hosts do compress static files anyways since there is a distinct http header for decompression. ( which is Accept-Encoding )

makes sense. I'll add it when I have the chance