feat: add compose overlay for external OnlyOffice integration#305
Open
13orlov wants to merge 31 commits into
Open
feat: add compose overlay for external OnlyOffice integration#30513orlov wants to merge 31 commits into
13orlov wants to merge 31 commits into
Conversation
…ons-for-stable-4 enhance: pin Docker image versions to specific tags
…-4.0-collabora-code-25.x chore(deps): update collabora/code docker tag to v25.04.9.2.1 (stable-4.0)
…-4.0-traefik-3.x chore(deps): update traefik docker tag to v3.6.9 (stable-4.0)
feat: pin version, add renovate
…-4.0-traefik-3.x chore(deps): update traefik docker tag to v3.6.10 (stable-4.0)
…-4.0-collabora-code-25.x chore(deps): update collabora/code docker tag to v25.04.9.3.1 (stable-4.0)
…-4.0-traefik-3.x chore(deps): update traefik docker tag to v3.6.11 (stable-4.0)
…-4.0-collabora-code-25.x chore(deps): update collabora/code docker tag to v25.04.9.4.1 (stable-4.0)
…-4.0-opencloudeu-opencloud-4.x chore(deps): update opencloudeu/opencloud docker tag to v4.0.4 (stable-4.0)
…-4.0-traefik-3.x chore(deps): update traefik docker tag to v3.6.12 (stable-4.0)
…-4.0-traefik-3.x chore(deps): update traefik docker tag to v3.6.13 (stable-4.0)
…-4.0-opencloudeu-opencloud-4.x chore(deps): update opencloudeu/opencloud docker tag to v4.0.5 (stable-4.0)
…-4.0-traefik-3.x chore(deps): update traefik docker tag to v3.6.14 (stable-4.0)
…-4.0-opencloudeu-opencloud-4.x chore(deps): update opencloudeu/opencloud docker tag to v4.0.7 (stable-4.0)
…-4.0-collabora-code-25.x chore(deps): update collabora/code docker tag to v25.04.10.3.1 (stable-4.0)
Co-authored-by: Cursor <cursoragent@cursor.com>
Member
Member
|
We decided to not offer an OnlyOffice integration in OpenCloud. The reason is that OnlyOffice has company ties to the russian regime. Because of this we don't want to promote the integration. |
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.
Currently, the
opencloud-composerepository provides an overlay for the embedded Collabora instance (weboffice/collabora.yml), but lacks an out-of-the-box overlay for integrating an external OnlyOffice Document Server.This PR adds
weboffice/onlyoffice.yml, which runs thecollaborationWOPI microservice pre-configured for OnlyOffice.Key features of this overlay:
COLLABORATION_APP_PRODUCT: "OnlyOffice"ONLYOFFICE_URL,WOPISERVER_URL, andONLYOFFICE_JWT_SECRETfor easy configuration via.env.COLLABORATION_APP_PROOF_DISABLE: "true") since OnlyOffice 7.2+ relies strictly on JWT validation.Tested and working in production. This should save future administrators hours of reverse-engineering the acceptance tests.