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:23] 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]]+
  
 Debian bookworm [[:tools:kvm|VM]] Debian bookworm [[:tools:kvm|VM]]
Line 11: Line 13:
 80 GB HDD 80 GB HDD
 </code> </code>
 +
 +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> <code>
Line 18: Line 28:
 ===Server=== ===Server===
  
 +[[https://nextcloud.com/install/|Nextcloud]]
  
 __MySQL__ __MySQL__
Line 33: 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 119: Line 122:
 ===Client=== ===Client===
  
-Download "AppImage"+[[https://nextcloud.com/install/|Nextcloud]] 
 + 
 +Download the app image.
  
 <code> <code>
Line 140: 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]]
  
 /* /*