Skip to content

Commit

Permalink
Merge pull request #56 from glpatcern/wopi-update
Browse files Browse the repository at this point in the history
Wopi update
  • Loading branch information
glpatcern authored May 31, 2023
2 parents f5f7c3e + 4f43eea commit 1f79697
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
9 changes: 5 additions & 4 deletions wopiserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: wopiserver
description: A Vendor-neutral Web-application Open Platform Interface (WOPI) gateway for EFSS systems
type: application
version: 0.9.0
appVersion: v9.5.3
version: 0.9.2
appVersion: v10.0.0
kubeVersion: '>= 1.19.0-0'
home: https://github.com/cs3org/wopiserver
sources:
Expand All @@ -19,8 +19,9 @@ keywords:
- apps
annotations:
artifacthub.io/changes: |
- "Config refresh + update to latest wopiserver tag"
- "Reverted some options in wopiserver.conf"
- "Updated to latest wopiserver tag"
artifacthub.io/images: |
- name: wopiserver
image: cs3org/wopiserver:v9.5.3
image: cs3org/wopiserver:v10.0.0
artifacthub.io/containsSecurityUpdates: 'false'
16 changes: 7 additions & 9 deletions wopiserver/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,13 @@ data:
# WOPI lock expiration time [seconds]. Microsoft requires this to be 30 minutes.
wopilockexpiration = 1800
# WOPI lock strict check: if True, WOPI locks will be compared according to specs,
# that is their representation must match. False (default) allows for a more relaxed
# comparison, which compensates incorrect lock requests from Microsoft Office Online
# on-premise setups.
wopilockstrictcheck = False
# Enable support of rename operations from WOPI apps. This is currently
# disabled by default as it has been observed that both MS Office and Collabora
# Online do not play well with this feature.
# WOPI lock strict check. Must be set to True (default). False allows for a more relaxed
# comparison, which compensates incorrect lock requests from early versions of Microsoft
# Office Online on-premise setups.
wopilockstrictcheck = True
# Enable support of rename operations from WOPI apps (experimental). Must be set
# to False (default).
enablerename = False
# Detection of external Microsoft Office or LibreOffice locks. By default, lock files
Expand Down

0 comments on commit 1f79697

Please sign in to comment.