-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Using Scoop for private tools #4243
Comments
Some sort of response here would be greatly appreciated. Thanks! |
Did you try to add a private repo bucket? I just made a private repo and added it without issue. Did you hit any issues while doing this?
Instructions on making buckets is in the wiki: https://github.com/lukesampson/scoop/wiki/Buckets |
That is a private bucket. I think he wants where the URL in the JSON is to an authenticated endpoint (like Github releases). |
Correct. Having a bucket in a private repo is one thing - this works. The problem I am trying to solve is downloading the tool defined by a Manifest from a Release asset who's repo is also private. For example, Homebrew allows for this scenario with custom install strategies. Can I achieve the same or something similar with Scoop? |
One solution might be to provide the needed Github credentials in environment variables, and/or a
or
|
If you can use the access token in the header for the call that would work as well. Not sure if that level of control is possible in the manifest for a app. |
I assume you guys are talking hypothetical enhancements, not current abilities? Either way, thanks for the input! |
I've searched around but have been unable to find a clear answer to this question. Can Scoop be configured to download artifacts from private (authenticated) URLs, such as a Github Release from a private repository)? Thanks!
The text was updated successfully, but these errors were encountered: