<?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[App Source Size Limit]]></title><description><![CDATA[<p dir="auto">Hi Guys ,<br />
I am trying to pack sugarizer(<a href="https://github.com/llaske/sugarizer" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/llaske/sugarizer</a>) and sugarizer server(<a href="https://github.com/llaske/sugarizer-server" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/llaske/sugarizer-server</a>) . I have added a Dockerfile in sugarizer dir in which I am adding both sugarizer and sugarizer-server dir to /app/code/sugarizer and app/code/sugarizer-server. Everytime I start with the build command , it crashed with error .</p>
<p dir="auto">"ERROR Failed to build app. The app source is too large.<br />
Please adjust your .dockerignore file to only include neccessary files."</p>
<p dir="auto">Is there anyway to alter this limit? I tried shrinking sugarizer by 150MB around , leaving it still a 150MB package but still the error persists.</p>
]]></description><link>https://forum.cloudron.io/topic/1414/app-source-size-limit</link><generator>RSS for Node</generator><lastBuildDate>Tue, 10 Mar 2026 22:39:37 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/1414.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 21 Jul 2018 04:06:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to App Source Size Limit on Tue, 07 Aug 2018 07:59:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Hi , I have made sure that that my repo should not have any git data or meta data. I even tried shrinking the app on my end as much as I can. If you want to take a look on the app , here it is : <a href="https://github.com/llaske/sugarizer" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/llaske/sugarizer</a></p>
]]></description><link>https://forum.cloudron.io/post/2034</link><guid isPermaLink="true">https://forum.cloudron.io/post/2034</guid><dc:creator><![CDATA[amanharitsh123]]></dc:creator><pubDate>Tue, 07 Aug 2018 07:59:26 GMT</pubDate></item><item><title><![CDATA[Reply to App Source Size Limit on Wed, 25 Jul 2018 06:05:09 GMT]]></title><description><![CDATA[<p dir="auto">Are you adding the contents of .git, node_modules etc by any chance as part of your ADD command?</p>
<p dir="auto">I suspect you are developing the cloudron package inside your app's git repo itself. If you do this, you have to be careful not to add build and version control artifacts as part of Cloudron image creation. Maybe you can hop onto <a href="http://chat.cloudron.io" target="_blank" rel="noopener noreferrer nofollow ugc">chat.cloudron.io</a> and we can help you there.</p>
]]></description><link>https://forum.cloudron.io/post/1962</link><guid isPermaLink="true">https://forum.cloudron.io/post/1962</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 25 Jul 2018 06:05:09 GMT</pubDate></item><item><title><![CDATA[Reply to App Source Size Limit on Sat, 21 Jul 2018 09:15:49 GMT]]></title><description><![CDATA[<p dir="auto">I have read the cloudron packaging documentation and according to that, I added a Docker file in my sugarizer dir with ADD commands to add the whole content of /sugarizer/ dir as well as /sugarizer-server/ dir to /app/code/sugarizer/ and /app/code/sugarizer-server/  .</p>
]]></description><link>https://forum.cloudron.io/post/1947</link><guid isPermaLink="true">https://forum.cloudron.io/post/1947</guid><dc:creator><![CDATA[amanharitsh123]]></dc:creator><pubDate>Sat, 21 Jul 2018 09:15:49 GMT</pubDate></item><item><title><![CDATA[Reply to App Source Size Limit on Sat, 21 Jul 2018 08:09:57 GMT]]></title><description><![CDATA[<p dir="auto">Before I adjust the source site limit, just to clarify, generally the package code itself should not be that large as it mostly contains a few scripts and metadata. The actual app code is usually fetched in the Dockerfile. Do you have a Cloudron package repo somewhere online to take a look, or did you intend to put the Cloudron package files directly into the app repo?</p>
]]></description><link>https://forum.cloudron.io/post/1946</link><guid isPermaLink="true">https://forum.cloudron.io/post/1946</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Sat, 21 Jul 2018 08:09:57 GMT</pubDate></item><item><title><![CDATA[Reply to App Source Size Limit on Sat, 21 Jul 2018 07:52:46 GMT]]></title><description><![CDATA[<p dir="auto">Oh ok, then the app is really this large. I guess we have to increase the limit then on the buildserver. I will do so in some time and keep this thread updated accordingly.</p>
]]></description><link>https://forum.cloudron.io/post/1945</link><guid isPermaLink="true">https://forum.cloudron.io/post/1945</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Sat, 21 Jul 2018 07:52:46 GMT</pubDate></item><item><title><![CDATA[Reply to App Source Size Limit on Sat, 21 Jul 2018 07:50:56 GMT]]></title><description><![CDATA[<p dir="auto">Please explain "Not needed resources". I cant find anything that seems extra or could be avoided. I already have a dockerignore file with entries for node_modules and git folders.</p>
]]></description><link>https://forum.cloudron.io/post/1944</link><guid isPermaLink="true">https://forum.cloudron.io/post/1944</guid><dc:creator><![CDATA[amanharitsh123]]></dc:creator><pubDate>Sat, 21 Jul 2018 07:50:56 GMT</pubDate></item><item><title><![CDATA[Reply to App Source Size Limit on Sat, 21 Jul 2018 07:11:16 GMT]]></title><description><![CDATA[<p dir="auto">Often this is the case when not needed resources from the repo are pushed to the build server. You can filter those out by using a .dockerignore file in the repo. See for example <a href="https://git.cloudron.io/cloudron/wekan-app/blob/master/.dockerignore" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/cloudron/wekan-app/blob/master/.dockerignore</a></p>
]]></description><link>https://forum.cloudron.io/post/1942</link><guid isPermaLink="true">https://forum.cloudron.io/post/1942</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Sat, 21 Jul 2018 07:11:16 GMT</pubDate></item></channel></rss>