Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

collarbora support #181

Open
maxhoheiser opened this issue May 3, 2017 · 1 comment
Open

collarbora support #181

maxhoheiser opened this issue May 3, 2017 · 1 comment

Comments

@maxhoheiser
Copy link

hi do you plan to add collabora docker container support with your nextcloud container, and your docker-compose file?

@schleyk
Copy link

schleyk commented Sep 21, 2017

Collabora works fine with the "collabora/code" image,
docker-compoes.yml:

  collabora:
     restart: always
     image: collabora/code
     tty: true
     cap_add:
     - MKNOD
     environment:
     - "domain=cloud\\.nextcloud\\.com|cloud\\.example\\.org"
     ports:
     - "9980:9980"

NGINX Reverse Proxy Config:

  location ^~ /loleaflet {
    proxy_pass https://docker.lan:9980;
    proxy_set_header Host $http_host;
  }

  location ^~ /hosting/discovery {
    proxy_pass https://docker.lan:9980;
    proxy_set_header Host $http_host;
  }

  location ^~ /lool {
    proxy_pass https://docker.lan:9980;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";
    proxy_set_header Host $http_host;
  }

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

2 participants