-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
conf file for options would be helpful #66
Comments
Oh, I'm pretty sure you can do that with In your case, you'll want to set the |
Right, but I already did that, and yet aria2p never uses it. If I invoke aria2c, it finds the value of rpc-secret as expected.
|
Aaaaah indeed, sorry, I failed to see that. Yes, maybe |
Please consider support |
I am considering it, just didn't get the time to work on it, PRs welcome 🙂 ! |
You can add an alias for alias aria2p="aria2p --secret 343ab16f-cb48-4f15-8f24-e42bf04cb68a" |
It should read the secret from |
aria2's own config file format is probably super stable. Why do you say it would be fragile? In any case, we must support setting the secret in an aria2p config file, because both files (aria2 conf and aria2p conf) could be on different hosts, so you're right. |
Thanks for this project, it looks super useful for integrating into another project that I maintain.
One thing that would help a lot is to support a configuration file that could save options so that they don't need to be provided for every invocation. I'm primarily thinking of the value for the --secret option, but any of them could be handy.
Boost priority
The text was updated successfully, but these errors were encountered: