<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to read templates from repository like bit bucket or vsts?]]></title><description><![CDATA[<p>Hi sir,</p>
<p>how to specify our git client url in jsreport config file.</p>
<p>{<br />
&quot;httpPort&quot;: 5488,<br />
&quot;store&quot;: {<br />
&quot;provider&quot;: &quot;fs&quot;<br />
},<br />
&quot;blobStorage&quot;: {<br />
&quot;provider&quot;: &quot;fs&quot;<br />
},<br />
&quot;logger&quot;: {<br />
&quot;console&quot;: {<br />
&quot;transport&quot;: &quot;console&quot;,<br />
&quot;level&quot;: &quot;debug&quot;<br />
},<br />
&quot;file&quot;: {<br />
&quot;transport&quot;: &quot;file&quot;,<br />
&quot;level&quot;: &quot;info&quot;,<br />
&quot;filename&quot;: &quot;logs/reporter.log&quot;<br />
},<br />
&quot;error&quot;: {<br />
&quot;transport&quot;: &quot;file&quot;,<br />
&quot;level&quot;: &quot;error&quot;,<br />
&quot;filename&quot;: &quot;logs/error.log&quot;<br />
}<br />
},<br />
&quot;allowLocalFilesAccess&quot;: true,<br />
&quot;reportTimeout&quot;: 60000,<br />
&quot;workers&quot;: {<br />
&quot;numberOfWorkers&quot;: 2<br />
},<br />
&quot;extensions&quot;: {<br />
&quot;authentication&quot;: {<br />
&quot;cookieSession&quot;: {},<br />
&quot;admin&quot;: {<br />
&quot;username&quot;: &quot;admin&quot;,<br />
&quot;password&quot;: &quot;password&quot;<br />
},<br />
&quot;enabled&quot;: false<br />
},<br />
&quot;sample-template&quot;: {<br />
&quot;createSamples&quot;: true<br />
}<br />
}<br />
}</p>
<p>I would like to store my templates in file system (fs store) but those templates data should read from repository like bit bucket or vsts .how to specify repository details in jsreport configuration file?</p>
]]></description><link>https://forum.jsreport.net/topic/2693/how-to-read-templates-from-repository-like-bit-bucket-or-vsts</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 23:23:33 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/2693.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 01 Feb 2023 15:39:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to read templates from repository like bit bucket or vsts? on Wed, 01 Feb 2023 15:57:07 GMT]]></title><description><![CDATA[<p>Hi sir,</p>
<p>how to specify our git client url in jsreport config file.</p>
<p>{<br />
&quot;httpPort&quot;: 5488,<br />
&quot;store&quot;: {<br />
&quot;provider&quot;: &quot;fs&quot;<br />
},<br />
&quot;blobStorage&quot;: {<br />
&quot;provider&quot;: &quot;fs&quot;<br />
},<br />
&quot;logger&quot;: {<br />
&quot;console&quot;: {<br />
&quot;transport&quot;: &quot;console&quot;,<br />
&quot;level&quot;: &quot;debug&quot;<br />
},<br />
&quot;file&quot;: {<br />
&quot;transport&quot;: &quot;file&quot;,<br />
&quot;level&quot;: &quot;info&quot;,<br />
&quot;filename&quot;: &quot;logs/reporter.log&quot;<br />
},<br />
&quot;error&quot;: {<br />
&quot;transport&quot;: &quot;file&quot;,<br />
&quot;level&quot;: &quot;error&quot;,<br />
&quot;filename&quot;: &quot;logs/error.log&quot;<br />
}<br />
},<br />
&quot;allowLocalFilesAccess&quot;: true,<br />
&quot;reportTimeout&quot;: 60000,<br />
&quot;workers&quot;: {<br />
&quot;numberOfWorkers&quot;: 2<br />
},<br />
&quot;extensions&quot;: {<br />
&quot;authentication&quot;: {<br />
&quot;cookieSession&quot;: {},<br />
&quot;admin&quot;: {<br />
&quot;username&quot;: &quot;admin&quot;,<br />
&quot;password&quot;: &quot;password&quot;<br />
},<br />
&quot;enabled&quot;: false<br />
},<br />
&quot;sample-template&quot;: {<br />
&quot;createSamples&quot;: true<br />
}<br />
}<br />
}</p>
<p>I would like to store my templates in file system (fs store) but those templates data should read from repository like bit bucket or vsts .how to specify repository details in jsreport configuration file?</p>
]]></description><link>https://forum.jsreport.net/post/11677</link><guid isPermaLink="true">https://forum.jsreport.net/post/11677</guid><dc:creator><![CDATA[reshmajacob93]]></dc:creator><pubDate>Wed, 01 Feb 2023 15:57:07 GMT</pubDate></item><item><title><![CDATA[Reply to How to read templates from repository like bit bucket or vsts? on Invalid Date]]></title><description><![CDATA[<p>This isn't possible at this moment. jsreport won't handle git commands for you. You need to use your git client and configure it there.</p>
]]></description><link>https://forum.jsreport.net/post/11679</link><guid isPermaLink="true">https://forum.jsreport.net/post/11679</guid><dc:creator><![CDATA[jan_blaha]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to How to read templates from repository like bit bucket or vsts? on Invalid Date]]></title><description><![CDATA[<p>But how it will reflect in jsreport studio without configuring any thing on jsrreport configuration file?<br />
Because in configuration we are telling only about store.<br />
Sorry sir i didn't get your point?</p>
]]></description><link>https://forum.jsreport.net/post/11680</link><guid isPermaLink="true">https://forum.jsreport.net/post/11680</guid><dc:creator><![CDATA[reshmajacob93]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to How to read templates from repository like bit bucket or vsts? on Wed, 01 Feb 2023 16:48:06 GMT]]></title><description><![CDATA[<p>I think you are telling me  to git clone inside it and rename folder to data right?<br />
Then gitignore data/settings ,node_modules</p>
<p>Then instruct devs to call npm install and npm start</p>
<p>Is this correct approach?Also compared to mongo db ,Is fs store is more faster?<br />
Also now we are running jsreport using mongo db store and deploying via docker to aws.</p>
<p>Also our application is multi tenant so templates will be more for each <a href="http://client.Is" rel="nofollow">client.Is</a> by dockerizing huge number of templates (if  our store is file system) in container will affect slowness in report or any issues occur while container huge folder size.Because we are trying to change our store from mongo db to file system.Please suggest any solution?</p>
]]></description><link>https://forum.jsreport.net/post/11681</link><guid isPermaLink="true">https://forum.jsreport.net/post/11681</guid><dc:creator><![CDATA[reshmajacob93]]></dc:creator><pubDate>Wed, 01 Feb 2023 16:48:06 GMT</pubDate></item></channel></rss>