jpillora / installer

One-liner for installing binaries from Github releases
https://i.jpillora.com/installer
MIT License
206 stars 52 forks source link

Ability only allow a specific repository #28

Closed zifeo closed 1 year ago

zifeo commented 1 year ago

Great work! When self-hosting, users will likely want to only support one repository for security reasons (e.g. not allowing third-party or bad-party to install binaries through their domains). Also, I believe the documentation and support for self-hosting should be improved (e.g. parameters, docker image, helm, etc.).

jpillora commented 1 year ago

Sounds good, would ‘FORCE_REPO=foobar’ work for you?

and can you raise a PR 😄?