feat: move collaboration into the opencloud process#314
Open
micbar wants to merge 1 commit into
Open
Conversation
Member
Author
|
@Svanvith @ScharfViktor This should be appliable without a breaking change. It should just work. I recommend also to backport it to the |
ScharfViktor
left a comment
Contributor
There was a problem hiding this comment.
Tested:
COMPOSE_FILE=docker-compose.yml:weboffice/euroffice.yml:traefik/opencloud.yml:traefik/euroffice.yml
#COMPOSE_FILE=docker-compose.yml:weboffice/collabora.yml:traefik/opencloud.yml:traefik/collabora.yml
curl -k https://cloud.opencloud.test/wopi
I'm a teapot
v.scharf@Mac opencloud % curl -k https://cloud.opencloud.test/collaboration
<!DOCTYPE html><html lang="en"><head><base href="/"/>
<script>window.WEB_APPS_MAP = {"web-app-activities":"./web-app-activities-DYRqR-xd.mjs","web-app-admin-settings":"./web-app-admin-settings-dtfz7lBk.mjs","web-app-app-store":"./web-app-app-store-C-ACUug6.mjs","web-app-contacts":"./web-app-contacts-BPCYTRsj.mjs","web-app-epub-reader":"./web-app-epub-reader-Ciwo2-ju.mjs","web-app-external":"./web-app-external-CH0MOPX7.mjs","web-app-files":"./web-app-files-Bbtx5kHt.mjs","web-app-mail":"./web-app-mail-D1lBctGL.mjs","web-app-ocm":"./web-app-ocm-DQ_WGCr-.mjs","web-app-pdf-viewer":"./web-app-pdf-viewer-DYf6baSZ.mjs","web-app-preview":"./web-app-preview-C_-6NDUz.mjs","web-app-search":"./web-app-search-D812Tsmm.mjs","web-app-text-editor":"./web-app-text-editor-BIdNoDWy.mjs","web-app-webfinger":"./web-app-webfinger-xr95m9HI.mjs"}</script>
- ✅ The document opens in Collabora/EuroOffice;
- ✅ Collaborative mode works
Remarks:
needs remove: https://github.com/opencloud-eu/opencloud-compose/blob/main/external-proxy/collabora-exposed.yml#L4-L7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The WOPI server runs inside the main OpenCloud process and is served by
the OpenCloud proxy on the main OpenCloud domain (OC_DOMAIN) under the /wopi and
/collaboration paths. It no longer needs its own domain.