-
Hi,
I want to change "Default Files" , I see the guide https://portal.nextcloud.com/article/changing-default-files-15.html .
Please show me how to find folder "nextcloud/core/skeleton" in cloudron
Thanks -
@minhbaop I have opened https://git.cloudron.io/cloudron/nextcloud-app/-/issues/78
@subven 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.
-
@rcdncn Ah nice, I wasn't aware of that option. You can create a directory (
/app/data/skelton) using the Web Terminal, change the ownership of the directory ofwww-dataand then set the config to that directory. -
Thanks @girish this totally worked.
Steps:
Option 1: Create a new skeleton folder
- add directory
/app/data/skeletonusing web terminal chown www-data:www-data skeleton- add files to the directory, also
chowning themtowww-data:www-data - open config file with
vi /app/config/config.php - insert line
'skeletondirectory' => '/app/data/skeleton'on a new line (i to enter insert mode) - press
esc, then:wqand<enter>to write and save - new users will receive the contents of
/app/data/skeletonon first log-in
Option 2: NO files added on first log-in
If you just want to remove the default skeleton (no files added on first launch), do the following:
- open config file with
vi /app/config/config.php - insert line
'skeletondirectory' => ''on a new line (i to enter insert mode) - press
esc, then:wqand<enter>to write and save
- add directory
-
@rcdncn Thanks. I have pushed your notes to our docs at https://cloudron.io/documentation/apps/nextcloud/#skeleton-directory
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login