mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-08-07 12:28:43 +08:00
feat: add support for Euro Office integration with custom entrypoint and configuration
This commit is contained in:
26
.env.example
26
.env.example
@@ -24,6 +24,14 @@ INSECURE=true
|
||||
#COMPOSE_FILE=docker-compose.yml:weboffice/collabora.yml:traefik/opencloud.yml:traefik/collabora.yml:idm/ldap-keycloak.yml:traefik/ldap-keycloak.yml
|
||||
# External IDP
|
||||
#COMPOSE_FILE=docker-compose.yml:weboffice/collabora.yml:traefik/opencloud.yml:traefik/collabora.yml:idm/external-idp.yml
|
||||
# Euro Office with traefik and letsencrypt
|
||||
#COMPOSE_FILE=docker-compose.yml:weboffice/euroffice.yml:traefik/opencloud.yml:traefik/euroffice.yml
|
||||
# Euro Office with external proxy (Nginx, Caddy, etc.)
|
||||
#COMPOSE_FILE=docker-compose.yml:weboffice/euroffice.yml:external-proxy/opencloud.yml:external-proxy/euroffice.yml
|
||||
# Both Collabora and Euro Office with traefik
|
||||
#COMPOSE_FILE=docker-compose.yml:weboffice/collabora.yml:weboffice/euroffice.yml:traefik/opencloud.yml:traefik/collabora.yml:traefik/euroffice.yml
|
||||
# Both Collabora and Euro Office with external proxy
|
||||
#COMPOSE_FILE=docker-compose.yml:weboffice/collabora.yml:weboffice/euroffice.yml:external-proxy/opencloud.yml:external-proxy/collabora.yml:external-proxy/euroffice.yml
|
||||
|
||||
## Traefik Settings ##
|
||||
# Note: Traefik is always enabled and can't be disabled.
|
||||
@@ -239,6 +247,24 @@ COLLABORA_SSL_VERIFICATION=false
|
||||
COLLABORA_HOME_MODE=
|
||||
|
||||
|
||||
### Euro Office Settings ###
|
||||
# Domain of Euro Office, where you can find the document server.
|
||||
# Defaults to "euro-office.opencloud.test"
|
||||
EURO_OFFICE_DOMAIN=
|
||||
# Domain of the wopiserver which handles Euro Office.
|
||||
# Defaults to "wopiserver-eo.opencloud.test"
|
||||
EURO_OFFICE_WOPISERVER_DOMAIN=
|
||||
# JWT Secret for Euro Office. IMPORTANT: Change this for production!
|
||||
# Defaults to "changeme"
|
||||
EURO_OFFICE_JWT_SECRET=
|
||||
# Euro Office Docker image.
|
||||
# Defaults to "ghcr.io/euro-office/documentserver"
|
||||
EURO_OFFICE_DOCKER_IMAGE=
|
||||
# Euro Office Docker tag.
|
||||
# Defaults to "latest"
|
||||
EURO_OFFICE_DOCKER_TAG=
|
||||
|
||||
|
||||
### Virusscanner Settings ###
|
||||
# IMPORTANT: If you enable antivirus, you also MUST configure the START_ADDITIONAL_SERVICES
|
||||
# envvar in the OpenCloud Settings above by adding 'antivirus' to the list.
|
||||
|
||||
Reference in New Issue
Block a user