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 12:01] 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 87: Line 101:
 --- ---
 > upload_max_filesize = 2G > upload_max_filesize = 2G
 +</code>
 +
 +<code>
 +diff conf.d/10-opcache.ini.dist conf.d/10-opcache.ini
 +4c4,14
 +< opcache.jit=off
 +---
 +> ;opcache.jit=off
 +> ;
 +> opcache.enable=1
 +> opcache.enable_cli=1
 +> opcache.revalidate_freq = 60
 +> opcache.memory_consumption = 256M
 +> opcache.interned_strings_buffer = 128M
 +> opcache.max_accelerated_files=10000
 +> opcache.save_comments = 1
 +> opcache.jit = 1255
 +> opcache.jit_buffer_size = 8M
 </code> </code>
 ===Client=== ===Client===
  
-Download "AppImage"+[[https://nextcloud.com/install/|Nextcloud]] 
 + 
 +Download the app image.
  
 <code> <code>
Line 97: Line 131:
 </code> </code>
  
-Install Qt 
-<code> 
-apt install fuse qt6-base-dev libasound2 
-</code> 
  
 Run client Run client
Line 114: Line 144:
  
 [[https://nextcloud.com/developer/|Developer homepage]] [[https://nextcloud.com/developer/|Developer homepage]]
 +
 +[[https://github.com/CollaboraOnline/richdocumentscode|CollaboraOnline CODE]]
 +
 +[[https://appimage.org/|App image]]
  
 /* /*