Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Custom Feed?
-
Is it possible to create custom feed types?
We currently use Sencha ExtJS for a lot of our development, and have started to use their package system with remote hosting, but would like to integrate it with ProGet along side our Nuget setup (to centralize our company's package management).
Is this something we can do with an extension or maybe the Universal feed type?
Here is a link to Sencha's documentation on packages:
https://docs.sencha.com/cmd/guides/cmd_packages/cmd_creating_packages.htmlProduct: ProGet
Version: 4.8.0
-
Feed types themselves are not extensible.
However, you might be able to get away with using Asset Directories (new in PG 4.8, current in beta). Essentially, it is a light-weight file server. The API docs for those are: http://inedo.com/support/documentation/proget/reference/asset-directories-api
It looks like if you create an asset feed and add the following URL as a sencha repo it could work:
http://pg-server/endpoints/«AssetDirectoryName»/content
-
That actually worked out very well, thank you for the information. Looking forward to the next release.