From 675d3100678276e0027b2a76c560c9d48ea1ce77 Mon Sep 17 00:00:00 2001 From: Alex Ackermann Date: Thu, 8 May 2025 11:17:06 +0200 Subject: [PATCH] chore: remove OO from full deployment example --- deployments/examples/opencloud_full/.env | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/deployments/examples/opencloud_full/.env b/deployments/examples/opencloud_full/.env index c516de4137..eb0518fff9 100644 --- a/deployments/examples/opencloud_full/.env +++ b/deployments/examples/opencloud_full/.env @@ -182,7 +182,7 @@ COLLABORA=:collabora.yml # Domain of Collabora, where you can find the frontend. # Defaults to "collabora.opencloud.test" COLLABORA_DOMAIN= -# Domain of the wopiserver which handles OnlyOffice. +# Domain of the wopiserver which handles Collabora. # Defaults to "wopiserver.opencloud.test" WOPISERVER_DOMAIN= # Admin user for Collabora. @@ -225,19 +225,10 @@ COLLABORA_SSL_VERIFICATION=false # Defaults to "partial" #ANTIVIRUS_MAX_SCAN_SIZE_MODE= # Image version of the ClamAV container. -# Defaults to "latest" +# Defaults to "latest"y CLAMAV_DOCKER_TAG= -### OnlyOffice Settings ### -# Note: the leading colon is required to enable the service. -#ONLYOFFICE=:onlyoffice.yml -# Domain for OnlyOffice. Defaults to "onlyoffice.opencloud.test". -ONLYOFFICE_DOMAIN= -# Domain for the wopiserver which handles OnlyOffice. -WOPISERVER_ONLYOFFICE_DOMAIN= - - ### Inbucket Settings ### # Inbucket is a mail catcher tool for testing purposes. # DO NOT use in Production. @@ -313,4 +304,4 @@ KEYCLOAK_ADMIN_PASSWORD= # This MUST be the last line as it assembles the supplemental compose files to be used. # ALL supplemental configs must be added here, whether commented or not. # Each var must either be empty or contain :path/file.yml -COMPOSE_FILE=docker-compose.yml${OPENCLOUD:-}${TIKA:-}${DECOMPOSEDS3:-}${DECOMPOSEDS3_MINIO:-}${DECOMPOSED:-}${COLLABORA:-}${MONITORING:-}${IMPORTER:-}${CLAMAV:-}${ONLYOFFICE:-}${INBUCKET:-}${EXTENSIONS:-}${UNZIP:-}${DRAWIO:-}${JSONVIEWER:-}${PROGRESSBARS:-}${EXTERNALSITES:-}${KEYCLOAK:-}${LDAP:-}${KEYCLOAK_AUTOPROVISIONING:-}${LDAP_MANAGER:-}${RADICALE:-} +COMPOSE_FILE=docker-compose.yml${OPENCLOUD:-}${TIKA:-}${DECOMPOSEDS3:-}${DECOMPOSEDS3_MINIO:-}${DECOMPOSED:-}${COLLABORA:-}${MONITORING:-}${IMPORTER:-}${CLAMAV:-}${INBUCKET:-}${EXTENSIONS:-}${UNZIP:-}${DRAWIO:-}${JSONVIEWER:-}${PROGRESSBARS:-}${EXTERNALSITES:-}${KEYCLOAK:-}${LDAP:-}${KEYCLOAK_AUTOPROVISIONING:-}${LDAP_MANAGER:-}${RADICALE:-}