ownCloud
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

7.1.0 7.2.0 Removed

Note that the links provided in the service column are non functional when clicked.

Service Variable Description Default
clientlog CLIENTLOG_REVA_GATEWAY CS3 gateway used to look up user metadata com.owncloud.api.gateway
frontend FRONTEND_OCS_ADDITIONAL_INFO_ATTRIBUTE Additional information attribute for the user like {{.Mail}}. {{.Mail}}
FRONTEND_OCS_ENABLE_DENIALS EXPERIMENTAL: enable the feature to deny access on folders. false
FRONTEND_OCS_INCLUDE_OCM_SHAREES Include OCM sharees when listing sharees. false
FRONTEND_OCS_LIST_OCM_SHARES Include OCM shares when listing shares. See the OCM service documentation for more details. true
FRONTEND_OCS_PERSONAL_NAMESPACE Home namespace identifier. /users/{{.Id.OpaqueId}}
FRONTEND_OCS_PREFIX URL path prefix for the OCS service. Note that the string must not start with ‘/’. ocs
FRONTEND_OCS_PUBLIC_SHARE_MUST_HAVE_PASSWORD Set this to true if you want to enforce passwords on all public shares. true
FRONTEND_OCS_PUBLIC_WRITEABLE_SHARE_MUST_HAVE_PASSWORD Set this to true if you want to enforce passwords for writable shares. Only effective if the setting for ‘passwords on all public shares’ is set to false. false
FRONTEND_OCS_SHARE_PREFIX Path prefix for shares as part of an ocis resource. Note that the path must start with ‘/’. /Shares
FRONTEND_OCS_STAT_CACHE_AUTH_PASSWORD The password to use for authentication. Only applies when using the ’nats-js-kv’ store type.
FRONTEND_OCS_STAT_CACHE_AUTH_USERNAME The username to use for authentication. Only applies when using the ’nats-js-kv’ store type.
FRONTEND_OCS_STAT_CACHE_DISABLE_PERSISTENCE Disable persistence of the cache. Only applies when using the ’nats-js-kv’ store type. Defaults to false. false
FRONTEND_OCS_STAT_CACHE_STORE The type of the cache store. Supported values are: ‘memory’, ‘redis-sentinel’, ’nats-js-kv’, ’noop’. See the text description for details. memory
FRONTEND_OCS_STAT_CACHE_STORE_NODES A list of nodes to access the configured store. This has no effect when ‘memory’ store is configured. Note that the behaviour how nodes are used is dependent on the library of the configured store. See the Environment Variable Types description for more details. [127.0.0.1:9233]
FRONTEND_OCS_STAT_CACHE_TABLE The database table the store should use.
FRONTEND_OCS_STAT_CACHE_TTL Default time to live for user info in the cache. Only applied when access tokens has no expiration. See the Environment Variable Types description for more details. 5m0s