hackerschoice / gsocket

Connect like there is no firewall. Securely.
https://www.gsocket.io
BSD 2-Clause "Simplified" License
1.53k stars 128 forks source link

github hosted binaries start failing on many networks #71

Closed theaog closed 2 years ago

theaog commented 2 years ago

I noticed less and less hosts allow me to download binaries from github, I made an nginx server and copied the gs-binaries there:

image

then updated the env vars URL_BASE and URL_DEPLOY to use my http server, and since then I haven't had an install failure.

I believe as time goes by this problem will be more and more frequent, thc should consider running their own download server as github gets blacklisted.

SkyperTHC commented 2 years ago

that's odd. What type of errors are you getting?

SkyperTHC commented 2 years ago

That can now be supplied with GS_BASE_URL=https://github.com/hackerschoice/binary/raw/main/gsocket/bin/ or different URL.

Thank you for reporting this bug.