Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Custom Addons store/provider

Vote:
 

I was wondering if it is possible to create some kind of custom addons store/provider/repository that integrates Regular Addon store.

The case scenario is that our customer has a buissnes system built into the episerver site and if it would be possible to update that system by a nuget feed like the regular episerver 7.5 updates and third-party addons it would be nice.

#83264
Mar 28, 2014 10:27
Vote:
 

Yes you can. You can add your own feed to the Add-on Store in web.config.

<configuration>
  <episerver.packaging protectedVirtualPath="~/EPiServer/">
    <packageRepositories>
      <add name="MyAddOns" url="http://nuget.domain.com/nuget/" filterTag="AFilterIfYouWant" />
    </packageRepositories>
  </episerver.packaging>
</configuration>

    

#83640
Mar 29, 2014 18:03
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.