Skip to content
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

Setting up private repository with private software application downloads #4301

Closed
damienbutt opened this issue Mar 22, 2021 · 3 comments
Closed

Comments

@damienbutt
Copy link

damienbutt commented Mar 22, 2021

Hi all,

I want to setup a private bucket but I can't seem to the get scoop to download the files.

I have created a private repository and added it as a bucket. That part works. I have then created some app manifest files in that bucket in a folder called "bucket" that points to some non-portable executable installers in the same private repository. Each app has its own folder in the root of the repository with folders for individual versions contained in those and then finally the .exe installer file.

The software in question is free but is not available to the general public. You have to be affiliated with the companies to have access to the software. I can't put the files anywhere that is publicly accessible.

At the minute when I try to run a scoop install on any of the apps I just get an invalid URL error.

I am new to scoop so I am probably doing something wrong.

Is anyone able to assist?

Thanks,
D

@HUMORCE
Copy link
Member

HUMORCE commented Mar 23, 2021

deploy git or http on the LAN to provide manifests and binaries.

@skyhoshi
Copy link

when you go to add your custom private bucket are you sepcifiying the git repo like this ?

scoop bucket add extras https://github.com/lukesampson/scoop-extras.git

You can find out more about special buckets at this page.
Buckets - Wiki

can you give us examples of your setup and error?

each bucket is a seperate Git Repo. so if you attempt to point a bucket to a location that is not a Git Repo, you'll recieve errors related to that.

yes you can specify a file location as the repo.

# file://host/path

scoop bucket add specialLocalRepo file://C:/MyCustomScoopRepo/

@rashil2000
Copy link
Member

#4243

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants