mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 04:09:40 -06:00
* Bump web to v5.7.0-rc.4 * Switch default value for resharing in capabilities to true * Fix access token usage in settings ui
41 lines
895 B
JSON
41 lines
895 B
JSON
{
|
|
"server": "https://ocis-server:9200",
|
|
"theme": "https://ocis-server:9200/themes/owncloud/theme.json",
|
|
"version": "0.1.0",
|
|
"openIdConnect": {
|
|
"metadata_url": "https://ocis-server:9200/.well-known/openid-configuration",
|
|
"authority": "https://ocis-server:9200",
|
|
"client_id": "web",
|
|
"response_type": "code",
|
|
"scope": "openid profile email"
|
|
},
|
|
"options": {
|
|
"topCenterNotifications": true,
|
|
"disablePreviews": true,
|
|
"displayResourcesLazy": false,
|
|
"sidebar": {
|
|
"shares": {
|
|
"showAllOnLoad": true
|
|
}
|
|
}
|
|
},
|
|
"apps": [
|
|
"files",
|
|
"draw-io",
|
|
"markdown-editor",
|
|
"media-viewer",
|
|
"pdf-viewer",
|
|
"search"
|
|
],
|
|
"external_apps": [
|
|
{
|
|
"id": "settings",
|
|
"path": "https://ocis-server:9200/settings.js"
|
|
},
|
|
{
|
|
"id": "accounts",
|
|
"path": "https://ocis-server:9200/accounts.js"
|
|
}
|
|
]
|
|
}
|