Thanks @nj !
+1 for the App Store!
cuzy-app
@cuzy-app
Humhub modules development
Best posts made by cuzy-app
-
RE: How to install authlib to have OpenID integration in Synapse?
@girish Sorry for my late reply (I'm new to this forum and I didn't see that default notification settings don't send an email).
Thanks a lot for adding it to the package!
I works perfectly! -
RE: Keycloak & Cloudron
Thanks @nj for this great update!
Has anyone managed to update?
I'm stuck with this issue: https://github.com/njsubedi/cloudron-keycloak/issues/7
Latest posts made by cuzy-app
-
RE: Keycloak & Cloudron
Thanks @nj for this great update!
Has anyone managed to update?
I'm stuck with this issue: https://github.com/njsubedi/cloudron-keycloak/issues/7 -
RE: How to install authlib to have OpenID integration in Synapse?
@girish Sorry for my late reply (I'm new to this forum and I didn't see that default notification settings don't send an email).
Thanks a lot for adding it to the package!
I works perfectly! -
How to install authlib to have OpenID integration in Synapse?
To login with an SSO, Synapse requires authlib library: https://matrix-org.github.io/synapse/latest/openid.html#preparing-synapse
How can I install it, as normally the command is
pip install matrix-synapse[oidc]
, but it's not authorized on a Cloudron instance?
ERROR: Could not install packages due to an OSError: [Errno 30] Read-only file system: '/app/code/env/lib/python3.8/site-packages/authlib'Thanks.