Hi,
I would like new users of nextcloud when added don’t see default files.
Nextcloud official administration manual says to edit the parameter ‘skeletondirectory’ of the config.php file and set it as empty (‘skeletondirectory’ => ‘’).
I added such parameter (not present originally) but it doesn’t work… new users see the dfault files.
Just FYI: I moved your topic to the category “Apps & App Center” and tagged it with “nextcloud”.
I assume that we need to adjust the config.php file inside the Nextcloud Docker Container (switch in the container via univention-app shell nextcloud). Is that the one you modified? Can you give us the exaxt path to the file?
I found the file I have to modify, but when I try to install vi first (“apt-get install vim” and then “apt install vim”), it doesn’t work… temporary failure resolving ‘archive.ubuntu.com’. Why??? I’m not an expert of linux.
I also tried nano “/var/www/html/config/config.php” instead of vi but nano: command not found
Hi Ethicaweb, just curious, could you share how you solved the issue? I can’t seem to be able to solve it for a few days now as well. Also, since i’m very new to linux commands - what does id_docker refer to ? or is that part of the command?
Thank you for your help in advance!
Whenever i use the command ‘univention-app shell nextcloud’ - it doesn’t detect nano or vi as commands. How does one install it? and what is the nextcloud shell? i’m a bit new. lol
Ethicaweb, thank you so much.
Took me a bit to figure out how to use vim. nano for some reason didn’t work after i tried vim and it did the tilde thing because i entered the wrong commands. After fiddling around with the *i commands and the ‘esc’ ‘:’ and ‘qw’ i got the hang of it. Wouldn’t have figured out to access docker separately. Thanks alot!