-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: add option to use AUR metadata-server instead of FAUR #926
Comments
Thanks for the suggestion.
Could you elaborate on this? |
Thank you for the swift reply. |
That's correct - the Faur only has a single endpoint, but it accepts query parameters to perform different search types. A one-for-one swap wouldn't be possible if the user of the proposed Is that what you were imagining, a one-for-one swap for all API calls? |
But would it be possible to match requests to the API if the original Aur metadataserver? Then a |
If I changed how the requests were structured internally, yes. I'll ask again though: what's the end goal? What new usage pattern would be unlocked for the user? |
One usage-scenario would be the ability to have certain packages as soon as they are on the Aur. |
Right, at the moment you'd have to wait an average of half an hour for the new data to become available, since the Faur refreshes itself every hour. So far this has been enough for people, but developers testing out their packages might have different needs, as you point out.
So far the Faur has had no downtime, and the traffic from Aura is far less than what would be required to overload it. I'm willing to wait to see what might organically break it (if anything). |
It's not specifically about Faur possibly breaking at some point. Just the feature to not be forced to use it would be nice. Especially since aura does so many things right that other aur-helpers that just use Aur do not provide. |
I will think about how this could possibly be added. |
something like: --use-AUR-metadata or --metadataserver where you can set it to a custom link
It would be a nice to have even if it's feature-restricted due to the extra endpoints in FAUR not being available
The text was updated successfully, but these errors were encountered: