-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6702 from owncloud/uppy-companion
Add Uppy Companion to wopi example
- Loading branch information
Showing
8 changed files
with
102 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,9 @@ | |
TRAEFIK_ACME_MAIL: [email protected] | ||
OCIS_DOCKER_TAG: latest | ||
OCIS_DOMAIN: ocis.ocis-wopi.daily.owncloud.works | ||
COMPANION_DOMAIN: companion.ocis-wopi.daily.owncloud.works | ||
COMPANION_WEB_CONFIG_FILE_NAME: web-daily.yaml | ||
COMPANION_IMAGE: owncloud/uppy-companion:3.12.13-owncloud | ||
WOPISERVER_DOMAIN: wopiserver.ocis-wopi.daily.owncloud.works | ||
COLLABORA_DOMAIN: collabora.ocis-wopi.daily.owncloud.works | ||
ONLYOFFICE_DOMAIN: onlyoffice.ocis-wopi.daily.owncloud.works | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,9 @@ | |
TRAEFIK_ACME_MAIL: [email protected] | ||
OCIS_DOCKER_TAG: latest | ||
OCIS_DOMAIN: ocis.ocis-wopi.latest.owncloud.works | ||
COMPANION_DOMAIN: companion.ocis-wopi.latest.owncloud.works | ||
COMPANION_WEB_CONFIG_FILE_NAME: web-latest.yaml | ||
COMPANION_IMAGE: owncloud/uppy-companion:3.12.13-owncloud | ||
WOPISERVER_DOMAIN: wopiserver.ocis-wopi.latest.owncloud.works | ||
COLLABORA_DOMAIN: collabora.ocis-wopi.latest.owncloud.works | ||
ONLYOFFICE_DOMAIN: onlyoffice.ocis-wopi.latest.owncloud.works | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,9 @@ | |
TRAEFIK_ACME_MAIL: [email protected] | ||
OCIS_DOCKER_TAG: 4.0.0 | ||
OCIS_DOMAIN: ocis.ocis-wopi.released.owncloud.works | ||
COMPANION_DOMAIN: companion.ocis-wopi.released.owncloud.works | ||
COMPANION_IMAGE: owncloud/uppy-companion:3.12.13-owncloud | ||
COMPANION_WEB_CONFIG_FILE_NAME: web-released.yaml | ||
WOPISERVER_DOMAIN: wopiserver.ocis-wopi.released.owncloud.works | ||
COLLABORA_DOMAIN: collabora.ocis-wopi.released.owncloud.works | ||
ONLYOFFICE_DOMAIN: onlyoffice.ocis-wopi.released.owncloud.works | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
web: | ||
config: | ||
external_apps: | ||
- id: preview | ||
path: web-app-preview | ||
config: | ||
mimeTypes: | ||
- image/tiff | ||
- image/bmp | ||
- image/x-ms-bmp | ||
- id: importer | ||
path: web-app-importer | ||
config: | ||
companionUrl: https://companion.ocis-wopi.daily.owncloud.works | ||
supportedClouds: | ||
- WebdavPublicLink | ||
#- OneDrive # needs a client id and secret | ||
#- GoogleDrive # needs a client id and secret and an addition to the DNS zone |
18 changes: 18 additions & 0 deletions
18
deployments/examples/ocis_wopi/config/ocis/web-latest.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
web: | ||
config: | ||
external_apps: | ||
- id: preview | ||
path: web-app-preview | ||
config: | ||
mimeTypes: | ||
- image/tiff | ||
- image/bmp | ||
- image/x-ms-bmp | ||
- id: importer | ||
path: web-app-importer | ||
config: | ||
companionUrl: https://companion.ocis-wopi.latest.owncloud.works | ||
supportedClouds: | ||
- WebdavPublicLink | ||
#- OneDrive # needs a client id and secret | ||
#- GoogleDrive # needs a client id and secret and an addition to the DNS zone |
18 changes: 18 additions & 0 deletions
18
deployments/examples/ocis_wopi/config/ocis/web-released.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
web: | ||
config: | ||
external_apps: | ||
- id: preview | ||
path: web-app-preview | ||
config: | ||
mimeTypes: | ||
- image/tiff | ||
- image/bmp | ||
- image/x-ms-bmp | ||
- id: importer | ||
path: web-app-importer | ||
config: | ||
companionUrl: https://companion.ocis-wopi.released.owncloud.works | ||
supportedClouds: | ||
- WebdavPublicLink | ||
#- OneDrive # needs a client id and secret | ||
#- GoogleDrive # needs a client id and secret and an addition to the DNS zone |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters