You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# If you're on a internet facing server please comment out following line.
2
+
# It skips certificate validation for various parts of oCIS and is needed if you use self signed certificates.
3
+
INSECURE=true
4
+
5
+
### Traefik settings ###
6
+
TRAEFIK_LOG_LEVEL=
7
+
# Serve Treafik dashboard. Defaults to "false".
8
+
TRAEFIK_DASHBOARD=
9
+
# Domain of Traefik, where you can find the dashboard. Defaults to "traefik.owncloud.test"
10
+
TRAEFIK_DOMAIN=
11
+
# Basic authentication for the dashboard. Defaults to user "admin" and password "admin"
12
+
TRAEFIK_BASIC_AUTH_USERS=
13
+
# Email address for obtaining LetsEncrypt certificates, needs only be changed if this is a public facing server
14
+
TRAEFIK_ACME_MAIL=
15
+
16
+
### shared oCIS / oC10 settings ###
17
+
# Domain of oCIS / oC10, where you can find the frontend. Defaults to "cloud.owncloud.test"
18
+
CLOUD_DOMAIN=
19
+
20
+
### oCIS settings ###
21
+
# oCIS version. Defaults to "latest"
22
+
OCIS_DOCKER_TAG=
23
+
# JWT secret which is used for the storage provider. Must be changed in order to have a secure oCIS. Defaults to "Pive-Fumkiu4"
24
+
OCIS_JWT_SECRET=
25
+
# 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"
26
+
STORAGE_TRANSFER_SECRET=
27
+
28
+
### oCIS settings ###
29
+
# oC10 version. Defaults to "latest"
30
+
OC10_DOCKER_TAG=
31
+
# client secret which the openidconnect app uses to authenticate to Keycloak. Defaults to "oc10-oidc-secret"
32
+
OC10_OIDC_CLIENT_SECRET=
33
+
# app which will be shown when opening the ownCloud 10 UI. Defaults to "files" but also could be set to "web"
34
+
OWNCLOUD_DEFAULT_APP=
35
+
# if set to "false" (default) links will be opened in the classic UI, if set to "true" ownCloud Web is used
36
+
OWNCLOUD_WEB_REWRITE_LINKS=
37
+
38
+
### LDAP settings ###
39
+
# password for the LDAP admin user "cn=admin,dc=owncloud,dc=com", defaults to "admin"
40
+
LDAP_ADMIN_PASSWORD=
41
+
# Domain of the LDAP management frontend. Defaults to "ldap.owncloud.test"
42
+
LDAP_MANAGER_DOMAIN=
43
+
44
+
### Keycloak ###
45
+
# Domain of Keycloak, where you can find the managment and authentication frontend. Defaults to "keycloak.owncloud.test"
46
+
KEYCLOAK_DOMAIN=
47
+
# Realm which to be used with oCIS. Defaults to "oCIS"
48
+
KEYCLOAK_REALM=
49
+
# Admin user login name. Defaults to "admin"
50
+
KEYCLOAK_ADMIN_USER=
51
+
# Admin user login password. Defaults to "admin"
52
+
KEYCLOAK_ADMIN_PASSWORD=
53
+
54
+
55
+
# If you want to use debugging and tracing with this stack,
56
+
# you need uncomment following line. Please see documentation at
0 commit comments