meta data for this page
  •  

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
sw:nextcloud:office:onlyoffice [2020/11/26 19:55] niziaksw:nextcloud:office:onlyoffice [2025/07/15 19:01] (current) niziak
Line 4: Line 4:
   * OnlyOffice app is on https://nc.example.com/documentserver/   * OnlyOffice app is on https://nc.example.com/documentserver/
  
 +===== References =====
 +
 +  * [[https://github.com/ONLYOFFICE/DocumentServer/blob/master/CHANGELOG.md|CHANGELOG.md]]
 +  * [[https://helpcenter.onlyoffice.com/installation/docs-community-install-ubuntu.aspx|Installing ONLYOFFICE Docs Community Edition for Debian, Ubuntu, and derivatives]]
 +  * [[https://helpcenter.onlyoffice.com/installation/docs-community-proxy.aspx|Using ONLYOFFICE Docs behind the proxy]]
 +  * [[https://www.linuxbabe.com/ubuntu/integrate-nextcloud-onlyoffice|How to Integrate OnlyOffice with NextCloud on Ubuntu]]
  
 ===== NGINX config ===== ===== NGINX config =====
Line 55: Line 61:
 ===== docker-compose ===== ===== docker-compose =====
  
-[[https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud]] +  * [[https://github.com/ONLYOFFICE/docker-onlyoffice-nextcloud]] 
-[[https://hub.docker.com/r/onlyoffice/documentserver/]]+  [[https://hub.docker.com/r/onlyoffice/documentserver/]] 
  
 OnlyOffice network in Docker is configured: OnlyOffice network in Docker is configured:
   * as 'onlyoffice' node on port 80 (internal linked services network)   * as 'onlyoffice' node on port 80 (internal linked services network)
   * as TCP:3077 on Docker host (rev proxied by NGINX )   * as TCP:3077 on Docker host (rev proxied by NGINX )
 +
 +==== Test OnlyOffice server ====
 +Web page should be shown on link: [[https://nc.example.com/documentserver/welcome/]]
 +
  
 ===== NextCloud ===== ===== NextCloud =====