31 lines
664 B
JSON
31 lines
664 B
JSON
{
|
|
"server": "https://ocis.owncloud.test",
|
|
"theme": "https://ocis.owncloud.test/themes/owncloud/theme.json",
|
|
"version": "0.1.0",
|
|
"openIdConnect": {
|
|
"metadata_url": "https://ocis.owncloud.test/.well-known/openid-configuration",
|
|
"authority": "https://ocis.owncloud.test",
|
|
"client_id": "web",
|
|
"response_type": "code",
|
|
"scope": "openid profile email"
|
|
},
|
|
"apps": ["files"],
|
|
"external_apps": [
|
|
{
|
|
"id": "settings",
|
|
"path": "/settings.js"
|
|
},
|
|
{
|
|
"id": "accounts",
|
|
"path": "/accounts.js"
|
|
},
|
|
{
|
|
"id": "hello",
|
|
"path": "/hello.js"
|
|
}
|
|
],
|
|
"options": {
|
|
"hideSearchBar": true
|
|
}
|
|
}
|