ONLYOFFICE / docker-onlyoffice-nextcloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use with native/zip nextcloud installation

gsedej opened this issue · comments

commented

Hello. I installed NextCloud via zip/native install (not docker,AIO,snap)
After trying and giving up on https://github.com/nextcloud/documentserver_community due to lack of active support I tried installing this version of onlyoffice (docker-onlyoffice-nextcloud)

Is it possible and how to use this project with native nextcloud installation? I am using apache2 webserver, but noticed that this configuration is using nginx and it also provides "own" nextcloud.

docker compose fails with

WARNING: Host is already in use by another container
Creating onlyoffice-document-server ... done
ERROR: for nginx-server  Cannot start service nginx: driver failed programming external connectivity on endpoint nginx-server (67a049589d03c14e4bf4c98c1c21aab46ef373bf330eb60c20c298dc9e715ee6): Error starting userland proxy: listen tcp4 0.0.0.0:443: bind: address already in usCreating app-server                 ... done

ERROR: for nginx  Cannot start service nginx: driver failed programming external connectivity on endpoint nginx-server (67a049589d03c14e4bf4c98c1c21aab46ef373bf330eb60c20c298dc9e715ee6): Error starting userland proxy: listen tcp4 0.0.0.0:443: bind: address already in use
ERROR: Encountered errors while bringing up the project.

Hello,
You could install the Document Server separately without using Docker Compose. Here's the list of guides for installing the free open source version: https://helpcenter.onlyoffice.com/installation/docs-community-index.aspx.

After you have both Nextcloud and Document Server installed, you will also need the ONLYOFFICE integration app. You can download it directly from Github (https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases) or install it from the Apps section in Nextcloud's web interface.
In order to configure the integration, refer to the following instructions: https://github.com/ONLYOFFICE/onlyoffice-nextcloud#configuring-nextcloud-onlyoffice-integration-app.