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/05/25 02:43] – [Re-enable symlink support in data folder] Michele Porellisoftware:owncloud [2017/12/25 01:31] Michele Porelli
Line 1: Line 1:
-====== OwnCloud ======+====== OwnCloud / NextCloud ======
 ===== Clients ===== ===== Clients =====
   * Android: [[https://play.google.com/store/apps/details?id=com.owncloud.android&hl=it|Play store]], [[https://f-droid.org/repository/browse/?fdid=com.owncloud.android|F-Droid]], [[https://github.com/owncloud/android|Sources]]   * Android: [[https://play.google.com/store/apps/details?id=com.owncloud.android&hl=it|Play store]], [[https://f-droid.org/repository/browse/?fdid=com.owncloud.android|F-Droid]], [[https://github.com/owncloud/android|Sources]]
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 =====
 ==== Manual upgrade with shell access ==== ==== Manual upgrade with shell access ====
Line 21: Line 27:
 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
Line 32: Line 38:
   - Look for the row containing "Following symlinks is not allowed" (in 10.0.1 version is located at row 373) and replace the row with: "return $fullPath;"   - Look for the row containing "Following symlinks is not allowed" (in 10.0.1 version is located at row 373) and replace the row with: "return $fullPath;"
  
- +===== Issues ===== 
 +==== checksum wrong errors using the desktop client ==== 
 +Remove all the checksums:<code> 
 +UPDATE oc_filecache 
 +SET checksum = '' 
 +WHERE COALESCE (checksum, ‘’) <> ‘’</code>
software/owncloud.txt · Last modified: 2021/03/01 23:07 by Michele Porelli