microsoft / winget-cli-restsource

This project aims to provide a reference implementation for creating a REST based package source for the winget client.
MIT License
241 stars 62 forks source link

make a non azure referance implementation #204

Open NicTanghe opened 1 year ago

NicTanghe commented 1 year ago

Simplify and homogenize selfhosing

The whole point of winget is to simplify and homogenize the process of packages in windows. having it rely on azure is counter productive.

should be as simple as installing (either via winget or flathub) and putting the manifest in a location. Not making ppl feel smart about jumping trough meaningless hoops and venderlocking.

thilojaeggi commented 1 year ago

https://github.com/thilojaeggi/WinGetty is an alternative to this and can be self-hosted as well and doesn't need any cloud dependency.

mherrmann commented 1 year ago

Same for https://winget.pro, which also has a hosted option.

RDMacLachlan commented 11 months ago

Appreciate the feedback on this @NicTanghe . I would really like to hear more about how you would want to use this in an offline way.

w0 commented 11 months ago

Appreciate the feedback on this @NicTanghe . I would really like to hear more about how you would want to use this in an offline way.

@RDMacLachlan I think like me, they want a way to host this with on-prem infrastructure. My org isn't using azure (or other providers) and a request for azure resources would most likely be denied.

mherrmann commented 11 months ago

@w0 have you had a look at https://winget.pro as a non-Azure option?