mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-23 14:22:54 +00:00
Fixes (#283)
* make readme of owncloud more clear * clarify setup.sh * make user23 an admin by default * remove hard depenency on reg * add completed message * set more attributes on startup Signed-off-by: Felix Bartels <felix@host-consultants.de> * use cn instead of uid * add config for owncloud phoenix ui and openid plugin * add override for experimental feature endpoint * import kweb-calendar.cfg * experimental endpoint is yes/no * grapi also needs the ability to run insecure * grapi needs to resolve the domain, therefore needs to be in the web network
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"server": "https://kopano.demo:2015/owncloud/",
|
||||
"theme": "owncloud",
|
||||
"version": "0.1.0",
|
||||
"openIdConnect": {
|
||||
"authority": "https://kopano.demo:2015/",
|
||||
"client_id": "owncloud",
|
||||
"client_secret": "owncloud",
|
||||
"response_type": "id_token token",
|
||||
"scope": "openid profile email"
|
||||
},
|
||||
"apps": [
|
||||
"files"
|
||||
],
|
||||
"menu": {
|
||||
"items": [
|
||||
{
|
||||
"name": "Kopano Meet",
|
||||
"url": "https://kopano.demo:2015/meet",
|
||||
"iconMaterial": "hearing"
|
||||
},
|
||||
{
|
||||
"name": "Kopano Webapp",
|
||||
"url": "https://kopano.demo:2015/webapp/",
|
||||
"iconMaterial": "transform"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user