User Tools

Site Tools


software:owncloud

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
software:owncloud [2017/10/13 11:55] Michele Porellisoftware:owncloud [2019/05/31 02:52] Michele Porelli
Line 6: Line 6:
 ==== Linux ==== ==== Linux ====
   * Config directory: /home/${USER}/.local/share/data/ownCloud/   * Config directory: /home/${USER}/.local/share/data/ownCloud/
 +==== iOS ====
 +=== Change the default upload folder ===
 +  * Select the destination folder
 +  * swipe left
 +  * click more
 +  * choose Folder for Automatic upload
 ===== HowTo ===== ===== HowTo =====
 +==== Remove unwanted Nextcloud advertising ====
 +Assuming that your webserver runs with www-data user<code>
 +cd <YOUR_WWW_ROOT>
 +sudo -u www-data php  nextcloud/occ config:system:set --type=bool --value=false simpleSignUpLink.shown
 +</code>
 ==== Manual upgrade with shell access ==== ==== Manual upgrade with shell access ====
 Assuming that your webserver runs with www-data user<code> Assuming that your webserver runs with www-data user<code>
Line 21: Line 32:
 sudo -u www-data rm   -Rf owncloud-old</code> sudo -u www-data rm   -Rf owncloud-old</code>
 if needed, restore your applications and/or themes. if needed, restore your applications and/or themes.
-==== Restore a failed upgrade ====+==== Recover a failed upgrade ====
   - Add a suffix to your existing owncloud folder or move it away   - Add a suffix to your existing owncloud folder or move it away
   - Upload to your server latest owncloud version   - Upload to your server latest owncloud version
   - Move back "data" and "config" folders from previous installation to the newest just uploaded   - Move back "data" and "config" folders from previous installation to the newest just uploaded
 ==== Re-enable symlink support in data folder ==== ==== Re-enable symlink support in data folder ====
-NOTE: This is not supported by ownCloud team and can result in unexpected behaviours (including data loss and end of the world) +NOTE: This is not supported by ownCloud team and can result in unexpected behaviors (including data loss and end of the world) 
   - Open owncloud/lib/private/Files/Storage/Local.php   - Open owncloud/lib/private/Files/Storage/Local.php
   - Change the variable $allowSymlinks from false to true   - Change the variable $allowSymlinks from false to true
software/owncloud.txt · Last modified: 2021/03/01 23:07 by Michele Porelli