summarylogtreecommitdiffstats
path: root/opencloud.env
blob: cd7c018fdcaecf47aa2b8fece949e436703b4a0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# References can be found throughout the documentation:
# https://docs.opencloud.eu/

# The URL or IP address where the opencloud instance is reachable
#OC_URL=https://localhost:9200

# The bind address of the http service
#PROXY_HTTP_ADDR=

# Enforce passwords on all public shares
#OC_SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD=true

# Path to the assets if not using the build-in ones.
# For example due to installing opencloud-web as a separate package
#WEB_ASSET_CORE_PATH=/var/lib/opencloud-web/

# Path to the config.json in the used assets path
# Allows to activate specific components
#WEB_UI_CONFIG_FILE=/var/lib/opencloud-web/config.json

# Custom theme
#WEB_ASSET_THEMES_PATH=
#WEB_UI_THEME_PATH=

# Helpful for self-signed TLS certs
#PROXY_TRANSPORT_TLS_CERT=
#PROXY_TRANSPORT_TLS_KEY=

# Disable frontend update check
# https://docs.opencloud.eu/docs/admin/configuration/frontend-check-updates
FRONTEND_CHECK_FOR_UPDATES=false