mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-30 09:38:26 -05:00
32 lines
680 B
JSON
32 lines
680 B
JSON
{
|
|
"server": "https://localhost:9200",
|
|
"theme": "https://localhost:9200/themes/opencloud/theme.json",
|
|
"version": "0.1.0",
|
|
"openIdConnect": {
|
|
"metadata_url": "https://localhost:9200/.well-known/openid-configuration",
|
|
"authority": "https://localhost:9200",
|
|
"client_id": "web",
|
|
"response_type": "code",
|
|
"scope": "openid profile email"
|
|
},
|
|
"options": {
|
|
"topCenterNotifications": true,
|
|
"displayResourcesLazy": false,
|
|
"sidebar": {
|
|
"shares": {
|
|
"showAllOnLoad": true
|
|
}
|
|
}
|
|
},
|
|
"apps": [
|
|
"files",
|
|
"ocm",
|
|
"text-editor",
|
|
"preview",
|
|
"pdf-viewer",
|
|
"search",
|
|
"admin-settings",
|
|
"app-store"
|
|
]
|
|
}
|