-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some issues in kopano-konnect set up #6
Comments
Same issue on an Ubuntu 18.04 host.
Within an ubuntu:18.04 docker, Within an owncloud/server:10.4 docker,
|
This blocks openidconnect app release testing for me. |
@michaelstingl as discussed today, this is the correct way. Please escalate this appropriately to unblock us. |
You have a running setup on Hetzner? Could you add my https://github.com/michaelstingl.keys ? |
Latest try, over Hetzner: Steps:
Everything goes up and available in port 9680. After clicking on
probably caused by: Looking forward for fixes. |
added |
Looks solved, you may reopen if not. |
I started to struggle against kopano infra developed here: #4
I stumbled upon some issues, let me know your ideas and thoughts about them:
1.- In these two lines
compose-playground/kopano/konnect/docker-compose.yml
Line 25 in f818c06
compose-playground/kopano/konnect/docker-compose.yml
Line 26 in f818c06
the folder to map in the local machine is not accesible by docker (system directory). I tried several tricks but not able to map such path (MacOS Mojave 10.14.4 (18E226). Finally, i workarounded it by setting a different (accesible) directory. Any place for improvement here?
2.- A not important one (only documentation or similar):
here i'd add the
owncloud-exported-ports.yml
to switch easily the listening port3.- By using the
docker-compose
instruction above the ownCloud instance works, but the connection with the idP, with the following error:Error in OpenIdConnect:Curl error: Failed to connect to konnect.docker-playground.local port 443: Connection refused
This is because the
zokradonh/kopano_ssl
and theabiosoft/caddy
early exited. These are suspicious traces:kopano_konnect_1 | /usr/local/bin/wrapper.sh: line 17: can't create /kopano/ssl/konnectd-tokens-signing-key.pem: Permission denied
caddy_1 | 2020/03/10 10:21:03 self-signed: certificate has no names
and the complete log:
trace.log
anything missed?, so i saw in the demo that everything worked fine.
4.- And the last but not the least:
compose-playground/kopano/konnect/docker-compose.yml
Line 81 in f818c06
After getting up, the oidc app is not enabled, and i have to go to Settings > Apps etc etc... in the web UI to enable it manually. Maybe are the quotation marks wrong there?
Thanks for your support.
The text was updated successfully, but these errors were encountered: