diff --git a/deployments/examples/ocis_full/.env b/deployments/examples/ocis_full/.env index a7ae7abbb5d..560ad59047b 100644 --- a/deployments/examples/ocis_full/.env +++ b/deployments/examples/ocis_full/.env @@ -118,19 +118,19 @@ SMTP_INSECURE= # It is possible to use the oCIS Web Extensions to add custom functionality to the oCIS frontend. # For more details see https://github.com/owncloud/web-extensions/blob/main/README.md # Enable this to create a new named volume -EXTENSIONS=:web_extensions/extensions.yml +#EXTENSIONS=:web_extensions/extensions.yml # Enable the desired extensions by uncommenting the following lines. # Note: the leading colon is required to enable the service. -# Note: if you want to remove a web extension, please delete the ocis-apps volume and restart the docker-compose. +# Note: if you want to remove a web extension, you must delete the ocis-apps volume. It will be properly recreated on docker compose startup. #UNZIP=:web_extensions/unzip.yml #DRAWIO=:web_extensions/drawio.yml #JSONVIEWER=:web_extensions/jsonviewer.yml #PROGRESSBARS=:web_extensions/progressbars.yml #EXTERNALSITES=:web_extensions/externalsites.yml -# External Sites needs additional config. +# External Sites needs additional config, see the following files for more details. # - config/ocis/apps.yaml # - config/ocis/csp.yaml -IMPORTER=:web_extensions/cloudimporter.yml +#IMPORTER=:web_extensions/cloudimporter.yml ## The docker image to be used for uppy companion. # owncloud has built a container with public link import support. COMPANION_IMAGE= diff --git a/deployments/examples/ocis_full/config/ocis/apps.yaml b/deployments/examples/ocis_full/config/ocis/apps.yaml index f75fc70c197..63f17ef1c4c 100644 --- a/deployments/examples/ocis_full/config/ocis/apps.yaml +++ b/deployments/examples/ocis_full/config/ocis/apps.yaml @@ -8,6 +8,7 @@ importer: external-sites: config: sites: + # For settings see: https://github.com/owncloud/web-extensions/tree/main/packages/web-app-external-sites - name: ownCloud url: "https://owncloud.dev" target: embedded