ocis/.env.sample

42 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2022-08-03 08:27:20 +00:00
TYPE=ocis
2022-08-03 08:22:38 +00:00
DOMAIN={{ .Domain }}
LETS_ENCRYPT_ENV=production
2022-10-17 10:27:27 +00:00
# This is here so later lines can extend it; you likely don't wanna edit
COMPOSE_FILE="compose.yml"
2022-08-03 09:20:23 +00:00
# Make true if using OIDC and you want accounts to be created automatically
2022-08-03 08:22:38 +00:00
PROXY_AUTOPROVISION_ACCOUNTS=false
2022-08-03 09:20:23 +00:00
# OIDC realm URL, e.g. https://keycloak.example.org/realm/example
2022-08-03 08:22:38 +00:00
OCIS_OIDC_ISSUER=
2022-08-03 09:20:23 +00:00
# OIDC client ID
# Note that the client has to be in public mode (not confidential mode) and
# does therefore not need a client secret.
2022-08-03 08:22:38 +00:00
WEB_OIDC_CLIENT_ID=
2022-08-03 09:20:23 +00:00
# General config
2022-08-03 08:22:38 +00:00
OCIS_LOG_LEVEL=error
OCIS_LOG_COLOR=false
2022-08-03 09:20:23 +00:00
# Keep as false if using a reverse proxy
2022-08-03 08:22:38 +00:00
PROXY_TLS=false
2022-08-03 09:20:23 +00:00
# Set to true if using self signed certs
2022-08-03 08:22:38 +00:00
OCIS_INSECURE=false
2022-10-17 10:27:27 +00:00
# -----
# 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