Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use go cs3-wopi-server in wopi example deployment #3333

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 5 additions & 11 deletions deployments/examples/ocis_wopi/.env
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ STORAGE_TRANSFER_SECRET=
OCIS_MACHINE_AUTH_API_KEY=

### Wopi server settings ###
# cs3org wopi server version. Defaults to "latest"
# wkloucek/cs3-wopi-server version. Defaults to "latest"
WOPISERVER_DOCKER_TAG=
# cs3org wopi server domain. Defaults to "wopiserver.owncloud.test"
WOPISERVER_DOMAIN=
# Collabora wopi server domain. Defaults to "wopiserver-collabora.owncloud.test"
WOPISERVER_COLLABORA_DOMAIN=
# OnlyOffice wopi server domain. Defaults to "wopiserver-onlyoffice.owncloud.test"
WOPISERVER_ONLYOFFICE_DOMAIN=
# JWT secret which is used for the documents to be request by the Wopi client from the cs3org Wopi server. Must be change in order to have a secure Wopi server. Defaults to "LoremIpsum567"
WOPI_JWT_SECRET=
# JWT secret which is used for the documents to be request by the Wopi client from the cs3org Wopi server. Must be change in order to have a secure Wopi server. Defaults to "LoremIpsum123"
WOPI_IOP_SECRET=

### Collabora settings ###
# Domain of Collabora, where you can find the frontend. Defaults to "collabora.owncloud.test"
Expand All @@ -50,12 +50,6 @@ COLLABORA_ADMIN_PASSWORD=
# Domain of OnlyOffice, where you can find the frontend. Defaults to "onlyoffice.owncloud.test"
ONLYOFFICE_DOMAIN=

### CodiMD settings ###
# Domain of Collabora, where you can find the frontend. Defaults to "codimd.owncloud.test"
CODIMD_DOMAIN=
# Secret which is used for the communication with the WOPI server. Must be changed in order to have a secure CodiMD. Defaults to "LoremIpsum456"
CODIMD_SECRET=


# If you want to use debugging and tracing with this stack,
# you need uncomment following line. Please see documentation at
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

128 changes: 0 additions & 128 deletions deployments/examples/ocis_wopi/config/wopiserver/wopiserver.conf.dist

This file was deleted.

Loading