ui adjustments after ODS and Web update

This commit is contained in:
Benedikt Kulmann
2022-02-11 16:53:39 +01:00
committed by Pascal Wengerter
parent 75009c1ed7
commit f90d329e85
10 changed files with 43 additions and 44 deletions
+29 -26
View File
@@ -1,29 +1,32 @@
{
"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"
"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": {
"displayResourcesLazy": false
},
"apps": [
"files",
"draw-io",
"markdown-editor",
"media-viewer",
"search"
],
"external_apps": [
{
"id": "settings",
"path": "https://ocis-server:9200/settings.js"
},
"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"
}
]
{
"id": "accounts",
"path": "https://ocis-server:9200/accounts.js"
}
]
}