loomio - helps groups make better decisions together
-
@jdaviescoates @girish
Just bumping this again,
possibly willing to help test -
Off topic:
@sam_uk said in loomio - helps groups make better decisions together:
@atridad he did a great job of packaging Humhub for me.
I'm assuming/ hoping the plan is to get Humhub into the Cloudron App Store too, right?
-
I can take a look at making sure the packaging code is up to date, but it's very much working on a test instance still. Only issue was @girish building / testing - happy to work on that part of it if needed...I could make it a straight-through Dockerfile rather than BuildKit dependent - though it'll take a fairly long time to build that way, maybe that's just what we need to do?
-
@jimcavoli ah nice, if you can update the base image to 3.0.0, then I can take a look into publishing it. In fact, I am not sure why I didn't look into this further. Would be great to make it a straight through Dockerfile as that's how all the other packages are.
-
@girish Opened it up and got to updating - was reminded that the issue was the inbound email side of things, not the Dockerfile on this one...it's the OpenSlides packaging stalled on the multistage builds (which needs some more revision and I'll update soon). In any case, I've updated it to use
cloudron/base:3.0.0
and Loomio at2.8.3
(latest) locally and on my test box. The outstanding issue with inbound mail remains, plus a new, if minor, issue with RedisAUTH
for the channel server - any chance we'll see Redis updated to 6.x soon?I can work on alternatives to make the channel server Redis connection happy, but I still need help on the inbound email side of things. Sending seems fine, but replies (the inbound-to-app side) bounce immediately. I've pushed the changes for the newer versions to https://git.cloudron.io/jimcavoli/loomio-app and included the caveat(s) about the broken components in the commit message for now.
-
@jimcavoli I see. What's interesting is that https://help.loomio.org/en/dev_manual/setup_dev_environment/ just suggests installing redis via apt but redis 6 is not yet in ubuntu (only via a ppa). Another idea is to maybe use the previous release of loomio and then we can move it once we have redis 6 available. Is that an option?
-
@girish yeah, I don't see why not. It works in an older version. I may be able to pin back the specific dependency as well (it's the node dependency from https://github.com/loomio/loomio_channel_server that seems to be doing it). I'll play around with it a bit while we work on the
recvmail
thing in the mean time. -
@jimcavoli I have opened https://git.cloudron.io/cloudron/box/-/issues/804 to track for next release
-
Got 7.0.1 loaded up on my testbed machine...going to re-update the packaging as needed and ensure
recvmail
is integrated properly, then we should be good to go here. Hoping for O(days) on that, may be O(weeks) given schedules the next few weeks. -
@jdaviescoates said in Cobudget - A collaborative funding tool for crowds with purpose.:
BTW, the backstory to Cobudget is a must read imho
Same goes for Loomio actually
-
@jimcavoli @girish Any update on this?