some first findings
-
@jdaviescoates same here. Now with 4 GB RAM
-
@luckow said in some first findings:
@jdaviescoates same here. Now with 4 GB RAM
I didn't actually increase the memory available for Loomio, just reduced how much memory my server was using.
-
More thoughts:
-
LDAP doesn't seem to be enabled (even though during the install process it implies that it is). It seems the only way to login is by creating a new account via email.
-
Whenever you create a new account you instantly land on the screen where you start a new group. This is a bit confusing (but perhaps this is just how self-hosted Loomio works?).
-
-
-
There is no LDAP support in Loomio so LDAP will be also disabled in the next version of the cloudron app.
They seem to be supporting OAuth, SAML providers but there is a lack of details in the documentation how to set it up. It needs some further research. As far as I can see some environment variables need to be setup and/app/data/.env
can be used for that. -
Yes, it redirects to a new group creating form when a new account created. This is how it works and there seems no way to amend it for now.
-
-
A new Loomio app version 0.3.0 has been released.
It has websockets connection issue fixed and switched ldap and IMAP polling off as it hasn't been implemented in Loomio yet. -
-
@jdaviescoates said in some first findings:
Whenever you create a new account you instantly land on the screen where you start a new group. This is a bit confusing (but perhaps this is just how self-hosted Loomio works?).
Just played around with the app a bit. You sign up first and create groups. The groups can have a friendly URL like
https://loomio.example.com/my-community
. You can then disable group creation and then even maybe user registration - https://docs.cloudron.io/apps/loomio/#registration . You then just pass around the community link directly instead of the app's base domain link. People can register and network. -
4Gb of memory allocated. I'm still unable to create a group.
As an aside here's some SSO info https://www.loomio.com/d/CL8Xr5kW/is-sso-compatible-with-selfhosted-loomio-/15
-
@Sam_uk I can reproduce the group creation issue. Investigating.
19:27:44 - source=rack-timeout id=25868553-6852-4fba-af24-66b22494e20c wait=1ms timeout=15000ms state=ready 19:27:44 - method=POST path=/api/v1/groups format=json controller=API::V1::GroupsController action=create status=500 error='OpenURI::HTTPError: 403 Forbidden' duration=431.19 view=0.00 db=1.66 19:27:44 - 19:27:44 - OpenURI::HTTPError (403 Forbidden): 19:27:44 - 19:27:44 - app/services/group_service.rb:78:in `create' 19:27:44 - app/controllers/api/v1/snorlax_base.rb:47:in `create_action' 19:27:44 - app/controllers/api/v1/snorlax_base.rb:20:in `create' 19:27:44 - app/helpers/locales_helper.rb:8:in `use_preferred_locale' 19:27:44 - source=rack-timeout id=25868553-6852-4fba-af24-66b22494e20c wait=1ms timeout=15000ms service=436ms state=completed
-
-