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!
ProGet Settings Documentation
-
Hi
I can't find any documentation or knowledge base articles about what each of the settings on the Advanced Settings page does.
I'm particularly interested in the CustomHomePageHtml and/or IntegrationUrl settings, but am not sure how to use these.
Also (and possibly related), is it possible to disable the Inedo news feed on the main page.
Thanks
RikoProduct: ProGet
Version: 3.0.3
-
The CustomHomePageHtml will replace the "What is ProGet?" box if there is a value entered for it.
The IntegrationUrl is used for product update checks and should not be changed.
As of v3.0.3, It is not currently possible to disable the news feed, but we may add it in a future version.
-
Thanks Tod
Should CustomHomePageHtml contain the actual HTML markup or a link to a file with the HTML to display? What form should the markup take? Should it be in a
<div/>
,<html/>
or<body/>
? What elements are allowed? (I can think of a few more questions!)When changing feed settings, I really like that there is a short description of each setting while editing it, the same functionality would be really useful for the system settings.
Regards
Riko
-
We will add the descriptions at some point (we have them in BuildMaster).
The HTML should probably be in a
div
, as it renders the value as a literal string. You can try it with something like:<div class="white-box padded-box"><h2>{Company} ProGet Repository</h2><p>Welcome to our collection of ProGet feeds.</p></div>