github hosted binaries start failing on many networks
theaog opened this issue · 2 comments
theaog commented
I noticed less and less hosts allow me to download binaries from github, I made an nginx server and copied the gs-binaries there:
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
that's odd. What type of errors are you getting?
SkyperTHC commented
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.