Skip to content

Commit

Permalink
More adaptations for the sample CS3 config, cf. 66be6c0
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Oct 11, 2023
1 parent da461e0 commit b9a2dd3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker/etc/wopiserver.cs3.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
[general]
storagetype = cs3
port = 8880
wopiurl = https://your.wopi.server:8880
wopiurl = https://your.wopi.org:8880
loglevel = Debug
detectexternalmodifications = False
#hostediturl = https://your-frontend-server/external<path>?app=<app>&fileId=<endpoint>!<fileid>
#hostviewurl = https://your-frontend-server/external<path>?app=<app>&fileId=<endpoint>!<fileid>&viewmode=VIEW_MODE_PREVIEW
#hostediturl = https://your.revad.org/external<path>?app=<app>&fileId=<endpoint>!<fileid>
#hostviewurl = https://your.revad.org/external<path>?app=<app>&fileId=<endpoint>!<fileid>&viewmode=VIEW_MODE_PREVIEW

codimdurl = https://your.codimd.server:443
codimdinturl = https://your.internal.codimd.server:443
codimdurl = https://your.codimd.org:443
codimdinturl = https://your.internal.codimd.org:443
nonofficetypes = .md .zmd .txt

[bridge]
Expand All @@ -21,8 +21,8 @@ recoverypath = /var/spool/wopirecovery

[security]
usehttps = yes
wopicert = /var/run/secrets/your.revad.ssl.cert
wopikey = /var/run/secrets/your.revad.ssl.key
wopicert = your.cert.pem
wopikey = your.key.pem

[cs3]
revagateway = your.revad.org:19000
Expand Down

0 comments on commit b9a2dd3

Please sign in to comment.