new: [nextcloud] remove skeletondirectory to save space when creating user #39

Open
bgallet wants to merge 21 commits from bgallet/0k-charms:nextcloud into master
Collaborator

Hey, just add this improvment to the nextcloud to remove the defaults files when creating a new user, I used a trick to be able to define an empty value without breaking the logic

Hey, just add this improvment to the nextcloud to remove the defaults files when creating a new user, I used a trick to be able to define an empty value without breaking the logic
bgallet added 1 commit 10 months ago
Poster
Collaborator

`./occ config:system:set skeleton_directory --value=""

Pour vérifier :
cat /srv/datastore/data/nextcloud/var/www/html/config/config.php | grep skel

La ligne du config :

'skeleton_directory' => '',

`./occ config:system:set skeleton_directory --value=\"\" Pour vérifier : cat /srv/datastore/data/nextcloud/var/www/html/config/config.php | grep skel La ligne du config : 'skeleton_directory' => '',
This pull request has changes conflicting with the target branch.
apache/hooks/publish_dir-relation-joined
apache/lib/common
apache/test/get_domains
apache/test/vhost
apache/test/vhost_cert_provider
apache/test/vhost_files
cron/README.org
apache/README.org
apache/hooks/web_proxy-relation-joined
README.org
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
There is no content yet.