bundles: update the builtin URL to our new webservice - #833
Conversation
archive.org has been problematic because it has had low-level reliability problems and, more importantly, it is unfortunately blocked in China. I finally registered my own domain to set up a simple webservice that performs the redirection and provides a custom domain to host the bundle assets.
|
The new service is hosted off of a domain I registered, The relay service is powered by a very simple nginx Docker container, built here: https://github.com/tectonic-typesetting/tectonic-relay-service The cloud services are hosted on Microsoft Azure, specified using Terraform configuration stored here: https://github.com/tectonic-typesetting/tectonic-cloud-infra |
Codecov Report
@@ Coverage Diff @@
## master #833 +/- ##
=======================================
Coverage 47.08% 47.08%
=======================================
Files 146 146
Lines 59500 59500
=======================================
+ Hits 28016 28017 +1
+ Misses 31484 31483 -1
Continue to review full report at Codecov.
|
|
I don't feel like I've done an amazing amount of testing, but we're going to have to just YOLO this. |
archive.org has been problematic because it has had low-level reliability problems and, more importantly, it is unfortunately blocked in China. I finally registered my own domain to set up a simple webservice that performs the redirection and provides a custom domain to host the bundle assets.
CC #765, #831, #832.