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
tools:nextcloud [2025/03/23 13:22] – [Client] darrontools:nextcloud [2025/03/26 12:37] (current) – [Host] darron
Line 1: Line 1:
 ====Nextcloud==== ====Nextcloud====
 +<wrap right>
 +{{tools:nextc1.jpg?200}}
 +</wrap>
  
- +===Host===
-[[https://nextcloud.com/install/|Nextcloud]] +
- +
-===Server===+
  
 Debian bookworm [[:tools:kvm|VM]] Debian bookworm [[:tools:kvm|VM]]
Line 14: Line 14:
 </code> </code>
  
-==Setup==+NB CollaboraOnline recommends [[https://sdk.collaboraonline.com/docs/installation/Configuration.html#performance|4 cores]] 
 +if you need that. 
 + 
 +==AppImage== 
 + 
 +Nextcloud apps can be binary blobs which depend on fuse and may also require X11 features such 
 +as fonts. The X11 client depends on Qt 
 + 
 +<code> 
 +apt install fuse qt6-base-dev libasound2 
 +</code> 
 + 
 +===Server=== 
 + 
 +[[https://nextcloud.com/install/|Nextcloud]]
  
 __MySQL__ __MySQL__
Line 30: Line 44:
 GRANT ALL ON nextcloud.* TO 'nextcloud'@'X.X.X.X' WITH GRANT OPTION; GRANT ALL ON nextcloud.* TO 'nextcloud'@'X.X.X.X' WITH GRANT OPTION;
 FLUSH PRIVILEGES; FLUSH PRIVILEGES;
-</code> 
- 
-__AppImage__ 
- 
-Nextcloud can install binary blobs called app images. These require FUSE. 
- 
-<code> 
-apt install fuse 
 </code> </code>
  
Line 116: Line 122:
 ===Client=== ===Client===
  
-Download "AppImage"+[[https://nextcloud.com/install/|Nextcloud]] 
 + 
 +Download the app image.
  
 <code> <code>
Line 137: Line 145:
 [[https://nextcloud.com/developer/|Developer homepage]] [[https://nextcloud.com/developer/|Developer homepage]]
  
-[[https://github.com/CollaboraOnline/richdocumentscode|Collabora CODE]]+[[https://github.com/CollaboraOnline/richdocumentscode|CollaboraOnline CODE]] 
 + 
 +[[https://appimage.org/|App image]]
  
 /* /*