committed by
Ralf Haferkamp
parent
58609dcbc0
commit
4ef03935ce
@@ -7,50 +7,50 @@ INSECURE=true
|
||||
DEMO_USERS=true
|
||||
|
||||
### Traefik settings ###
|
||||
# Serve Traefik dashboard. Defaults to "false".
|
||||
TRAEFIK_DASHBOARD=
|
||||
# Domain of Traefik, where you can find the dashboard. Defaults to "traefik.owncloud.test"
|
||||
# Serve Traefik dashboard.
|
||||
TRAEFIK_DASHBOARD=false
|
||||
# Domain of Traefik, where you can find the dashboard.
|
||||
TRAEFIK_DOMAIN=
|
||||
# Basic authentication for the dashboard. Defaults to user "admin" and password "admin"
|
||||
TRAEFIK_BASIC_AUTH_USERS=
|
||||
# Basic authentication for the dashboard.
|
||||
TRAEFIK_BASIC_AUTH_USERS=admin
|
||||
# Email address for obtaining LetsEncrypt certificates, needs only be changed if this is a public facing server
|
||||
TRAEFIK_ACME_MAIL=
|
||||
|
||||
### oCIS settings ###
|
||||
# oCIS version. Defaults to "latest"
|
||||
OCIS_DOCKER_TAG=
|
||||
# Domain of oCIS, where you can find the frontend. Defaults to "ocis.owncloud.test"
|
||||
# oCIS version.
|
||||
OCIS_DOCKER_TAG=latest
|
||||
# Domain of oCIS, where you can find the frontend.
|
||||
OCIS_DOMAIN=
|
||||
# IDP LDAP bind password. Must be changed in order to have a secure oCIS. Defaults to "idp".
|
||||
# IDP LDAP bind password. Must be changed in order to have a secure oCIS. Must be identical to IDP_IDPSVC_PASSWORD
|
||||
IDP_LDAP_BIND_PASSWORD=
|
||||
# Storage LDAP bind password. Must be changed in order to have a secure oCIS. Defaults to "reva".
|
||||
# Storage LDAP bind password. Must be changed in order to have a secure oCIS.
|
||||
STORAGE_LDAP_BIND_PASSWORD=
|
||||
# JWT secret which is used for the storage provider. Must be changed in order to have a secure oCIS. Defaults to "Pive-Fumkiu4"
|
||||
# JWT secret which is used for the storage provider. Must be changed in order to have a secure oCIS.
|
||||
OCIS_JWT_SECRET=
|
||||
# JWT secret which is used for uploads to create transfer tokens. Must be changed in order to have a secure oCIS. Defaults to "replace-me-with-a-transfer-secret"
|
||||
# JWT secret which is used for uploads to create transfer tokens. Must be changed in order to have a secure oCIS.
|
||||
STORAGE_TRANSFER_SECRET=
|
||||
# Machine auth api key secret. Must be changed in order to have a secure oCIS. Defaults to "change-me-please"
|
||||
# Machine auth api key secret. Must be changed in order to have a secure oCIS.
|
||||
OCIS_MACHINE_AUTH_API_KEY=
|
||||
# System user machine auth api key. Must be changed in order to have a secure oCIS. Defaults to "change-me-please"
|
||||
# System user machine auth api key. Must be changed in order to have a secure oCIS.
|
||||
SYSTEM_USER_API_KEY=
|
||||
# Number of services to run for extensions, that currently can be easily scaled. Defaults to 1.
|
||||
OCIS_SCALE=
|
||||
# Number of services to run for extensions, that currently can be easily scaled.
|
||||
OCIS_SCALE=1
|
||||
|
||||
# IDM service user password, set to a random string, defaults to "changeme"
|
||||
# IDM service user password, set to a random string.
|
||||
IDM_SVC_PASSWORD=
|
||||
# IDM Reva service user password, set to a random string, defaults to "changeme"
|
||||
# IDM Reva service user password, set to a random string.
|
||||
IDM_REVASVC_PASSWORD=
|
||||
# IDM IDP service user password, set to a random string, defaults to "changeme"
|
||||
# IDM IDP service user password, set to a random string.
|
||||
IDM_IDPSVC_PASSWORD=
|
||||
# OCIS system user id, set to a random string, defaults to "changeme"
|
||||
# OCIS system user id, set to a random string.
|
||||
OCIS_SYSTEM_USER_ID=
|
||||
# System user id, set to a random string, defaults to "changeme"
|
||||
# System user id, set to a random string.
|
||||
SYSTEM_USER_ID=
|
||||
# Admin user id, set to a random UUIDv4 defaults to "-09246a85-682a-4cd5-996d-8e8d2aca50af"
|
||||
# Admin user id, set to a random UUIDv4.
|
||||
ADMIN_USER_ID=
|
||||
# Admin user password, set to random string defaults to "changeme"
|
||||
# Admin user password, set to random string.
|
||||
ADMIN_USER_PASSWORD=
|
||||
# Enable basic auth for proxy, set to bool, defaults to "true"
|
||||
# Enable basic auth for proxy, set to bool.
|
||||
PROXY_ENABLE_BASIC_AUTH=
|
||||
|
||||
# If you want to use debugging and tracing with this stack,
|
||||
|
||||
Reference in New Issue
Block a user