TYPE=ocis DOMAIN={{ .Domain }} LETS_ENCRYPT_ENV=production # This is here so later lines can extend it; you likely don't wanna edit COMPOSE_FILE="compose.yml" # Make true if using OIDC and you want accounts to be created automatically PROXY_AUTOPROVISION_ACCOUNTS=false # OIDC realm URL, e.g. https://keycloak.example.org/realm/example OCIS_OIDC_ISSUER= # OIDC client ID # Note that the client has to be in public mode (not confidential mode) and # does therefore not need a client secret. WEB_OIDC_CLIENT_ID= # General config OCIS_LOG_LEVEL=error OCIS_LOG_COLOR=false # Keep as false if using a reverse proxy PROXY_TLS=false # Set to true if using self signed certs OCIS_INSECURE=false # ----- # Onlyoffice, Collabora, WOPI server #COMPOSE_FILE="$COMPOSE_FILE:compose.office.yml" #SECRET_WOPI_SECRET_VERSION=v1 #SECRET_COLLABORA_ADMIN_PASSWORD_VERSION=v1 #COLLABORA_DOMAIN= #ONLYOFFICE_DOMAIN= #WOPISERVER_DOMAIN= #COLLABORA_ADMIN_USER=admin # Valid values are: Debug, Info, Warning, Error. # WOPISERVER_LOGLEVEL=Error