From 1dd12e1d7e9e1c14ede6529701077390ca10fcaf Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Thu, 17 Apr 2025 12:22:05 +0200 Subject: [PATCH] chore: fix app provider names in opencloud_full deployment The app provider is called `CollaboraOnline` in the deployment example, not `Collabora`. Also switches the default app to Collabora for all mime types since it's the only app provider running per default. --- .../config/opencloud/app-registry.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/deployments/examples/opencloud_full/config/opencloud/app-registry.yaml b/deployments/examples/opencloud_full/config/opencloud/app-registry.yaml index b7cf0decf9..d50699f7fd 100644 --- a/deployments/examples/opencloud_full/config/opencloud/app-registry.yaml +++ b/deployments/examples/opencloud_full/config/opencloud/app-registry.yaml @@ -12,49 +12,49 @@ app_registry: name: OpenDocument description: OpenDocument text document icon: '' - default_app: Collabora + default_app: CollaboraOnline allow_creation: true - mime_type: application/vnd.oasis.opendocument.spreadsheet extension: ods name: OpenSpreadsheet description: OpenDocument spreadsheet document icon: '' - default_app: Collabora + default_app: CollaboraOnline allow_creation: true - mime_type: application/vnd.oasis.opendocument.presentation extension: odp name: OpenPresentation description: OpenDocument presentation document icon: '' - default_app: Collabora + default_app: CollaboraOnline allow_creation: true - mime_type: application/vnd.openxmlformats-officedocument.wordprocessingml.document extension: docx name: Microsoft Word description: Microsoft Word document icon: '' - default_app: OnlyOffice + default_app: CollaboraOnline allow_creation: true - mime_type: application/vnd.openxmlformats-officedocument.wordprocessingml.form extension: docxf name: Form Document description: Form Document icon: '' - default_app: OnlyOffice + default_app: CollaboraOnline allow_creation: true - mime_type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet extension: xlsx name: Microsoft Excel description: Microsoft Excel document icon: '' - default_app: OnlyOffice + default_app: CollaboraOnline allow_creation: true - mime_type: application/vnd.openxmlformats-officedocument.presentationml.presentation extension: pptx name: Microsoft PowerPoint description: Microsoft PowerPoint document icon: '' - default_app: OnlyOffice + default_app: CollaboraOnline allow_creation: true - mime_type: application/vnd.jupyter extension: ipynb