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
misc:nextcloud [2021/06/26 13:50] jsmisc:nextcloud [2024/07/02 05:53] (current) js
Line 1: Line 1:
 ====== Nextcloud ====== ====== Nextcloud ======
 +{{:misc:nextcloud.png?direct|}}
  
-===== Disable Workspace "Add notes ..." ===== +Nextcloud is a suite of client-server software for creating and using file hosting servicesIt is enterprise-ready with comprehensive support optionsBeing free and open-source software, anyone is allowed to install and operate it on their own private server devices.
-<code bash>sudo -u apache php /var/www/nextcloud/occ config:app:set text workspace_available --value=0</code>+
  
-==== Recreate Indexes ==== +Nextcloud is functionally similar to Dropbox, Office 365 or Google Drive when used with its integrated office suite solutions Collabora Online or OnlyOffice. It can be hosted in the cloud or on-premise. It is scalable from home office solutions based on the low cost Raspberry Pi all the way through to full sized data centre solutions that support millions of users.[8] 
-<code bash>sudo -u apache php /var/www/nextcloud/occ db:add-missing-indices</code>+ 
 +The original ownCloud developer Frank Karlitschek forked ownCloud and created Nextcloud, which continues to be actively developed by Karlitschek and other members of the original ownCloud team.  
 + 
 +Homepage: [[https://nextcloud.com/]]
  
 ==== Tips & Tricks ==== ==== Tips & Tricks ====
 +   * [[misc:nextcloud:disable-add-note|Disable Workspace "Add notes ..."]]
    * [[misc:nextcloud:pdfviewer|Open PDF not working]] - with e.g. space in filename    * [[misc:nextcloud:pdfviewer|Open PDF not working]] - with e.g. space in filename
 +   * [[misc:nextcloud:update|Update nextcloud]] - with cli
 +
 +
 +