owncloud / ocis-charts

:chart_with_upwards_trend: Helm Charts for ownCloud's OCIS
https://owncloud.dev/ocis/deployment/kubernetes/
Apache License 2.0
46 stars 24 forks source link

office integration #48

Open wkloucek opened 2 years ago

wkloucek commented 2 years ago

TODO

Already done

Document external dependencies

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

oCIS

-> see https://github.com/owncloud/ocis-charts/blob/567df011d4136a75c2c9686fe587c7bb368fe154/charts/ocis/values.yaml#L191-L215

wkloucek commented 1 year ago

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

wkloucek commented 1 year ago

Workaround in https://github.com/owncloud/ocis-charts/pull/95/files#diff-2cede0f9f2ffa628641fbb93174be6e56099ee8c1f3a30ff1bf285a9261bf332R84-R93

wkloucek commented 1 year ago

Do not add Collabora / OnlyOffice / WOPI server to the chart, but treat them as external dependencies, see https://github.com/owncloud/ocis-charts/issues/119.

So actually this are the items left to be solved:

Those depend on https://github.com/owncloud/ocis/issues/3832

wkloucek commented 12 months ago

deployment example will be added with https://github.com/owncloud/ocis-charts/pull/348

wkloucek commented 11 months ago

Only scaling of app providers and app registry is left.

wkloucek commented 3 months ago

the appprovider / wopiserver situation needs to be adapted once the collaboration service is available: https://github.com/owncloud/ocis/pull/8374