mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-04 07:17:16 -05:00
30 lines
726 B
JSON
30 lines
726 B
JSON
{
|
|
"server": "https://ocis-server:9200",
|
|
"theme": "owncloud",
|
|
"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"
|
|
},
|
|
"apps": [
|
|
"files",
|
|
"draw-io",
|
|
"markdown-editor",
|
|
"media-viewer",
|
|
"search"
|
|
],
|
|
"external_apps": [
|
|
{
|
|
"id": "settings",
|
|
"path": "https://ocis-server:9200/settings.js"
|
|
},
|
|
{
|
|
"id": "accounts",
|
|
"path": "https://ocis-server:9200/accounts.js"
|
|
}
|
|
]
|
|
}
|