Apply suggestions from code review

Co-authored-by: Martin <github@diemattels.at>
This commit is contained in:
Michael Barz
2024-10-23 16:27:14 +02:00
parent 17370c2d7d
commit d65e68ff35
3 changed files with 6 additions and 4 deletions

View File

@@ -118,19 +118,20 @@ SMTP_INSECURE=
# It is possible to use the oCIS Web Extensions to add custom functionality to the oCIS frontend. # 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 # For more details see https://github.com/owncloud/web-extensions/blob/main/README.md
# Enable this to create a new named volume # 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. # Enable the desired extensions by uncommenting the following lines.
# Note: the leading colon is required to enable the service. # 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 #UNZIP=:web_extensions/unzip.yml
#DRAWIO=:web_extensions/drawio.yml #DRAWIO=:web_extensions/drawio.yml
#JSONVIEWER=:web_extensions/jsonviewer.yml #JSONVIEWER=:web_extensions/jsonviewer.yml
#PROGRESSBARS=:web_extensions/progressbars.yml #PROGRESSBARS=:web_extensions/progressbars.yml
#EXTERNALSITES=:web_extensions/externalsites.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/apps.yaml
# - config/ocis/csp.yaml # - config/ocis/csp.yaml
IMPORTER=:web_extensions/cloudimporter.yml #IMPORTER=:web_extensions/importer.yml
# The importer needs additional config, see the following lines for more details.
## The docker image to be used for uppy companion. ## The docker image to be used for uppy companion.
# owncloud has built a container with public link import support. # owncloud has built a container with public link import support.
COMPANION_IMAGE= COMPANION_IMAGE=

View File

@@ -8,6 +8,7 @@ importer:
external-sites: external-sites:
config: config:
sites: sites:
# For settings see: https://github.com/owncloud/web-extensions/tree/main/packages/web-app-external-sites
- name: ownCloud - name: ownCloud
url: "https://owncloud.dev" url: "https://owncloud.dev"
target: embedded target: embedded