HumHub - social network software
-
@doodlemania2 Would it be a lot of work to start from scratch?
@sam_uk well it could be - if you can share the instructions for how to install it on LAMP app, I might could back port that into a custom full blown app.
-
@sam_uk well it could be - if you can share the instructions for how to install it on LAMP app, I might could back port that into a custom full blown app.
wrote on Apr 22, 2021, 11:23 AM last edited by@doodlemania2 I have no experience of running it I'm afraid.
The Lamp instructions are here: https://docs.humhub.org/docs/admin/server-setup/
-
@sam_uk well it could be - if you can share the instructions for how to install it on LAMP app, I might could back port that into a custom full blown app.
wrote on Apr 22, 2021, 12:44 PM last edited by@doodlemania2
It would be wonderful if you could. -
@sam_uk well it could be - if you can share the instructions for how to install it on LAMP app, I might could back port that into a custom full blown app.
wrote on Apr 22, 2021, 3:19 PM last edited byI wonder if Gitcoin could be useful for app bounties?
I posted here: https://forum.cloudron.io/topic/4951/gitcoin-for-app-bounties
I couldn't commit to putting funds in from my organisation yet, but it's something I could explore if there was a transparent way of handling payments.
-
@kaxline said in HumHub - social network software:
I'll see if I can write down my process.
Did you manage to do that? I'd love to be able to use HumHub on Cloudon
Thanks!
wrote on May 12, 2021, 11:37 AM last edited by@jdaviescoates @doodlemania2 @kaxline Has anyone done any work on Humhub? I'm pretty keen and may be able to pay if I had an idea of how much work it would be.
-
@jdaviescoates @doodlemania2 @kaxline Has anyone done any work on Humhub? I'm pretty keen and may be able to pay if I had an idea of how much work it would be.
@sam_uk I'm going to try next week when things at work calm down a bit.
-
@sam_uk I'm going to try next week when things at work calm down a bit.
wrote on May 13, 2021, 8:18 PM last edited by@doodlemania2 Great stuff, thanks..
-
@doodlemania2 Great stuff, thanks..
All - I wanted to report back and not just be a flake - I've been saddled with a crazy go nuts project at work and won't be able to work on this for a while. I've really very sorry, I had gotten everything loaded and was about to start
I hope another app_dev person can pick this up!
-
All - I wanted to report back and not just be a flake - I've been saddled with a crazy go nuts project at work and won't be able to work on this for a while. I've really very sorry, I had gotten everything loaded and was about to start
I hope another app_dev person can pick this up!
wrote on May 19, 2021, 7:31 PM last edited by@doodlemania2 Ah no worries, thanks for letting us know.
I wonder if @ATRILAHIJI could take a look at it and estimate the work involved?
-
@doodlemania2 Ah no worries, thanks for letting us know.
I wonder if @ATRILAHIJI could take a look at it and estimate the work involved?
-
wrote on May 20, 2021, 8:13 PM last edited by
I have it "working" as in it deploys just fine, but it will need manual DB, SMTP, and LDAP config at the moment.
They seem to prefer to route everyone through web UI configuration instead of easy CLI config. Looks like I gotta find what DB entries the config makes and do it manually
-
I have it "working" as in it deploys just fine, but it will need manual DB, SMTP, and LDAP config at the moment.
They seem to prefer to route everyone through web UI configuration instead of easy CLI config. Looks like I gotta find what DB entries the config makes and do it manually
@atrilahiji Make sure to take advantage of the environment vars inside the container for all CR apps which provide you with full connection details of all associated resources from your manifest.
-
@atrilahiji Make sure to take advantage of the environment vars inside the container for all CR apps which provide you with full connection details of all associated resources from your manifest.
wrote on May 20, 2021, 8:30 PM last edited by@doodlemania2 Yeah for sure, I'm going to make use of those.
-
wrote on May 31, 2021, 6:41 PM last edited by
I got permission from @Sam_uk to make the repo public:
https://git.atrilahiji.dev/Alt-Ron/cloudron-humhub-appTodo:
- Properly address the update process
- See if its possible to config LDAP and SMTP automatically (this is the part I am really struggling with right now.
-
I got permission from @Sam_uk to make the repo public:
https://git.atrilahiji.dev/Alt-Ron/cloudron-humhub-appTodo:
- Properly address the update process
- See if its possible to config LDAP and SMTP automatically (this is the part I am really struggling with right now.
@atrilahiji said in HumHub - social network software:
this is the part I am really struggling with right now
Did you already have a look at https://github.com/humhub/docker/blob/master/docker-entrypoint.sh ?
-
@atrilahiji said in HumHub - social network software:
this is the part I am really struggling with right now
Did you already have a look at https://github.com/humhub/docker/blob/master/docker-entrypoint.sh ?
wrote on May 31, 2021, 7:49 PM last edited by A Former User May 31, 2021, 7:53 PM@fbartels Wowee nope. Good catch lol
EDIT: You know, I have no clue why it never occurred to me that I can look for a docker version of the app.
-
wrote on May 31, 2021, 11:56 PM last edited by
I have finished getting things automated (sort of). The DB is set up on the first install, and the LDAP and SMTP configuration is set up after a re-start (and is updated after every restart).
-
wrote on Jun 1, 2021, 11:15 PM last edited by A Former User Jul 30, 2021, 6:06 AM
Encountering a snag:
The ONLYOFFICE integration seems to fail to send the JWT token to an ONLYOFFICE instance. My best guess rn is its an issue with apache -> nginx -> ONLYOFFICE. Is anyone else more familiar with this sort of reverse proxy issue?
Edit: Fixed it. Testing and pushing a new release.
Edit 2: I am tempted to leave updating to the app, similar to Wordpress Developer Edition. I auto install the Updater module. If @staff want to take a look at this let me know. Repo is here: https://git.atridad.dev/CTPR/cloudron-humhub-app. It was a sponsored app. If you need an instance to take a look at it let me know via a direct message and I can let you in @staff.
-
Encountering a snag:
The ONLYOFFICE integration seems to fail to send the JWT token to an ONLYOFFICE instance. My best guess rn is its an issue with apache -> nginx -> ONLYOFFICE. Is anyone else more familiar with this sort of reverse proxy issue?
Edit: Fixed it. Testing and pushing a new release.
Edit 2: I am tempted to leave updating to the app, similar to Wordpress Developer Edition. I auto install the Updater module. If @staff want to take a look at this let me know. Repo is here: https://git.atridad.dev/CTPR/cloudron-humhub-app. It was a sponsored app. If you need an instance to take a look at it let me know via a direct message and I can let you in @staff.
-
@atrilahiji ah, great stuff! Ideally, the app shouldn't update itself and the code should be readonly. Is that possible? It's best to keep updates consistent i.e from Cloudron dashboard.
wrote on Jun 3, 2021, 5:14 AM last edited by@girish I can definitely try. Much like Moodle, it has a lot of plugins or "modules" people use. I think in this instance they are all in a single directory though. I'll take a look.