mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-26 22:48:48 -06:00
33 lines
628 B
JSON
33 lines
628 B
JSON
{
|
|
"server": "https://172.17.0.1:9200",
|
|
"theme": "owncloud",
|
|
"version": "0.1.0",
|
|
"openIdConnect": {
|
|
"metadata_url": "https://172.17.0.1:9200/.well-known/openid-configuration",
|
|
"authority": "https://172.17.0.1:9200",
|
|
"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": "wopiserver",
|
|
"path": "/wopiserver.js"
|
|
}
|
|
],
|
|
"options": {
|
|
"hideSearchBar": true
|
|
}
|
|
}
|