How to Supress default folders and pictures on a new intallation

Hi,

Is it possible to supress default folders (Documents and Photos), OwnCloud user manual.pdf and pictures, coming with a new intallation (ownCloud 10.02 with mysql DB).

Currently I have to ask each new user to do it manualy.

Thank you in advance for your help

Olivier

Hi ocussac,

Sure it is possible.

The configuration option skeletondirectory available in your config.php allows you to configure the directory where the skeleton files are located. These files will be copied to the data directory of new users.
Please refer to:

https://doc.owncloud.org/server/latest/admin_manual/configuration/files/default_files_configuration.html

1 Like

Thank 's for your relevant answer

Sorry not have find it on my own on your documentation

Olivier

1 Like

Just installed OwnCloud, appliance version.
Cannot find any skeleton options in
/var/lib/univention-appcenter/apps/owncloud/conf/config.php?
If I search for skeleton on the Linux console I get this result

/var/lib/docker/overlay/d0c2cdac4a11b037ba61a585889d2243e47ee019eeadc0e1f504a0b96c1e49f7/root/var/www/owncloud/core/skeleton

/var/lib/docker/overlay/7bfb45ffc1161796aaea29143d180a0765fa65af8299eac22eb22cc3a3337946/root/var/www/owncloud/core/skeleton

/var/lib/docker/overlay/ed03029bfeefe3a7f84495f01a44c7dc575a40e6d115e71e8055cb8d385365c6/merged/var/www/owncloud/core/skeleton

/var/lib/docker/overlay/81f9ba51cc72397cb4721db51dc3cef38d56a245f5bb75d199e4824def6f1c31/root/var/www/owncloud/core/skeleton

/var/lib/docker/overlay/372eb9e493b385c54c509d86379436d1f881e8e8bde0aea949b41ef04e379b4b/root/var/www/owncloud/core/skeleton

Is this one of them? If so, how should I be able to find it without searching for it?

Hey,

if you can’t find the mentioned skeletondirectory in your config.php then i think you can add it based on the sample provided in the config.sample.php.