Theres 2 problems with custom flight repos at the moment.
- It always downloads the json every time you open chrome
- It only supports 1 repo at a time.
I'd like to tackle this, kinda like how linux handles repo managment.
You'd have to point to a new repo via fly repo set {name} {url} (ex. fly repo set apollorion https://apollorion.com/flight_repo.json
This way every repo has a name and you can individually manage repos by name.
Then, we only fetch repo content on fly repo update and not every time a user opens the browser.
Theres 2 problems with custom flight repos at the moment.
I'd like to tackle this, kinda like how linux handles repo managment.
You'd have to point to a new repo via
fly repo set {name} {url}(ex.fly repo set apollorion https://apollorion.com/flight_repo.jsonThis way every repo has a name and you can individually manage repos by name.
Then, we only fetch repo content on
fly repo updateand not every time a user opens the browser.