Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

office integration #48

Closed
wkloucek opened this issue Jun 28, 2022 · 7 comments
Closed

office integration #48

wkloucek opened this issue Jun 28, 2022 · 7 comments

Comments

@wkloucek
Copy link
Contributor

wkloucek commented Jun 28, 2022

TODO

Already done

Document external dependencies

-> see https://github.com/owncloud/ocis-charts/tree/master/deployments/ocis-office

oCIS

  • how to start multiple app providers (per web office)

-> see

officeSuites:
- # -- Name of the office suite. Will be displayed to the users.
name: Collabora
# -- Enables the office suite.
enabled: false
# -- URI of the office suite.
uri: https://collabora.owncloud.test
# -- URI for the icon of the office suite. Will be displayed to the users.
iconURI: https://collabora.owncloud.test/favicon.ico
# -- Disables SSL certificate checking for connections to the office suites http api.
# Not recommended for production installations.
insecure: false
- # -- Name of the office suite. Will be displayed to the users.
name: OnlyOffice
# -- Enables the office suite.
enabled: false
# -- URI of the office suite.
uri: https://onlyoffice.owncloud.test
# -- URI for the icon of the office suite. Will be displayed to the users.
iconURI: https://onlyoffice.owncloud.test/web-apps/apps/documenteditor/main/resources/img/favicon.ico
# -- Disables SSL certificate checking for connections to the office suites http api.
# Not recommended for production installations.
insecure: false
# -- Disables Chat functionality of OnlyOffice
disableChat: false

@wkloucek
Copy link
Contributor Author

Collabora: https://github.com/CollaboraOnline/online/blob/master/common/security.h#L62-L75 makes it hard to switch to an arbitrary UID / GID

@wkloucek
Copy link
Contributor Author

wkloucek commented Nov 7, 2022

@wkloucek
Copy link
Contributor Author

wkloucek commented Nov 9, 2022

Do not add Collabora / OnlyOffice / WOPI server to the chart, but treat them as external dependencies, see #119.

So actually this are the items left to be solved:

Those depend on owncloud/ocis#3832

@wkloucek
Copy link
Contributor Author

wkloucek commented Jul 5, 2023

deployment example will be added with #348

@wkloucek
Copy link
Contributor Author

Only scaling of app providers and app registry is left.

@wkloucek wkloucek changed the title enable office integration office integration Jul 11, 2023
@wkloucek
Copy link
Contributor Author

the appprovider / wopiserver situation needs to be adapted once the collaboration service is available: owncloud/ocis#8374

@wkloucek
Copy link
Contributor Author

wkloucek commented Sep 9, 2024

Mostly fixed with the introduction of the collaboration service, except the SPOF app registry, which is tracked in #15 too

@wkloucek wkloucek closed this as completed Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant