owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
419 stars 157 forks source link

[QA] Configure ocis collaboration service for e2e tests #10960

Open saw-jan opened 1 month ago

saw-jan commented 1 month ago

oCIS (master) now has a collaboration service (which is the wopi server). We want to use the wopi server provided by the ocis.

Collaboration service:

useful envs (UPDATED):

COLLABORATION_HTTP_ADDR: 0.0.0.0:9300
COLLABORATION_WOPI_SRC: https://wopiserver.owncloud.test
COLLABORATION_APP_NAME: "Collabora"
COLLABORATION_APP_ADDR: https://collabora.owncloud.test
COLLABORATION_APP_ICON: https://collabora.owncloud.test/favicon.ico
COLLABORATION_APP_INSECURE: true
COLLABORATION_CS3API_DATAGATEWAY_INSECURE: true

Open tasks:

~:information_source: NOTE: wait until the service is stable and there's deployment example available~

CC @ScharfViktor

saw-jan commented 1 month ago

https://github.com/owncloud/ocis/pull/9113#discussion_r1620846713

some of the service env vars will change with

saw-jan commented 3 days ago

ℹ️ NOTE: wait until the service is stable and there's deployment example available

done in PR https://github.com/owncloud/ocis/pull/9442