You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the installation of the Hub in the install-hub.sh script still uses the original GitHub address, which makes the installation difficult in mainland China.
In the Agent's installation script, the ghp.ci proxy is used to access GitHub, but this address is still inaccessible in some regions or at certain times.
Therefore, it is hoped that the installation can be completed through a CDN network like jsDelivr.
Currently, there are two usable domains in mainland China, and the link address of gcore can provide better accessibility.
cdn.jsdelivr.net
gcore.jsdelivr.net
I tried to use this tool to convert the download address, but the following error occurred, and it is not yet certain what caused it.
Failed to fetch henrygd/beszel@releases from GitHub.
The text was updated successfully, but these errors were encountered:
Easy solution might be to have them on beszel.dev site as that is in Cloudflare anyways.
Indeed, on a global scale, using Cloudflare is a great solution for most regions around the world. Moreover, jsDelivr itself also utilizes Cloudflare's CDN network. Unfortunately, in mainland China, accessing Cloudflare still poses challenges. As mentioned before, it seems that Gcore has some kind of magic that enables better access from mainland China :)
Currently, the installation of the Hub in the
install-hub.sh
script still uses the original GitHub address, which makes the installation difficult in mainland China.In the Agent's installation script, the
ghp.ci
proxy is used to access GitHub, but this address is still inaccessible in some regions or at certain times.Therefore, it is hoped that the installation can be completed through a CDN network like jsDelivr.
Currently, there are two usable domains in mainland China, and the link address of
gcore
can provide better accessibility.I tried to use this tool to convert the download address, but the following error occurred, and it is not yet certain what caused it.
The text was updated successfully, but these errors were encountered: