feature(new_mirror): Added a community mirror: zig.savalione.com#533
feature(new_mirror): Added a community mirror: zig.savalione.com#533SavaLione wants to merge 1 commit intoziglang:mainfrom
Conversation
509a48d to
00248b9
Compare
|
@SavaLione sorry for the delay in getting to this. The CI indicates you are frequently failing with 504 Gateway Timeout; see https://github.com/ziglang/www.ziglang.org/actions/runs/19148918602?pr=533. |
00248b9 to
d71e40c
Compare
|
Hi @mlugg , it's ok The 504 timeouts are happening because the server is located in a region with restricted external connectivity (similar to the GFW), though local connections within the region work perfectly. After the recent push, I noticed that the new mirror still can't pass all mirror checks.
Let me know what you think |
You can ignore that failure---I'm currently trying to fix some problems with that CI check, sorry! Your mirror might be fine. I'll hopefully rebase this PR again later today on a working version of the "Check Mirrors" action so we can see what the actual status is. |
d71e40c to
170d68e
Compare
|
@SavaLione it looks like In terms of whether connectivity issues to some parts of the world are okay: it would depend on how common they are. I'm going to close this PR for now, but feel free to open another one if you can get the DNS issue fixed. Thank you for trying to improve the Zig ecosystem! |
This adds a new community mirror hosted at
zig.savalione.com.The mirror is powered by a custom Go implementation and an Nginx configuration.
I plan to release the implementation and a guide on how to host a Zig mirror in the future.
I have tested several files and everything appears to be working correctly.
If you encounter any issues, please contact me at
savelii.pototskii@gmail.com, and I will address them as quickly as possible.Thanks for all your work on Zig!