fpw / avitab

X-Plane plugin that displays a tablet to aid VR usage
GNU Affero General Public License v3.0
299 stars 58 forks source link

Release download link not working #205

Closed Denzy7 closed 3 months ago

Denzy7 commented 3 months ago

Why not host releases right here?

fpw commented 3 months ago

This is not the only place where the release is published - I want one central location to get proper stats about download counts etc., so all places link to one central server. The uptime of that should be around 99%, so sorry if it was down, but it should be working now.

Denzy7 commented 3 months ago

I believe you can curl https://api.github.com/repos/<USERNAME>/<REPO>/releases to get releases and curl https://api.github.com/repos/<USERNAME>/releases/<RELEASE_ID>> to get download stats and completely ditch any hosting, if possible. You could even use to CI to autobuild and avoid any work on your end. It's a possibility anyway