openhab / website

This repository contains the final artifacts from which the project website is served.
https://www.openhab.org/
20 stars 47 forks source link

Added download redirects #277

Closed kaikreuzer closed 3 years ago

kaikreuzer commented 3 years ago

This gives us a chance to not hard-code jfrog urls anywhere in our distro.

Related to https://github.com/openhab/openhab-distro/issues/1256

Signed-off-by: Kai Kreuzer kai@openhab.org

kaikreuzer commented 3 years ago

That works awesome on the preview! 😄

ghys commented 3 years ago

Nice! Wouldn't that mean a lot of 302 redirects, one for every download? This shouldn't have a big impact on speed & bandwidth but who knows...

kaikreuzer commented 3 years ago

We have around 500-1000 (manual, not apt) downloads a day - that's less than one request per minute, so that shouldn't be an issue really.