Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

non-docker installs #7

Open
compumatter opened this issue Jan 31, 2021 · 2 comments
Open

non-docker installs #7

compumatter opened this issue Jan 31, 2021 · 2 comments

Comments

@compumatter
Copy link

We have Nextcloud OO installed without Docker. Do you have a version for that?

@VictorJosso
Copy link

VictorJosso commented Feb 1, 2021

If you have the Nextcloud built-in onlyoffice server (which is no longer supported on new Nextcloud versions), my advice is to disable this built-in server, install Docker, and run the OO server patched with Docker compose.
Note: make sure the OO version you run is compatible with this patch (see #4). For example,

version: '2'

services:
  onlyoffice:
    image: onlyoffice/documentserver-ie:5.5.0.165
    restart: unless-stopped
    entrypoint: bash -c "wget https://raw.githubusercontent.com/Zegorax/OnlyOffice-Unlimited/master/install.sh && bash install.sh"
    ports:
      - "8282:80"

Edit: you can run OO server on another device if yours is not supported by Docker (Raspberry pi...)

@babaniyehao
Copy link

We want patched documentserver at ubuntu too!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants