<?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[Changing Default Files in Nextcloud]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I want to change "Default Files" , I see the guide <a href="https://portal.nextcloud.com/article/changing-default-files-15.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://portal.nextcloud.com/article/changing-default-files-15.html</a> .<br />
Please show me how to find folder "nextcloud/core/skeleton" in cloudron<br />
Thanks</p>
]]></description><link>https://forum.cloudron.io/topic/2326/changing-default-files-in-nextcloud</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 08:06:11 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/2326.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Apr 2020 05:15:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Changing Default Files in Nextcloud on Mon, 08 Jun 2020 20:42:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rcdncn" aria-label="Profile: rcdncn">@<bdi>rcdncn</bdi></a> Thanks. I have pushed your notes to our docs at <a href="https://cloudron.io/documentation/apps/nextcloud/#skeleton-directory" target="_blank" rel="noopener noreferrer nofollow ugc">https://cloudron.io/documentation/apps/nextcloud/#skeleton-directory</a></p>
]]></description><link>https://forum.cloudron.io/post/9443</link><guid isPermaLink="true">https://forum.cloudron.io/post/9443</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 08 Jun 2020 20:42:50 GMT</pubDate></item><item><title><![CDATA[Reply to Changing Default Files in Nextcloud on Mon, 08 Jun 2020 19:26:37 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> this totally worked.</p>
<p dir="auto">Steps:</p>
<h4>Option 1: Create a new skeleton folder</h4>
<ul>
<li>add directory <code>/app/data/skeleton</code> using web terminal</li>
<li><code>chown www-data:www-data skeleton</code></li>
<li>add files to the directory, also <code>chown</code>ing themto <code>www-data:www-data</code></li>
<li>open config file with <code>vi /app/config/config.php</code></li>
<li>insert line <code>'skeletondirectory' =&gt; '/app/data/skeleton'</code>on a new line (i to enter insert mode)</li>
<li>press <code>esc</code>, then <code>:wq</code> and <code>&lt;enter&gt;</code> to write and save</li>
<li>new users will receive the contents of <code>/app/data/skeleton</code> on first log-in</li>
</ul>
<h4>Option 2: NO files added on first log-in</h4>
<p dir="auto">If you just want to remove the default skeleton (no files added on first launch), do the following:</p>
<ul>
<li>open config file with <code>vi /app/config/config.php</code></li>
<li>insert line <code>'skeletondirectory' =&gt; ''</code>on a new line (i to enter insert mode)</li>
<li>press <code>esc</code>, then <code>:wq</code> and <code>&lt;enter&gt;</code> to write and save</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/9437</link><guid isPermaLink="true">https://forum.cloudron.io/post/9437</guid><dc:creator><![CDATA[rcdncn]]></dc:creator><pubDate>Mon, 08 Jun 2020 19:26:37 GMT</pubDate></item><item><title><![CDATA[Reply to Changing Default Files in Nextcloud on Mon, 08 Jun 2020 18:54:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rcdncn" aria-label="Profile: rcdncn">@<bdi>rcdncn</bdi></a> Ah nice, I wasn't aware of that option. You can create a directory (<code>/app/data/skelton</code>) using the Web Terminal, change the ownership of the directory of <code>www-data</code> and then set the config to that directory.</p>
]]></description><link>https://forum.cloudron.io/post/9435</link><guid isPermaLink="true">https://forum.cloudron.io/post/9435</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 08 Jun 2020 18:54:56 GMT</pubDate></item><item><title><![CDATA[Reply to Changing Default Files in Nextcloud on Mon, 08 Jun 2020 18:49:14 GMT]]></title><description><![CDATA[<p dir="auto">It's possible to change the skeleton location using this variable in<code> config/config.php</code></p>
<pre><code>'skeletondirectory' =&gt; '/path/to/nextcloud/core/skeleton',
</code></pre>
<p dir="auto">Is there a writable space for this to point to?</p>
]]></description><link>https://forum.cloudron.io/post/9433</link><guid isPermaLink="true">https://forum.cloudron.io/post/9433</guid><dc:creator><![CDATA[rcdncn]]></dc:creator><pubDate>Mon, 08 Jun 2020 18:49:14 GMT</pubDate></item><item><title><![CDATA[Reply to Changing Default Files in Nextcloud on Mon, 13 Apr 2020 17:38:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/minhbaop" aria-label="Profile: minhbaop">@<bdi>minhbaop</bdi></a> I have opened <a href="https://git.cloudron.io/cloudron/nextcloud-app/-/issues/78" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/cloudron/nextcloud-app/-/issues/78</a></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/subven" aria-label="Profile: subven">@<bdi>subven</bdi></a> I think the issue is that the directory is not writable. We have to fix the package to support this by symlinking to /app/data.</p>
]]></description><link>https://forum.cloudron.io/post/7279</link><guid isPermaLink="true">https://forum.cloudron.io/post/7279</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 13 Apr 2020 17:38:08 GMT</pubDate></item><item><title><![CDATA[Reply to Changing Default Files in Nextcloud on Mon, 13 Apr 2020 07:15:15 GMT]]></title><description><![CDATA[<p dir="auto">Open the (web) terminal of your nextcloud instance and navigate to:</p>
<pre><code>cd /app/code/core/skeleton
</code></pre>
]]></description><link>https://forum.cloudron.io/post/7258</link><guid isPermaLink="true">https://forum.cloudron.io/post/7258</guid><dc:creator><![CDATA[subven]]></dc:creator><pubDate>Mon, 13 Apr 2020 07:15:15 GMT</pubDate></item></channel></rss>