User Tools

Site Tools


communitycloud:services:nextcloud

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
communitycloud:services:nextcloud [2021/05/03 16:09]
tkilla [Collabora Setup]
communitycloud:services:nextcloud [2022/01/20 22:48]
tkilla [Collabora Setup]
Line 40: Line 40:
 Collabora CODE replaces Onlyoffice and works like a Pad. Collabora CODE replaces Onlyoffice and works like a Pad.
  
-**There are .deb Packages, use them!**+**There are .deb Packages, use them!** https://www.collaboraoffice.com/code/linux-packages/
  
   * NGINX is required as reverse proxy. Setup http://localhost:9980 ...   * NGINX is required as reverse proxy. Setup http://localhost:9980 ...
   * Create letsencrypt certs for your office.<domain> Subdomain and use httpS   * Create letsencrypt certs for your office.<domain> Subdomain and use httpS
-  * use httpS:// office.<domain> in the Collabora App Settings  +  * use httpS://office.<domain> in the Collabora App Settings  
-  * Setup SSL in /etc/loolwsd/loolwsd.xml: Browser SSL = false, termination= true!!+  * Setup SSL in /etc/loolwsd/loolwsd.xml: Browser SSL = false, termination = true!!
  
 +  * In bullseye loolwsd was renamed to **coolwd** 8-o
 \\ \\
  
  
 **/etc/loolwsd/loolwsd.xml Changes:** **/etc/loolwsd/loolwsd.xml Changes:**
 +
  
   <enable type="bool" desc="Controls whether SSL encryption between browser and loolwsd is enabled (do not disable for production deployment). If default is false, must first be compiled with SSL support to enable." default="true">false</enable>   <enable type="bool" desc="Controls whether SSL encryption between browser and loolwsd is enabled (do not disable for production deployment). If default is false, must first be compiled with SSL support to enable." default="true">false</enable>
Line 56: Line 58:
   <termination desc="Connection via proxy where loolwsd acts as working via https, but actually uses http." type="bool" default="true">true</termination>   <termination desc="Connection via proxy where loolwsd acts as working via https, but actually uses http." type="bool" default="true">true</termination>
  
 +** Also setting by commandline works (coolwsd in bullseye):**
 +  loolconfig set ssl.enable false
 +  loolconfig set ssl.termination true
 +  loolconfig set storage.wopi.host nextcloud.example.com
 +  loolconfig set-admin-password
 +  systemctl status loolwsd
 +  
 +
 +\\
 +**Links:**
  
 +  * Config Tips: https://www.linuxbabe.com/ubuntu/integrate-collabora-onlinenextcloud-without-docker
 +  * find the admin system here: https://office.olf.berlin/loleaflet/dist/admin/admin.html
 +  * Example nginx conf: https://help.nextcloud.com/t/nginx-collabora-behind-nginx-reverse-proxy/77889
  
  
  
communitycloud/services/nextcloud.txt · Last modified: 2023/04/14 20:16 by tkilla