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
{{ message }}
This repository was archived by the owner on Jan 7, 2026. It is now read-only.
A more performant option is to route the requests internally within Fly.io only, see e.g. https://fly.io/docs/networking/app-services/#fly-io-internal-dns-and-6pn-addresses
That would require us to change our PIX server to allow requests for two hostnames - the public one at https://pix.filspark.com and the Fly-private one. See https://github.com/filecoin-station/piece-indexer/blob/1b97e24b1a972401992a57d6bc7c23f9b17e17d7/api/lib/app.js#L15-L19
Considering the complexity and time pressure, I think it's best to use https://pix.filspark.com for now.
Originally posted by @bajtos in #31 (comment)